Chen Hanxiao
99df0057f5
man: fix an incorrect description in virt-install man page
...
Actually --pm accepts suspend_to_mem rather than suspend_to_ram.
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
2014-06-04 16:39:23 +08:00
Chen Hanxiao
d1b0fade1d
virt-install: add --resource support
...
This patch will enable setting
resource partition configuration.
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
2014-06-04 10:08:05 +08:00
Cole Robinson
809c5a81e5
diskbackend: Fix pool 'create' call (bz 1103442)
2014-06-03 16:26:28 -04:00
Cole Robinson
f686e36e42
details: Expose chipset=i440fx/q35 in customize dialog
...
So enterprising users can choose q35 for x86 qemu/kvm VMs. Some
discussion over here:
http://www.redhat.com/archives/virt-tools-list/2014-May/msg00001.html
https://lists.gnu.org/archive/html/qemu-devel/2014-06/msg00019.html
We show a warning if q35 is selected, saying it's not well tested.
Hopefully that dissuades people who are just clicking about.
2014-06-03 15:58:04 -04:00
Cole Robinson
03670c38dc
details: xen keyboard can't be removed either
2014-06-02 18:54:28 -04:00
Cole Robinson
aefd4c4824
connection: Use name instead of uuid for object keys
...
And clean up the API mess while we are at it. Treat the key as an opaque
value that users shouldn't depend on.
Besides the improved code clarity and API layout, this will help diagnose
'key error' issues, since we'll see an object name instead of UUID which
is hard to trace back.
2014-06-02 17:48:32 -04:00
Cole Robinson
d3e9af8328
pollhelpers: Use correct dictionary keys for old pool/net polling (bz 1099827)
...
We were inadvertently using the object name rather than UUID when libvirt
didn't support new style polling APIs.
2014-06-02 12:18:59 -04:00
Cole Robinson
d3e55a1fbf
pollhelpers: Add debugging helper to force old polling
2014-06-02 12:02:09 -04:00
Cole Robinson
42204c9379
connection: Add debug helper to disable libvirt events
2014-06-02 12:02:09 -04:00
Cole Robinson
d17cf4a223
console: vnc: Don't force keyboard grab before widget is realized
...
Causes gtk warnings on the console, and the code was mistaken anyways
2014-05-31 19:40:18 -04:00
Cole Robinson
506791157e
Fix some pylint
2014-05-31 17:37:19 -04:00
Cole Robinson
091eb9fe26
details: Expose LXC <initarg>
2014-05-31 17:34:23 -04:00
Cole Robinson
da73e4980b
virt-install: Add --boot initargs=
...
Expects a shell escaped string which we split into individual initarg bits
2014-05-31 17:15:03 -04:00
Cole Robinson
eca6cd9471
virt-convert: Don't print 'convert' output with --print-xml
2014-05-31 16:41:30 -04:00
Cole Robinson
ceab99cf7b
virtconv: Don't create default pool when in dry mode
...
We will still need to create pools to probe source storage if doing
--print-xml.
2014-05-31 16:30:00 -04:00
Cole Robinson
d6f063d0b8
diskbackend: If pool not running, start it
...
Nowadays we depend on the pool existing and running, so better to get
an error up front if pool startup will fail
2014-05-31 16:29:29 -04:00
Cole Robinson
9c4c1e84aa
cliconfig: Better error if glib-compile-schemas is not available
2014-05-31 16:28:58 -04:00
Cole Robinson
876c721d8e
virt-convert: Fix use of relative OVF file
2014-05-31 16:05:29 -04:00
Cole Robinson
9369ad3ac0
virt-manager: Allow setting interface portgroup element
...
We only show the option if the selected virtual network actually has
portgroups listed in its XML
2014-05-31 15:51:24 -04:00
Cole Robinson
42fe235cbf
virt-install: Add --network portgroup= option
2014-05-31 14:30:07 -04:00
Cole Robinson
1c608f3ba8
network: Parse <portgroup> XML
2014-05-31 14:20:56 -04:00
Cole Robinson
519e3b5768
connection: Log when objects are added/removed
2014-05-31 13:52:13 -04:00
Cole Robinson
3654d56aa6
create: Raise error if populating summary page fails
2014-05-31 13:31:08 -04:00
Chen Hanxiao
33c7e63a99
cli: fix some style misc issue
...
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
2014-05-29 17:06:13 +08:00
Chen Hanxiao
3c45262526
virt-install: add --events support
...
This patch will enable setting event configuration:
on_poweroff, on_reboot and on_crash.
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
2014-05-29 09:46:24 +08:00
Cédric Bosdonnat
2e7ebd4b76
Don't create a qemu disk image when creating containers
...
Make sure we don't create a default disk image if the option is checked
but not visible as this is the case for containers
2014-05-28 08:26:42 -04:00
Cole Robinson
768ff1ff84
createvol: remove redundant logging
2014-05-21 10:45:51 -04:00
Chen Hanxiao
0b21c96d34
host: fix a typo
...
s/Starmode/Startmode
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
2014-05-21 16:41:30 +08:00
Giuseppe Scrivano
b84f8cb406
osdict: fix default value for devices data
...
commit 4f056dcba9
didn't take into
account the default value.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2014-05-21 10:09:41 +02:00
Giuseppe Scrivano
4f056dcba9
osdict: lazy load devices data
...
Do not load the devices data for each OS as most of this data will
will not be used by virt-manager. It makes the "Create new VM" wizard
faster on the first time it is accessed (~0.5s faster on my machine).
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2014-05-20 08:41:22 +02:00
Cole Robinson
139392c093
createnet: Catch too small network prefix (bz 1095347)
2014-05-19 19:23:46 -04:00
Cole Robinson
51976bba2d
storagevol: Log on XMLDesc errors
2014-05-19 17:32:22 -04:00
Cole Robinson
f397d96ca6
virt-install: Don't require install option with --print-xml (bz 1095789)
2014-05-11 19:19:00 -04:00
Cole Robinson
ea89dfb53f
tests: Don't fail on non-latest libvirt
2014-05-11 19:11:45 -04:00
Cole Robinson
2de9e9cc52
virt-install: Remove needless error message redirection
2014-05-11 19:00:51 -04:00
Giuseppe Scrivano
78caf0d5da
doc, virt-install: add "lun" to the Disk device type list
...
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1077232
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2014-05-05 15:23:34 +02:00
Chen Hanxiao
c28516e73c
test: Fix tests with latest libvirt
...
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
2014-05-05 11:00:35 +08:00
Cole Robinson
9fd0ef5c88
details: Better handling for <input type=keyboard>
2014-05-04 13:23:54 -04:00
Cole Robinson
3d02ff220d
appdata: Clarify license
...
As recommended at:
http://blogs.gnome.org/hughsie/2014/05/02/appdata-meet-spdx-spdx-meet-appdata/
2014-05-03 13:42:10 -04:00
Cole Robinson
196ff823b3
Fix warnings with latest pep8
2014-05-02 10:20:59 -04:00
Cole Robinson
cddb9cc426
domain: Clearer debug message when status update fails
2014-05-02 10:13:33 -04:00
Cole Robinson
725b0fb0b3
asyncjob: Remove uninteresting debug message
2014-05-02 10:08:56 -04:00
Cole Robinson
7fb0aa05a2
domain: Emit debugging message when we update status
2014-05-02 10:08:39 -04:00
Cole Robinson
5c28a00d3e
connection: Call path_exists before getting storage volume (bz 1092739)
...
path_exists will check to ensure the volume actually survives a pool
refresh, incase it was deleted behind libvirt's back. This makes the
delete dialog happier at least.
2014-04-30 16:00:34 -04:00
Cole Robinson
f35438a01b
engine: Show error if launching delete dialog fails
2014-04-30 15:54:00 -04:00
Cole Robinson
3d49bbe649
create: Fix error when detecting OS in 'show all' list
...
The will be free'd when the widget is repopulated, so don't access
stale data.
2014-04-30 15:46:06 -04:00
Cole Robinson
3ae2b0959d
create: Simplify set_os_val
2014-04-30 15:45:56 -04:00
Cole Robinson
15449eb126
packageutils: Fix install when one package is already installed (bz 1090181)
2014-04-29 14:34:31 -04:00
Cole Robinson
feadd98fed
Fix using storage when the directory name contains whitespace (bz 1091384)
2014-04-29 14:09:14 -04:00
Cole Robinson
2272166844
snapshots: Fix screenshot with qxl+spice (bz 1089780)
2014-04-29 13:26:26 -04:00