summaryrefslogtreecommitdiff
path: root/virtinst/cloner.py
Commit message (Expand)AuthorAgeFilesLines
* cloner: clone serial filesOleg Vasilev2023-03-221-6/+24
* cloner: Sync <uuid> and <sysinfo> system uuidCole Robinson2022-08-211-2/+4
* cloner: Improve error message about unimplemented rbd supportCole Robinson2022-01-261-8/+5
* cloner: mark transient_shareBacking disk as shareableLiu Yiding2021-06-221-1/+1
* cloner: more detailed error messages about supported network volsCole Robinson2020-11-111-2/+14
* device: disk: Rename path property to get/set_source_pathCole Robinson2020-11-111-19/+19
* cloner: Explicitly reject 'network' disks we don't know how to cloneCole Robinson2020-11-031-0/+2
* Fix pylint raise-missing-fromCole Robinson2020-09-151-6/+5
* clone: Rework the UICole Robinson2020-09-051-21/+40
* cloner: Fix some corner cases with name generationCole Robinson2020-09-051-3/+4
* cloner: Log the generated XML diff, not the whole thingCole Robinson2020-09-051-1/+4
* codespell: Whitelist 'cloneable'Cole Robinson2020-09-051-5/+5
* cloner: Write preserve vs share vs clone into DiskInfoCole Robinson2020-09-051-53/+94
* cloner: Rename clone_disk -> new_diskCole Robinson2020-09-051-33/+33
* disk: lookup volumes in disk.set_backend_for_existing_pathCole Robinson2020-09-051-2/+1
* cloner: Share more clone disk building logicCole Robinson2020-09-051-15/+11
* cloner: Big API reworkCole Robinson2020-09-051-476/+358
* i18n: create single strings for texts/messagesPino Toscano2020-07-151-2/+4
* i18n: fix string puzzles in error messagesPino Toscano2020-07-141-2/+4
* i18n: fix few spellingsPino Toscano2020-07-131-1/+1
* po: Fix message format warnings printed from xgettextCole Robinson2020-07-111-4/+6
* cli: Skip MAC collision error with --check mac_in_use=Cole Robinson2020-07-061-4/+1
* cloner: Drop ability to clone a paused VMCole Robinson2020-01-291-8/+3
* cloner: Clear domain <title> as wellCole Robinson2020-01-291-0/+2
* guest: Move VM replace helper to clonerCole Robinson2020-01-271-2/+25
* Switch to more traditional logging structureCole Robinson2019-06-171-14/+14
* cloner: Fill out test coverageCole Robinson2019-06-151-15/+11
* generatename: Move libvirt collision handling to callersCole Robinson2019-06-111-7/+7
* virtinst: Rename util to xmlutilCole Robinson2019-06-071-3/+3
* util: move generate_name to generatename.pyCole Robinson2019-06-071-2/+3
* util: Move *_meter to progress.pyCole Robinson2019-06-071-1/+2
* util: Move generate_uuid to a Guest staticmethodCole Robinson2019-06-061-1/+1
* devices: char: Add CharSourceCole Robinson2019-05-141-3/+3
* clone: Fix inverted --nonsparse checkCole Robinson2019-05-131-1/+1
* cloner: don't fail to clone VM if nvram file doesn't existPavel Hrdina2019-03-281-9/+9
* cloner: Handle --nonsparse for qcow2 images (bz 1675743)Cole Robinson2019-03-041-0/+2
* devices: disk: Rename setup() to build_storage()Cole Robinson2018-09-041-2/+2
* devices: interface: Simplify is_conflict_net callsCole Robinson2018-09-041-4/+1
* guest: Drop self.autostart and self.replaceCole Robinson2018-09-041-1/+0
* xmlbuilder: Rename get_xml_config -> get_xmlCole Robinson2018-08-311-1/+1
* virtinst: Remove only auto-generated channel source pathPavel Hrdina2018-06-281-1/+3
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* guest: Move all_devices to guest.devices.XCole Robinson2018-03-211-5/+5
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-14/+2
* virtinst: Move all devices to virtinst/devices/Cole Robinson2018-03-211-3/+3
* virtinst: Give device classes consistent DeviceX namingCole Robinson2018-03-211-21/+21
* pylint: Enable 'fixme' checkingCole Robinson2018-03-151-2/+0
* virtinst: Drop doc= for propertiesCole Robinson2018-02-221-54/+54
* Don't use count() for substring checkingCole Robinson2018-02-141-1/+1
* virtinst: Drop UUID validationCole Robinson2017-12-141-8/+0