summaryrefslogtreecommitdiff
path: root/virtinst
Commit message (Expand)AuthorAgeFilesLines
* storage: Fix 'srcname' referenced before assignment (bz #1474766)Cole Robinson2017-08-031-3/+4
* pycodestyle: Do not use bare 'except:'Radostin Stoyanov2017-08-0219-34/+34
* tests: Add a clone test for importing nvram directoryCole Robinson2017-07-201-8/+10
* connection: Remove clear_cache callbackCole Robinson2017-07-204-12/+0
* connection: Add a default impl of cache_new_poolCole Robinson2017-07-202-19/+45
* connection: rename s/add_new_pool/cache_new_pool/gCole Robinson2017-07-202-3/+3
* storage: Check for pool name collisions against the pool cacheCole Robinson2017-07-202-5/+9
* connection: Return copys of cached object listsCole Robinson2017-07-201-4/+4
* connection: Rework cache function layout slightlyCole Robinson2017-07-201-34/+27
* cloner: Remove redundant setup() methodCole Robinson2017-07-201-8/+0
* cloner: Drop redundant libvirt callCole Robinson2017-07-191-1/+1
* cloner: Throw explicit error if NVRAM is missingCole Robinson2017-07-191-0/+3
* connection: Drop disabling of cache_object_fetchCole Robinson2017-07-192-14/+4
* capabilities: Fix model list caching for different archs (bz 1451113)Cole Robinson2017-07-171-32/+16
* capabilities: Drop cpu_map.xml handlingCole Robinson2017-07-171-82/+2
* osxml: run abspath on passed nvram valueCole Robinson2017-07-171-1/+1
* cli: disk: add driver_detect_zeroes= supportCole Robinson2017-07-152-1/+4
* devicedisk: Improve error message when max IDE devs exceeded (bz 1466238)Cole Robinson2017-07-101-2/+2
* guest: Use usb3 qemu-xhci for machvirtCole Robinson2017-07-103-2/+7
* guest: Drop old os type=linux back compatCole Robinson2017-07-101-3/+0
* virtinst: Fix bare python3 style print()Cole Robinson2017-07-101-1/+1
* guest: Enable spice sound on more archesCole Robinson2017-06-281-8/+7
* guest: If graphics enabled, add usb tablet/keyboard for machvirtCole Robinson2017-06-281-3/+16
* guest: Don't add default ps2 or xen mouseCole Robinson2017-06-281-25/+13
* guest: Add USB3 controller for machvirt by defaultCole Robinson2017-06-283-6/+33
* guest: Drop references to ia64Cole Robinson2017-06-281-1/+1
* guest: Rename _hv_supported to _hyperv_supportedCole Robinson2017-06-281-4/+4
* guest: Default to video type=virtio for machvirtCole Robinson2017-06-281-0/+3
* guest: Enable default virtio-rng for pseries and machvirtCole Robinson2017-06-281-4/+3
* guest: Use virtio more for ppc64 pseries, and s390Cole Robinson2017-06-281-19/+12
* guest: Only add input devices if graphics are specifiedCole Robinson2017-06-281-0/+2
* cli: Advertise --random /dev/urandom in helpCole Robinson2017-06-281-1/+1
* details: Simplify PCIe controller listingCole Robinson2017-06-271-0/+2
* fsdetails: Simplify ram conversionCole Robinson2017-06-271-26/+0
* Set default Filesystem type for LXC to "Mount"Radostin Stoyanov2017-06-201-2/+2
* Keep the value of filesystem/source when attribute is changedRadostin Stoyanov2017-06-201-1/+20
* cli: Add --disk logical/physical_block_sizeYuri Arabadji2017-06-162-0/+4
* tests: pylint: Silence/fix a bunch of new warningsCole Robinson2017-06-163-13/+13
* virtinst: enable secure feature together with smm for UEFIPavel Hrdina2017-06-071-3/+7
* connect: Handle \ in usernameCole Robinson2017-06-011-1/+3
* virtinst: if required by UEFI enable SMM feature and set q35 machine typePavel Hrdina2017-06-011-0/+23
* virt-install: add support for loader secure attributePavel Hrdina2017-06-013-0/+11
* virt-install: add support for SMM featurePavel Hrdina2017-06-013-0/+11
* virtManager.connection: introduce cb_add_new_poolPavel Hrdina2017-05-222-0/+4
* virtinst.diskbackend: set pool after creating StorageVolumePavel Hrdina2017-05-171-0/+1
* urlfetcher: More debugging around urldistro prioritizingCole Robinson2017-05-151-7/+13
* Drop use of python2 long() syntaxCole Robinson2017-05-053-4/+6
* Switch deprecating log.warn to log.warningCole Robinson2017-05-055-14/+14
* Replace file() usage with open()Cole Robinson2017-05-056-10/+10
* Convert to python3 style print() syntaxCole Robinson2017-05-051-5/+7