From d21969aacec7d8797331641530394f45b3ae857e Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 2 May 2024 18:35:25 +0100 Subject: [PATCH] docs: remove quickemu command-line arguments These have been moved to the wiki: - https://github.com/quickemu-project/quickemu/wiki/05-Advanced-quickemu-configuration --- README.md | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) diff --git a/README.md b/README.md index 393caa5..aeee57c 100644 --- a/README.md +++ b/README.md @@ -97,53 +97,6 @@ The wiki describes how to quickly get up and running with `quickemu` and also co - [**Advanced quickget features**](https://github.com/quickemu-project/quickemu/wiki/06-Advanced-quickget-features) 🤓 - [**Alternative frontends**](https://github.com/quickemu-project/quickemu/wiki/07-Alternative-frontends) 🧑‍💻 -## Configuration - -Here are the usage instructions: - -``` text - -Usage - quickemu --vm ubuntu.conf [optional params] - -List of optional parameters: - --access : Enable remote spice access support. 'local' (default), 'remote', 'clientipaddress' - --braille : Enable braille support. Requires SDL. - --delete-disk : Delete the disk image and EFI variables - --delete-vm : Delete the entire VM and it's configuration - --display : Select display backend. 'sdl' (default), 'gtk', 'none', 'spice' or 'spice-app' - --fullscreen : Starts VM in full screen mode (Ctl+Alt+f to exit) - --ignore-msrs-always : Configure KVM to always ignore unhandled machine-specific registers - --screen : Use specified screen to determine the window size. - --screenpct : Percent of fullscreen for VM if --fullscreen is not specified. - --shortcut : Create a desktop shortcut - --snapshot apply : Apply/restore a snapshot. - --snapshot create : Create a snapshot. - --snapshot delete : Delete a snapshot. - --snapshot info : Show disk/snapshot info. - --status-quo : Do not commit any changes to disk/snapshot. - --viewer : Choose an alternative viewer. @Options: 'spicy' (default), 'remote-viewer', 'none' - --width : Set VM screen width. Does nothing without --height - --height : Set VM screen height. Does nothing without --width - --ssh-port : Set ssh-port manually - --spice-port : Set spice-port manually - --public-dir : Expose share directory. @Options: '' (default: xdg-user-dir PUBLICSHARE), '', 'none' - --monitor : Set monitor connection type. @Options: 'socket' (default), 'telnet', 'none' - --monitor-telnet-host : Set telnet host for monitor. (default: 'localhost') - --monitor-telnet-port : Set telnet port for monitor. (default: '4440') - --monitor-cmd : Send command to monitor if available. (Example: system_powerdown) - --serial : Set serial connection type. @Options: 'socket' (default), 'telnet', 'none' - --serial-telnet-host : Set telnet host for serial. (default: 'localhost') - --serial-telnet-port : Set telnet port for serial. (default: '6660') - --keyboard : Set keyboard. @Options: 'usb' (default), 'ps2', 'virtio' - --keyboard_layout : Set keyboard layout. - --mouse : Set mouse. @Options: 'tablet' (default), 'ps2', 'usb', 'virtio' - --usb-controller : Set usb-controller. @Options: 'ehci' (default), 'xhci', 'none' - --sound-card : Set sound card. @Options: 'intel-hda' (default), 'ac97', 'es1370', 'sb16', 'none' - --extra_args : Pass additional arguments to qemu - --version : Print version -``` - ## References Here's a collection of useful references that assisted the development of Quickemu.