Cole Robinson
b104390b8c
Add --trace-libvirt option to see every libvirt API call
2012-09-27 08:59:22 -04:00
Cole Robinson
3f55242758
Update to newer INSTALL copy
2012-09-26 13:25:29 -04:00
Marc Deslauriers
2f2ba0acc0
virt-manager: Fix KVM_PACKAGES substitution variable
...
Hello,
Commit 68e78244e8
changed the HV_PACKAGES
variable to KVM_PACKAGES in src/virt-manager.py.in, but the
corresponding change was never made to src/Makefile.am.
Here is a patch to correct the issue.
Thanks,
Marc.
commit 93ba787355736733c189e6809b9108a70f0e02d4
Author: Marc Deslauriers <marc.deslauriers@ubuntu.com>
Date: Wed Aug 22 13:21:48 2012 -0400
Fix incorrect substitution variable
2012-09-06 11:44:53 -04:00
Joey Boggs
1341e4059e
change Mbps to MB/s in migration dialog
...
(crobinso: add Joey to AUTHORS)
2012-08-13 16:44:26 -04:00
Cole Robinson
6524324244
Prep for release 0.9.4
2012-07-29 16:17:50 -04:00
Cole Robinson
30282a1709
Use python in path rather than hardcoding /usr/bin/python
...
This reverts two commits:
5104669795
f91523197f
The change was originally made for unknown reasons: it was requested
through a RHEL bug that didn't have any justification and I just changed
it in ignorance:
https://bugzilla.redhat.com/show_bug.cgi?id=708181
But it causes issues on freebsd where apparently python is installed
into /usr/local/bin/python by default:
https://www.redhat.com/archives/virt-tools-list/2012-July/msg00131.html
2012-07-19 15:22:30 -04:00
Cole Robinson
8bfad3a2cc
vnc: Default to automatic keyboard grabbing
...
This is what vinagre and virt-viewer do, and what gtkvnc enables by default.
It has some weird symantics, namely that moving the mouse over the viewer
means alt-tab is only received by the guest. But it's the common mode
of operation, so let's be consistent.
2012-07-15 10:53:52 -04:00
Cole Robinson
a96a3245fb
Revert "Make VNC grab alt+tab when focused"
...
This reverts commit 32456e5ed7
.
Causes lots of focus issues with VNC and no tablet device :(
Example: https://bugzilla.redhat.com/show_bug.cgi?id=840240
2012-07-15 10:41:42 -04:00
Cole Robinson
cf182296fc
Prep for release 0.9.3
2012-07-09 17:06:10 -04:00
Cole Robinson
241aa06548
Make autogen.sh give me a usable dist on F17
...
There's a decent amount of resulting fallout...
2012-07-09 16:44:47 -04:00
Cole Robinson
a2a51861a4
spec: tidy up default_graphics placement
2012-07-09 16:07:32 -04:00
Cole Robinson
d9e6d1a5e1
Fix spec file conditional for all cases
2012-07-09 15:13:20 -04:00
Cole Robinson
efa3aac23e
Prep for release 0.9.2
2012-07-09 08:07:50 -04:00
Cole Robinson
bb1832248c
details: Show serial PTY path in UI again
2012-07-08 20:57:17 -04:00
Cole Robinson
d01b28c740
Run close() before removing window signals in cleanup()
2012-07-08 20:56:36 -04:00
Cole Robinson
8b08f1a071
spec: Changes to handle askpass-package
2012-07-08 19:42:06 -04:00
Cole Robinson
c3f08fe09a
If managed restore fails, offer to remove broken state
2012-07-08 16:06:16 -04:00
Cole Robinson
68e78244e8
Offer to install openssh-askpass if user needs it
...
The distro's package name can be passed in with --with-askpass-package
2012-07-08 15:38:52 -04:00
Cole Robinson
f5ee7c256c
Move packagekit helpers to their own file
2012-07-08 15:05:28 -04:00
Cole Robinson
5333002646
console: Don't leave defunct SSH processes around
2012-07-08 14:23:25 -04:00
Cole Robinson
f7eb8f0f96
Start libvirtd with system-config-services if we just installed it
2012-07-07 13:30:35 -04:00
Cole Robinson
a80c1ce882
Use systemd for login session lookup, if available
2012-07-07 10:39:06 -04:00
Cole Robinson
090178984b
Fix some pylint
2012-07-07 10:39:00 -04:00
Eduardo Elias Ferreira
983930d1da
AddHardware: Fix checking if a widget is sensitive
...
Signed-off-by: Eduardo Elias Ferreira <edusf@linux.vnet.ibm.com>
(crobinso: Added Eduardo to AUTHORS)
2012-05-29 18:55:58 -04:00
Guannan Ren
9929d8b21e
match usb device with vendorID, productID, bus, device
...
(crobinso: add Guannan to AUTHORS)
2012-05-29 18:51:10 -04:00
Cole Robinson
c5a10caae3
Spec file updates
2012-04-25 09:26:17 -04:00
Cole Robinson
45119785c7
schemas: Fix key for default graphics type
...
What we installed didn't match what the app was checking and setting.
Have it match the app key so we don't overwrite users who have changed the
default via the prefs dialog.
2012-04-05 13:28:39 -04:00
Cole Robinson
17ee53f641
console: Log info about each channel spice needs
2012-04-05 11:03:16 -04:00
Nathan Bird
3b17e049c9
console: fix logic in need_tunnel for non-local connections.
...
(crobinso: drop code reformatting, add Nathan to AUTHORS)
2012-04-05 10:49:47 -04:00
Cole Robinson
66b009c26e
console: Don't generate spice URI with a user name
...
It doesn't even handle it
2012-04-05 10:30:27 -04:00
Cole Robinson
a455ba72b6
console: Track graphics conn parameters in a class
...
So we don't need to pass around large argument lists.
2012-03-13 15:27:23 -04:00
Cole Robinson
86f0c134ca
Add Tuomas to AUTHORS
2012-03-13 11:32:56 -04:00
Tuomas Jormola
422c0216d8
Fix connecting to graphics console with listen= address
2012-03-13 11:29:47 -04:00
Li Zhang
3455dccf89
virt-manager:Add spapr-vlan model for pseries guest
...
For pseries machine type, network device is
based on spapr-vio bus. And the network device
type is called spapr-vlan. So add spapr-vlan
model for pseries guest.
Signed-off-by: Li Zhang <zhlcindy@linux.vnet.ibm.com>
2012-03-06 16:26:50 -05:00
Li Zhang
2cb90b905c
virt-manager: Add spapr-vscsi disk type for pseries guest.
...
This patch adds spapr-vscsi disk type on disk GUI page.
It provides an options to user to select the scsi disk
which is based on spapr-vio address type for pseries guest.
Signed-off-by: Li Zhang <zhlcindy@linux.vnet.ibm.com>
2012-03-03 14:00:48 -05:00
Cole Robinson
3e350aa691
details: don't switch to console page every time lxc guest is updated
2012-03-02 09:16:03 -05:00
Cole Robinson
0782a10b29
domain: Don't blacklist stat devs if guest isn't running
...
Prevents adding devs to the blacklist if we get an error while polling
when the vm is shutting down.
2012-03-01 19:07:56 -05:00
Cole Robinson
a74f84a6cf
createinterface: Fix updating vlan tag by typing
2012-03-01 18:57:39 -05:00
Cole Robinson
92c2bf6b30
details: Add qed to format list
2012-03-01 18:08:13 -05:00
Cole Robinson
d37ec7c162
network: Don't choke parsing new 'bridge' virtual network
2012-02-28 16:35:21 -05:00
Daniel P. Berrange
9727c89cda
Fix inclusion of extra_release to be unconditional on %dist existing
2012-02-23 10:15:31 +00:00
Cole Robinson
bc053a9245
Update some --help descriptions
...
Hide profile option from help output, since not useful for end users.
2012-02-20 13:09:00 -05:00
Cole Robinson
1e10c830b9
create: Show a warning if user doesn't specify an OS
...
Since it can have major performance implications.
2012-02-13 18:35:56 -05:00
Cole Robinson
f12f4ea198
create: reshow shouldn't overwrite values in visible dialog
2012-02-13 16:19:34 -05:00
Cole Robinson
fbef52dbfe
prefs: Improve name/tooltip of console shortcut option
2012-02-13 16:13:11 -05:00
Cole Robinson
b2c95375a3
create: Only reboot VM if it had an install phase
2012-02-13 15:47:06 -05:00
Cole Robinson
7cb08a640a
Use storage format default in addhw as well
2012-02-13 15:18:43 -05:00
Marc Deslauriers
cda1dd81f9
Fix dbus deprecation warning
...
(crobinso: fixed conflict, simplified import)
2012-02-13 15:10:00 -05:00
Cole Robinson
51360f8854
create: Fix infinite loop from idle callback
2012-02-13 14:55:59 -05:00
Cole Robinson
56265735b9
Add option to choose default disk image format
2012-02-13 14:49:00 -05:00