summaryrefslogtreecommitdiff
path: root/virtinst
Commit message (Expand)AuthorAgeFilesLines
* Drop __future__ imports, no longer neededCole Robinson2018-02-081-2/+0
* xmlbuilder: centralize adding child new child prop instancesCole Robinson2018-02-0813-127/+66
* xmlbuilder: Drop unused node_top_xpathCole Robinson2018-02-071-9/+2
* xmlbuilder: drop is_build monkey patchingCole Robinson2018-02-071-6/+5
* Fix initrdinject and urltests with py3Cole Robinson2018-02-063-6/+8
* Drop python3 compat importsCole Robinson2018-02-064-41/+11
* urlfetcher: Open local files as binaryCole Robinson2018-02-061-1/+1
* Replace raw_input() with input()Radostin Stoyanov2018-02-061-1/+1
* tests: cli: Handle UnicodeError when loggingRadostin Stoyanov2018-02-061-0/+2
* python3 compat: python3 strings have no decode()Radostin Stoyanov2018-02-061-1/+5
* Convert the output of range() to listRadostin Stoyanov2018-02-061-1/+1
* Fix re-raising exceptionRadostin Stoyanov2018-02-061-1/+8
* Convert long to intRadostin Stoyanov2018-02-062-3/+3
* urlfetcher: Python 2/3 compatability for 'urllib'Radostin Stoyanov2018-02-062-9/+27
* Replace ipaddr module with ipaddressRadostin Stoyanov2018-02-061-2/+6
* Wrap keys(), values() in a listRadostin Stoyanov2018-02-0611-22/+22
* Replace ConfigParser with configparserRadostin Stoyanov2018-02-061-7/+7
* virtinst: add vcpupin supportWim ten Have2018-02-064-0/+71
* devicedisk: copy all rbd pool host and auth for volumeRauno Väli2018-01-302-1/+38
* virtinst: Add NUMA distance supportMenno Lageman2018-01-302-0/+31
* cli: Drop python2ism with OSErrorCole Robinson2018-01-271-1/+1
* Python 2/3 division compatabilityRadostin Stoyanov2018-01-275-17/+17
* cli: Share find_inst_cb logicCole Robinson2018-01-261-44/+49
* watchdog: Add proper label for 'dump' actionCole Robinson2018-01-191-1/+3
* vnc: don't skip authentication for listen type none with fixed QEMUPavel Hrdina2018-01-161-0/+1
* cli: append "--attach" to virt-viewer if graphics has listen type nonePavel Hrdina2018-01-072-2/+9
* virtinst: Add pretty_desc function for device address printingLin Ma2018-01-061-0/+7
* virtinst: Add a compare_controller function for future useLin Ma2018-01-061-0/+6
* urlfetcher: Fix detection with latest ALT mediaCole Robinson2018-01-061-1/+1
* urlfetcher: More debian CD arch handlingCole Robinson2018-01-061-2/+10
* virtinst: Use isoinfo to extract files from ISOs and block devicesAndrew Wong2018-01-061-11/+35
* virtio-scsi by default on powerScott Garfinkle2017-12-201-1/+1
* virtinst.support: fix copy&paste errorPavel Hrdina2017-12-181-1/+1
* virtinst: storage: Don't generate UUID by defaultCole Robinson2017-12-141-11/+1
* virtinst: network: Don't generate UUID by defaultCole Robinson2017-12-141-10/+1
* virtinst: Drop UUID validationCole Robinson2017-12-145-32/+4
* guest: Set default rendernode= if spice gl requestedCole Robinson2017-11-251-3/+15
* virtinst: Fix _URLFetcher for reading filesAndrew Wong2017-11-221-1/+1
* devicepanic: Don't return empty model list (bz #1505532)Cole Robinson2017-10-271-2/+3
* urlfetcher: Write test file as binary contentCole Robinson2017-10-211-1/+1
* pycodestyle: fix all E125 warningsChen Hanxiao2017-10-218-17/+17
* cli: Make _VirtCLIArgument instantiation less crazyCole Robinson2017-10-201-59/+58
* xmlnsqemu: Order XML output like libvirt doesCole Robinson2017-10-201-0/+1
* cli: Fix OrderedDict mutated during iteration on python3Cole Robinson2017-10-201-1/+1
* Use enumerate instead of range and lenRadostin Stoyanov2017-10-201-2/+1
* Do not compare between None and intRadostin Stoyanov2017-10-201-1/+2
* Replace StringIO with io.(StringIO or BytesIO)Radostin Stoyanov2017-10-201-2/+2
* Remove deprecated statvfs moduleRadostin Stoyanov2017-10-201-2/+1
* progress: Don't overwrite "format"Radostin Stoyanov2017-10-201-4/+4
* progress: Remove unused importRadostin Stoyanov2017-10-201-1/+0