- add support to choose preferred usb-controller either ehci (USB2.0) or xhci (USB 3.0)
- add support to choose preferred keyboard either ps2, usb or virtio
- add support to choose preferred keyboard-layout
- add support to choose preferred mouse either ps2, usb, tablet, virtio
- fix some bugs regarding missing variables - releated to MONTITOR_TELNET_* and SERIAL_TELNET_*
- Support implemented on commandline as well as for configuration file
- support commandline parameter --serial, --serial-telnet-host and
--serial-telnet-port
- support serial options: 'socket', 'telnet' and 'none'
- add support to find free ports for monitor-telnet and serial-telnet
- replace nc with socat
- change default port for monitor-telnet to 4440
- some bugfix
- Add commandline parameter --public-dir for custom directory
- Add commandline parameter --monitor for qemu-monitor support
- Add commandline parameter --monitor-telnet-host and --monitor-telnet-port to configure qemu-monitor via telnet
- <VMNAME>.ports enhanced to provide data for monitor-telnet
- Support implemented on commandline as well as for configuration file
- Fixed bug regarding extra_args
- add suport for custom ssh-port and spice-port
- add suport for alternate viewer: 'remote-viewer' and 'none'
- support implemented on commandline as well as for configuration file
* fix get_opensuse hash
* fix rockylinux hash
there was a iso.manifast in the hash file as well which caused issue with hash output
Co-authored-by: takov751 <takov751@protonmail.com>
* add build-doc submodule
* updated generated README.md via submodule
* trying to keep up... re-generating
* updated submodule position
* regenerated with fixed braille parameter
* keeping up
* revert README.md to upstream for noise-suppression
* merged prettyname fixes
* update ubuntu releases from name to number
* generated man pages added
* updated dates and tidy footers
* reflect removal of localiso feature
* trying to keep up... re-generating
* merged up to 4ec224c and regenerated
* minor removal ommission fixed
* Regenerated README.md added
only significant difference is Slackware display name is
as per quickget
* change variant to edition per refactoring
* updated manuals with new braille parameter
* updated generated Readme with new braille parameter
* keepeing up
* revert README.md to upstream for noise-suppression
* fixed pretty name issue in manuals
* fixed pretty name issues in Readme
* fixed conflict
* update ubuntu releases from name to number
* Add support for FreeDOS 1.2 to quickget
* Add support for freedos guests to quickemu
* Add support for FreeDOS 1.3 to quickget
* Force qemu to keep booting from cd after formatting disk
* Adjust VM settings
* Refactor FreeDOS to use create_vm
* Add FreeDOS to README
* Add unzip to README as a dependency
* Ensure Ubuntu releases are all downloaded via HTTPS URLs
* Add eol-4.10 thru to eol-21.10 releases for Ubuntu
* Add special handling of MD5SUMS-only Ubuntu releases on old-releases.ubuntu.com
* Add detection of Ubuntu `*-install.iso` files for very early Ubuntu releases
Signed-off-by: Dani Llewellyn <diddledani@ubuntu.com>