Releases: ppggff/vagrant-qemu
Releases · ppggff/vagrant-qemu
v0.3.9
- Support ssh_port in string (need better error message)
v0.3.8
- Fix regression that ssh_port is not working #68
v0.3.7
- Ignore exception after sending 'system_powerdown' cmd, fix windows halt error
- Move pid file to tmp dir
- Be able to auto correct ssh port collisions, new config: ssh_auto_correct
Notes: Please upgrade without running vagrant-qemu box, or halt may not work (need to kill the qemu process to halt).
v0.3.6
- Config 'image_path' support array type
- Try to support libvirt box v2 format
v0.3.5
- Fix forwarded ports bug. #39
- Add config 'firmware_format', 'ssh_host', 'other_default'.
- Allow no cpu for riscv64.
- Allow more config options to be nil.
- Let id start with "vq_".
v0.3.4
- Add config 'drive_interface'
v0.3.3
Fix a compatibility issue about ruby 3.x
v0.3.2
- Use kill 0 to check whether a process is running
v0.3.1
- Fix missing :arch for driver.import(options)
v0.3.0
- Add config extra_netdev_args.
- Replace
nc
with ruby's socket
- Add config control_port, debug_port, no_daemonize config for window host