-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun-kernel.cfg
More file actions
41 lines (27 loc) · 770 Bytes
/
run-kernel.cfg
File metadata and controls
41 lines (27 loc) · 770 Bytes
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
# Example configuration file
# All values correspond to defaults
[run]
# Number of virtual CPUs
# smp = 2
# Enable gdb stub and wait for connection
# debug = false
# Write console output to file "console.log"
# log = false
# Kernel to boot if using boot = direct
# kernel = "linux-build/vmlinux"
# Share this list of directories with VM via virtiofs. Note that /nix/store is always shared.
# share = []
# Connect stdin to VM
# stdin = false
# Open SSH session to VM
# ssh = false
# Boot mode. For now, only direct is supported.
# boot = direct
# Qemu executable
# qemu = "qemu-system-x86_64"
# Extra arguments for qemu
# qemu_estra_args = []
# virtiofsd executable
# virtiofsd = "virtiofsd"
# Path to place virtiofsd sockets
# virtiofsd_socket_dir = "/tmp