Releases: ppggff/vagrant-qemu
Releases · ppggff/vagrant-qemu
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
v0.2.0
- Add config extra_qemu_args'.
- Refine error message, such as 'Invalid qemu dir'.
- Add a 'Force Multicore' to Readme.
v0.1.9
Update default config to compatible with QEMU 7.0.0
v0.1.8
- Fix port collision problem with default ssh port 2222.
- Export serial port to unix socket for debug.