-
Notifications
You must be signed in to change notification settings - Fork 22
/
nemu.cfg.sample
95 lines (66 loc) · 1.89 KB
/
nemu.cfg.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
[main]
# virtual machine dir.
vmdir = /home/user/nemu_vm
# path to database file.
db = /home/user/.nemu.db
# path to pid file. Example:
# pid = /tmp/nemu.pid
# path to debug log file. Example:
# debug_path = /tmp/nemu_debug.log
# override highlight color of running VM's. Example:
# hl_color = 00afd7
# override error text color. Example:
# err_color = ff45c1
# glyph_checkbox = 1
# glyph_separator = 0
# change cursor style for nemu.
# see https://terminalguide.namepad.de/seq/csi_sq_t_space/
# if not set VTE's default cursor style will be used
# cursor_style = 1
[viewer]
# default protocol (1 - spice, 0 - vnc)
spice_default = 1
# vnc client path.
vnc_bin = /usr/bin/vncviewer
# vnc client args (%t - title, %p - port)
vnc_args = :%p
# spice client path.
spice_bin = /usr/bin/remote-viewer
# spice client args (%t - title, %p - port)
spice_args = --title %t spice://127.0.0.1:%p
# listen for vnc|spice connections (0 - only localhost, 1 - any address)
listen_any = 0
[qemu]
# path to directory, where QEMU binary can be found.
qemu_bin_path = /usr/bin
# comma separated QEMU system targets installed.
targets = x86_64,i386
# Log last QEMU command.
enable_log = 1
# Log path.
log_cmd = /tmp/qemu_last_cmd.log
[nemu-monitor]
# Auto start monitoring daemon
autostart = 1
# Daemon sleep interval (ms) (default: 1000)
#sleep = 1000
# Monitoring daemon pid file
pid = /tmp/nemu-monitor.pid
# Enable D-Bus feature
dbus_enabled = 1
# Message timeout (ms)
dbus_timeout = 2000
# Enable remote control (default: disabled)
#remote_control = 0
# Remote control listen interface (default: any)
#remote_interface = eth0
# Remote control port (default: 20509)
#remote_port = 20509
# Remote control public certificate path
#remote_tls_cert = /path
# Remote control private key path
#remote_tls_key = /path
# Remote control password salt
#remote_salt = salt
# Remote control "password+salt" hash (sha256)
#remote_hash = hash