summaryrefslogtreecommitdiff
path: root/virtManager
Commit message (Collapse)AuthorAgeFilesLines
* details: Fix unsetting autoport valuesCole Robinson2014-03-221-0/+4
|
* connection: Make sure a DEFINED event forces a config-change signalCole Robinson2014-03-221-2/+2
| | | | | | Even if XML didn't change. This is what we do in the non-event case. Makes it more clear if details->apply triggers a define, but our change didn't stick for any reason.
* addhw: Remove unused helper functionCole Robinson2014-03-222-22/+3
|
* details: Fix setting cache/io to hypervisor defaultCole Robinson2014-03-221-3/+3
|
* details: Rework all define and hotplug operationsCole Robinson2014-03-222-580/+480
| | | | | | | Rather than register a bunch of functions to call, lump it all into one function per page. This allows us to easily call UpdateDevice unconditionally, to pick up any addition hotplug operations that become available via libvirt and qemu.
* More pylint fixesCole Robinson2014-03-228-8/+20
|
* details: Don't try to show machine type for management domainCole Robinson2014-03-201-1/+2
|
* create: Add some more loggingCole Robinson2014-03-201-7/+10
|
* connection: Add explicit API for getting virConnect objectCole Robinson2014-03-201-1/+1
|
* domain: Fix viewing details of xen management domainCole Robinson2014-03-201-3/+3
|
* virt-manager: disable CD/DVDROM passtrough on RHELGiuseppe Scrivano2014-03-202-2/+13
| | | | | | Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1072610 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* virt-manager: disable filesystem passtrough on RHELGiuseppe Scrivano2014-03-201-1/+2
| | | | | | Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1077172 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* virtManager: show the state reason in the VM overviewGiuseppe Scrivano2014-03-201-1/+6
| | | | | | Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1073766 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* virtManager: read the reason for the domain stateGiuseppe Scrivano2014-03-201-0/+59
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* create: Exit URL detection immediately if detection failsCole Robinson2014-03-191-9/+13
|
* create: Fix URL autodetect timeout detectionCharles Arnold2014-03-191-1/+1
| | | | | | | | When 'Network Install' is selected and a malformed url is entered in the 'URL:' box virt-manager will hang forever 'Detecting...'. For example, leave the 'http://' off the url when 'Automatically detect...' is enabled. Signed-off-by: Charles Arnold <carnold@suse.com>
* create: Pass correct connection to install for detectionCole Robinson2014-03-191-1/+1
|
* host: unselect_all members before clear modelChen Hanxiao2014-03-141-0/+5
| | | | | | | | | | | | | | | | Interface_selected is being triggered by model.clear() in populate_interfaces. It usually calls interface_selected on every interface after the current selected row. So the gtk code is probably removing the first row over and over, and when it removes the current selection (the interface we are deleting), it selects the next row in line. It will raise a KeyError. This patch will fix this issue. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* virtinst: use libvirt getCPUModelNames when availableGiuseppe Scrivano2014-03-131-1/+2
| | | | | | | | | Read the list of CPU models trough getCPUModelNames instead of accessing directly the file cpu_map.xml. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1060316 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* addhw: Desensitive the 'create storage' UI for cdrom/floppyCole Robinson2014-03-122-2/+10
| | | | Since we already fail in that case anyways, it makes things a bit clearer.
* addhw: Fix adding empty cdrom/floppy driveCole Robinson2014-03-121-2/+2
|
* create: Clarify some bits in change_capsCole Robinson2014-03-121-7/+3
|
* create: Remove self.caps, it's redundantCole Robinson2014-03-121-8/+5
|
* create: Invalidate cached caps across similar connections (bz 1075444)Cole Robinson2014-03-121-2/+2
|
* domain: fix a typoChen Hanxiao2014-03-121-1/+1
| | | | | | s/checkig/checking Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* Add a gsetting key to disable keyboard grabbingKjö Hansi Glaz2014-03-102-1/+29
| | | | | | Add a gsetting key to disable keyboard grabbing that works the same way as spicy when unchecking "Options" > "Grab keyboard when active and focused".
* connection: Handle errors when deregistering events on close (bz 1069351)Cole Robinson2014-03-101-9/+18
| | | | | | Otherwise this interrupts the close/cleanup routine, and the connection never appears to disconnect in the UI. This causes error dialog spamming when libvirtd goes down.
* storagebrowse: Duplicate tooltip logic for 'new volume' buttonCole Robinson2014-03-101-5/+10
|
* addhardware: Fix adding disk through 'customize' dialog (bz 1073808)Cole Robinson2014-03-071-1/+3
|
* Handle libvirt generating invalid volume XML (bz 1072770)Cole Robinson2014-03-061-1/+1
|
* fsdetails: Fix adding a filesystem device (bz 1073067)Cole Robinson2014-03-061-2/+3
|
* fsdetails: Make test driver act identical to qemuCole Robinson2014-03-061-23/+38
|
* details: Fix fallback if fetching CPU models fails (bz 1072704)Cole Robinson2014-03-061-2/+3
|
* Fix some pylintChen Hanxiao2014-03-012-4/+4
| | | | | | Two bad-indentation fixed. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* details: Fix setting default window sizeCole Robinson2014-02-281-1/+5
|
* vmmDetails: toggle visibilities on page changeMaros Zatko2014-02-281-1/+5
|
* vmmConsolePages: toggle visibilities on page changeMaros Zatko2014-02-281-1/+6
|
* console: Fix unsetting 'resize-guest' property from UICole Robinson2014-02-281-1/+1
| | | | Reported in the followup of bz 754559
* vmm connection: Handle missing storage volumes (bz 1070883)Cole Robinson2014-02-271-4/+11
| | | | | Similar to what was done in a808bd669293ac66047a716b2e84a5a64c99667b for the virtinst connection wrapper.
* ui: disable setting uid/gid_start for user namespaceChen Hanxiao2014-02-272-14/+6
| | | | | | | | Libvirt not allowed uid/gid_start configured as none 0 or not specified. This patch will disable config uid/gid_start in UI. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* delete: fix a typoChen Hanxiao2014-02-261-1/+1
| | | | | | s/sharable/shareable Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* Fix deprecation warnings on F21/rawhideCole Robinson2014-02-255-22/+14
|
* engine: Fix closing connection when tick() fails (bz 1069351)Cole Robinson2014-02-251-15/+24
|
* Attempt empty path on virDomainBlockStatsThorsten Behrens2014-02-241-0/+13
| | | | | libvirt for some backends yields summary domain stats for empty disk path - which saves us the looping on our side.
* details: add UI interface for LXC user namespaceChen Hanxiao2014-02-241-1/+59
| | | | | | | We could config user namespace for LXC container in details->overview page. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* domain: add define method for idmapChen Hanxiao2014-02-241-0/+20
| | | | | | add define_idmap and get_idmap method. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* addhardware: fix a little typoChen Hanxiao2014-02-231-1/+1
| | | | | | s/paams/params Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
* addhardware: don't get duplicated disksMartin Kletzander2014-02-191-1/+2
| | | | Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
* addhardware: Don't clash with different buses using the same prefixMartin Kletzander2014-02-181-1/+1
| | | | Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
* addhardware: generate target only if not customizingMartin Kletzander2014-02-181-2/+4
| | | | | | | | Commit 078e1a4d0503d98884b5b61df83021941bf32e8d changed the fact that disk target was generated only when adding new disk, not when current disk is being customized, so fix that back. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>