This repository was archived by the owner on Jan 22, 2026. It is now read-only.
Releases: virt-manager/python-virtinst
Releases · virt-manager/python-virtinst
v0.600.4
v0.600.3
- virt-install: Fix --cpuset=auto
- virt-clone: Fix cloning to existing local managed block device
v0.600.2
- virt-install: New --memballoon option (Eiichi Tsukata)
- virt-install: Improved qemu/kvm pseries support (Li Zhang, Qing Lin)
- virt-install: Support setting BIOS path using -boot loader=PATH
- Various bug fixes and improvements
v0.600.1
- virt-install: --redir option for usb redirection (Marc-André Lureau)
- virt-install: Advanced --controller support for usb2 (Marc-André Lureau)
- Many bug fixes and minor improvments.
v0.600.0
- virt-install: Various improvements to enable LXC/container guests:
- New --filesystem option for devices
- New --init option for container path
- New --container option (similar to --paravirt or --hvm)
- virt-install: Make --location remotely (with latest libvirt)
- virt-install: New --smartcard option for devices (Marc-André Lureau)
- virt-install: New --numatune option for building guest XML
- virt-install: option to set --disk error_policy=
- virt-install: option to set --disk serial=
v0.500.6
- virt-install: --graphics spice now enables spicevmc and qxl
- virt-install: New --disk parameter io=native|threads
v0.500.5
- New virt-install --cpu option for configuring CPU model/features
- virt-install --vcpus option can not specify topology and maxvcpus
- New virt-install --graphics option to unify --vnc, --sdl, spice config
- New virt-install --print-xml option to skip install and print XML
v0.500.4
- New virt-install --console option for specifying virtio console device
- New virt-install --channel option for specifying guest communication channel
- New virt-install --boot option. Allows setting post-install boot order, direct kernel/initrd boot, and enabling boot device menu.
- New virt-install --initrd-inject option, which enables installation using a local kickstart file (Colin Walters)
v0.500.3
- virt-install: New --watchdog option: configure a virtual watchdog device
- virt-install: New --soundhw option: More flexible sound configuration deprecates --sound, though back compat is maintained
- virt-install: New --security option: configure VM security driver settings
- virt-install: New --description option: set a human readable description
- Better OS defaults: Use
v0.500.2
- virt-install: New option --autostart for setting domain autostart flag
- virt-install: Allow specifying --host-device with lsusb and lspci format (0x1234:0x5678 for USB, etc)
- virtinst: New 'Interface' module for building libvirt interface XML