Linux command
quickemu 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Run
quickemu --vm [file.conf]
Example
quickemu --status-quo --vm [file.conf]
Example
quickemu --fullscreen --display [sdl] --vm [file.conf]
Example
quickemu --snapshot [create|apply|delete] [tag] --vm [file.conf]
Example
quickemu --snapshot info --vm [file.conf]
Delete
quickemu --delete-vm --vm [file.conf]
说明
quickemu creates and manages optimized QEMU virtual machines with minimal configuration. It automatically configures display, audio, USB passthrough, and shared folders based on the guest OS. VMs are defined in simple configuration files that specify the OS type and disk image. The tool handles the complex QEMU command-line options internally.
参数
- --vm _config_
- VM configuration file
- --status-quo
- Don't commit changes to disk
- --fullscreen
- Start in fullscreen mode
- --display _backend_
- Display: sdl, gtk, spice, spice-app, none
- --sound-card _card_
- Audio: intel-hda, ac97, es1370, sb16, none
- --snapshot _action_ _tag_
- Snapshot operations: create, apply, delete, info
- --delete-vm
- Delete VM and configuration
- --delete-disk
- Delete disk image and EFI vars
- --shortcut
- Create desktop shortcut
FAQ
What is the quickemu command used for?
quickemu creates and manages optimized QEMU virtual machines with minimal configuration. It automatically configures display, audio, USB passthrough, and shared folders based on the guest OS. VMs are defined in simple configuration files that specify the OS type and disk image. The tool handles the complex QEMU command-line options internally.
How do I run a basic quickemu example?
Run `quickemu --vm [file.conf]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --vm _config_ do in quickemu?
VM configuration file