quickemu
linux
Build and manage highly optimised desktop virtual machines quickly. Note: Virtual machine must be in stopped state when working with snapshots. See also: `quickget`.
More info →Examples (8)
Create and run a virtual machine from a configuration file
quickemu --vm path/to/file.confDo not commit any changes to disk/snapshot but write any changes to temporary files
quickemu --status-quo --vm path/to/file.confStart the virtual machine in full-screen mode (`<Ctrl Alt f>` to exit) and select the display backend (`sdl` by default)
quickemu --fullscreen --display sdl|gtk|spice|spice-app|none --vm path/to/file.confSelect a virtual audio device to emulate and create a desktop shortcut
quickemu --sound-card intel-hda|ac97|es1370|sb16|none --shortcut --vm path/to/file.confDelete the entire virtual machine and its configuration
quickemu --delete-vm --vm path/to/file.confDelete the virtual machine's disk image and EFI variables
quickemu --delete-disk --vm path/to/file.confmade by @shridhargupta | data from tldr-pages