Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
NEMU(1) 			      nEMU				 NEMU(1)

NAME
     nemu - ncurses UI for QEMU.

SYNOPSIS
     nemu  [-ldcvh]  [-s name] [-p name] [-f name] [-z name] [-k name] [-i name]
     [-m name]

DESCRIPTION
     nEMU is a ncurses UI for QEMU with many other functions.

OPTIONS
     -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.

nEMU				   2026-07-30				 NEMU(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=nemu&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help