2016-10-12 17:02:37 +02:00
LC_ALL=C \
PATH=/bin \
2023-03-02 19:05:53 +01:00
HOME=/var/lib/libvirt/qemu/domain--1-q35-test \
2016-10-12 17:02:37 +02:00
USER=test \
LOGNAME=test \
2023-03-02 19:05:53 +01:00
XDG_DATA_HOME=/var/lib/libvirt/qemu/domain--1-q35-test/.local/share \
XDG_CACHE_HOME=/var/lib/libvirt/qemu/domain--1-q35-test/.cache \
XDG_CONFIG_HOME=/var/lib/libvirt/qemu/domain--1-q35-test/.config \
2017-04-06 18:19:48 +02:00
/usr/bin/qemu-system-x86_64 \
2021-08-10 16:39:38 +02:00
-name guest=q35-test,debug-threads=on \
2016-10-12 17:02:37 +02:00
-S \
2023-03-02 19:05:53 +01:00
-object secret,id=masterKey0,format=raw,file=/var/lib/libvirt/qemu/domain--1-q35-test/master-key.aes \
2021-11-05 09:38:10 +01:00
-machine q35,usb=off,dump-guest-core=off \
-accel tcg \
2016-10-12 17:02:37 +02:00
-m 2048 \
2022-02-10 12:57:26 +01:00
-overcommit mem-lock=off \
2016-10-12 17:02:37 +02:00
-smp 2,sockets=2,cores=1,threads=1 \
-uuid 11dbdcdd-4c3b-482b-8903-9bdb8c0a2774 \
2018-03-29 12:51:55 +02:00
-display none \
2018-03-29 12:51:55 +02:00
-no-user-config \
2016-10-12 17:02:37 +02:00
-nodefaults \
2022-02-03 13:31:28 +01:00
-chardev socket,id=charmonitor,fd=1729,server=on,wait=off \
2018-03-29 00:04:58 +02:00
-mon chardev=charmonitor,id=monitor,mode=control \
2018-03-29 12:51:55 +02:00
-rtc base=utc \
2018-03-29 12:51:55 +02:00
-no-shutdown \
2016-10-12 17:02:37 +02:00
-no-acpi \
2021-09-20 16:22:59 +02:00
-boot strict=on \
2016-10-12 17:02:37 +02:00
-device i82801b11-bridge,id=pci.1,bus=pcie.0,addr=0x1e \
-device pci-bridge,chassis_nr=2,id=pci.2,bus=pci.1,addr=0x0 \
2021-10-04 23:07:44 +02:00
-device ioh3420,port=8,chassis=3,id=pci.3,bus=pcie.0,addr=0x1 \
2018-03-28 23:36:13 +02:00
-netdev user,id=hostnet0 \
2021-03-31 10:46:36 +02:00
-device e1000e,netdev=hostnet0,id=net0,mac=52:54:00:aa:bf:ef,bus=pci.2,addr=0x1 \
2022-06-22 15:36:23 +02:00
-audiodev '{"id":"audio1","driver":"none"}' \
2016-10-12 17:02:37 +02:00
-device intel-hda,id=sound0,bus=pci.3,addr=0x0 \
2022-06-22 15:36:23 +02:00
-device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0,audiodev=audio1 \
2023-01-20 11:22:22 +01:00
-global ICH9-LPC.noreboot=off \
-watchdog-action reset \
2021-08-10 17:07:10 +02:00
-msg timestamp=on