-
Notifications
You must be signed in to change notification settings - Fork 23
Configuring nEMU
Boris Stepanenko edited this page Mar 2, 2020
·
6 revisions
- location - $HOME/.nemu.cfg
[section] parameter_1 = value_1
vmdir - path for virtual machines storage directory
db = /home/boris/.nemu.db
[viewer]
spice_default = 1
vnc_bin = /usr/bin/vncviewer
vnc_args = :%p
spice_bin = /usr/bin/remote-viewer
spice_args = --title %t spice://127.0.0.1:%p
listen_any = 0
[qemu]
targets = x86_64
enable_log = 1
log_cmd = /tmp/qemu_last_cmd.log
[nemu-monitor]
autostart = 1
pid = /tmp/nemu-monitor.pid
dbus_enabled = 1
dbus_timeout = 2000