nemu - ncurses UI for QEMU.
nemu [-ldcvh] [-s name] [-p name] [-f name] [-z name] [-k
name] [-i name] [-m name]
nEMU is a ncurses UI for QEMU with many other functions.
- -s VMNAME,
--start=VMNAME.
- Start VM
- -p VMNAME,
--powerdown=VMNAME
- Send powerdown command. The VM will get an ACPI shutdown request and
usually shutdown cleanly.
- -f VMNAME,
--force-stop=VMNAME
- Shutdown VM immediately.
- -k VMNAME,
--kill=VMNAME
- Send kill signal to QEMU process associated with VM name.
- -i VMNAME,
--info=VMNAME
- Displays VM information.
- -m VMNAME,
--cmd=VMNAME
- Displays VM command line.
- -d, --daemon
- Start nEMU daemon.
- -c, --create-veth
- Create VETH interfaces.
- --name=NAME
- Snapshot name. Used with --snap-save, --snap-del, --snap-load.
- --snap-save=VMNAME
- Create snapshot. Used with --name.
- --snap-load=VMNAME
- Load snapshot. Used with --name.
- --snap-del=VMNAME
- Delete snapshot. Used with --name.
- --snap-list=VMNAME
- Show snapshots.
- -v, --version
- Displays the current version.
- -h, --help
- Show help options.