virt-manager/virtinst
Pavel Hrdina 1686511886 virtManager.connection: introduce cb_add_new_pool
The cb_add_new_pool callback will add a newly created storage pool
into virt-manager's cache so we don't have to wait for the libvirt
event to be handled.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1435064

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
2017-05-22 19:43:49 +02:00
..
__init__.py pylint: Fix some issues with F25 version 2016-12-13 12:36:49 -05:00
capabilities.py Replace file() usage with open() 2017-05-05 14:53:12 -04:00
cli.py Switch deprecating log.warn to log.warning 2017-05-05 14:53:28 -04:00
clock.py xmlbuilder: Make _add_child and _remove_child public 2015-09-04 15:47:43 -04:00
cloner.py Switch deprecating log.warn to log.warning 2017-05-05 14:53:28 -04:00
connection.py virtManager.connection: introduce cb_add_new_pool 2017-05-22 19:43:49 +02:00
cpu.py virtinst.cpu: don't validate "cpus" for NUMA cells 2017-05-04 19:09:27 +02:00
device.py virtinst: add support for memory device 2017-05-05 12:20:52 +02:00
deviceaudio.py addhardware: Don't list device 'default' options 2015-05-19 18:29:45 -04:00
devicechar.py devicechar: Support source_master and source_slave 2016-08-24 16:37:36 -04:00
devicecontroller.py Mark more UI strings as translatable 2015-09-23 16:39:48 -04:00
devicedisk.py Switch to python3 style 'except X as Y' notation 2017-05-05 14:52:11 -04:00
devicefilesystem.py devicefilesystem: Default to accessmode=mapped for qemu 2015-09-20 20:33:46 -04:00
devicegraphics.py virtManager/ui: add listen type option 2017-03-01 17:56:52 -05:00
devicehostdev.py localization: mark several strings as translatable 2016-02-06 16:25:08 +01:00
deviceinput.py cli: Have '--input tablet' default to bus=usb (bz 1232087) 2015-11-21 20:26:50 -05:00
deviceinterface.py Replace file() usage with open() 2017-05-05 14:53:12 -04:00
devicememballoon.py addhardware: Don't list device 'default' options 2015-05-19 18:29:45 -04:00
devicememory.py virtinst: add support for memory device 2017-05-05 12:20:52 +02:00
devicepanic.py Drop non-ascii text from files 2015-03-23 15:56:55 -04:00
deviceredirdev.py addhardware: Don't list device 'default' options 2015-05-19 18:29:45 -04:00
devicerng.py ui: details: Tweak RNG page a bit 2017-03-08 17:48:26 -05:00
devicesmartcard.py Drop non-ascii text from files 2015-03-23 15:56:55 -04:00
devicetpm.py Drop non-ascii text from files 2015-03-23 15:56:55 -04:00
devicevideo.py virt-install: Support --video vram64= (bz 1377080) 2017-03-05 14:51:25 -05:00
devicewatchdog.py Add a watchdog model diag288, listed in the watchdog model list. 2015-11-10 16:14:17 -05:00
diskbackend.py virtinst.diskbackend: set pool after creating StorageVolume 2017-05-17 18:35:54 +02:00
distroinstaller.py Switch to python3 style 'except X as Y' notation 2017-05-05 14:52:11 -04:00
domainblkiotune.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
domainfeatures.py virt-install:support --features hyperv_synic=(on/off) 2017-03-30 14:19:06 -04:00
domainmemorybacking.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
domainmemorytune.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
domainnumatune.py domainnumatune: Remove generate_cpuset helper 2015-11-18 15:08:24 -05:00
domainresource.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
domcapabilities.py virtinst: prepare XML parsers to handle GIC for ARM 2016-06-11 18:41:24 +02:00
guest.py Switch deprecating log.warn to log.warning 2017-05-05 14:53:28 -04:00
hostkeymap.py Switch to python3 style 'except X as Y' notation 2017-05-05 14:52:11 -04:00
idmap.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
initrdinject.py Replace file() usage with open() 2017-05-05 14:53:12 -04:00
installer.py cli: Don't overwrite install bootorder with manual --boot (bz 1438946) 2017-04-04 18:22:15 -04:00
interface.py Switch to python3 style 'except X as Y' notation 2017-05-05 14:52:11 -04:00
kernelupload.py Replace file() usage with open() 2017-05-05 14:53:12 -04:00
network.py tests: add test for network of SR-IOV VF pool 2017-04-03 19:09:08 -04:00
nodedev.py nodedev: remove useless exception instance 2017-03-30 22:43:44 +08:00
osdict.py osdict: add "macos" type 2017-04-27 15:57:40 -04:00
osxml.py virtinst: Add classes for defining SMBios information 2016-09-08 11:36:59 -04:00
pm.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
pollhelpers.py Switch to python3 style 'except X as Y' notation 2017-05-05 14:52:11 -04:00
progress.py Drop use of python2 long() syntax 2017-05-05 14:54:35 -04:00
seclabel.py localization: mark several strings as translatable 2016-02-06 16:25:08 +01:00
snapshot.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
storage.py virtManager.connection: introduce cb_add_new_pool 2017-05-22 19:43:49 +02:00
support.py Switch to python3 style 'except X as Y' notation 2017-05-05 14:52:11 -04:00
sysinfo.py sysinfo: Validate in shared code, not at cli parse time 2017-03-05 20:55:21 -05:00
uri.py Replace file() usage with open() 2017-05-05 14:53:12 -04:00
urlfetcher.py urlfetcher: More debugging around urldistro prioritizing 2017-05-15 08:51:00 -04:00
util.py Use python3 compatible octal notation 2017-05-05 14:52:11 -04:00
xmlbuilder.py xmlbuilder: Improve __repr__ a bit 2017-03-08 13:59:11 -05:00
xmlnsqemu.py guest: Add support for qemu cli passthrough 2017-03-06 22:15:46 -05:00