virt-manager/virtinst
Cole Robinson d3074141c8 cloner: Remove redundant setup() method
The functional callers use the individual setup methods, let's drop the
helper function and adjust the test suite
2017-07-20 17:27:22 -04:00
..
__init__.py pylint: Fix some issues with F25 version 2016-12-13 12:36:49 -05:00
capabilities.py capabilities: Fix model list caching for different archs (bz 1451113) 2017-07-17 11:47:01 -04:00
cli.py connection: Drop disabling of cache_object_fetch 2017-07-19 12:57:36 -04:00
clock.py xmlbuilder: Make _add_child and _remove_child public 2015-09-04 15:47:43 -04:00
cloner.py cloner: Remove redundant setup() method 2017-07-20 17:27:22 -04:00
connection.py connection: Drop disabling of cache_object_fetch 2017-07-19 12:57:36 -04: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 guest: Use usb3 qemu-xhci for machvirt 2017-07-10 19:46:13 -04:00
devicedisk.py cli: disk: add driver_detect_zeroes= support 2017-07-15 13:39:04 -04:00
devicefilesystem.py Set default Filesystem type for LXC to "Mount" 2017-06-20 16:14:17 -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: add support for SMM feature 2017-06-01 09:58:46 +02: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 guest: Use usb3 qemu-xhci for machvirt 2017-07-10 19:46:13 -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 osxml: run abspath on passed nvram value 2017-07-17 09:16:45 -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 tests: pylint: Silence/fix a bunch of new warnings 2017-06-16 12:54:56 -04:00
support.py guest: Use usb3 qemu-xhci for machvirt 2017-07-10 19:46:13 -04:00
sysinfo.py sysinfo: Validate in shared code, not at cli parse time 2017-03-05 20:55:21 -05:00
uri.py connect: Handle \ in username 2017-06-01 14:26:46 -04:00
urlfetcher.py tests: pylint: Silence/fix a bunch of new warnings 2017-06-16 12:54:56 -04:00
util.py fsdetails: Simplify ram conversion 2017-06-27 14:21:18 -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