Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some features #426

Merged
merged 7 commits into from
Jul 23, 2022
Merged

Add some features #426

merged 7 commits into from
Jul 23, 2022

Conversation

radomuc
Copy link
Contributor

@radomuc radomuc commented Mar 14, 2022

  • quickemu is now able to reuse the viewer even after you have been closed the viewer-application
  • you can decide if you want to invoke an other viewer or if you want to use an alternative like ssh
  • you can connect to qemu-monitor via telnet or socket
  • you can send qemu-monitor commands on the fly, for example, you can shut down the system
  • support for alternative keyboard (I had some trouble with usb-keyboard if you use grub with at_keyboard) and mouse
  • support for serial, for example, to get erlier kernel output
  • add support for usb 3.0

…t for other clients

- 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
- 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 commandline parameter --monitor-cmd
- 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 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
@flexiondotorg flexiondotorg merged commit 9e368b6 into quickemu-project:master Jul 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants