-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathrun_vars.example.kernel-next-dev
More file actions
26 lines (20 loc) · 1.04 KB
/
run_vars.example.kernel-next-dev
File metadata and controls
26 lines (20 loc) · 1.04 KB
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
#! /bin/bash
dbg_opt="cxl_acpi.dyndbg=+fplm cxl_pci.dyndbg=+fplm cxl_core.dyndbg=+fplm cxl_mem.dyndbg=+fplm cxl_pmem.dyndbg=+fplm cxl_port.dyndbg=+fplm cxl_region.dyndbg=+fplm cxl_test.dyndbg=+fplm cxl_mock.dyndbg=+fplm cxl_mock_mem.dyndbg=+fplm dax.dyndbg=+fplm dax_cxl.dyndbg=+fplm device_dax.dyndbg=+fplm"
edac_debug="edac_debug_level=4"
KERNEL_CMD="root=/dev/sda rw console=ttyS0,115200 ignore_loglevel nokaslr ${dbg_opt} ${edac_debug}"
SHARED_CFG="-qmp tcp:localhost:4444,server,wait=off"
ssh_port=2024
net_config="-netdev user,id=network0,hostfwd=tcp::${ssh_port}-:22 -device e1000,netdev=network0"
#user name for the VM, by default it is "root"
vm_usr="root"
accel_mode="kvm"
cxl_test_tool_dir="~/cxl/cxl-test-tool/"
cxl_test_log_dir="/tmp/cxl-logs/"
cxl_host_dir="/tmp/host/"
kernel_url="https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git"
kernel_branch="master"
KERNEL_ROOT=/home/fan/cxl/linux-next
QEMU_ROOT=~/cxl/qemu/
QEMU_IMG=~/cxl/images/qemu-image.img
qemu_url="https://gitlab.com/qemu-project/qemu.git"
qemu_branch="master"