2015-11-06 13:20:06 +00:00
LC_ALL=C \
PATH=/bin \
2023-03-02 19:05:53 +01:00
HOME=/var/lib/libvirt/qemu/domain--1-q35-test \
2015-11-06 13:20:06 +00: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 \
2015-11-06 13:20:06 +00: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 \
2015-11-06 13:20:06 +00:00
-m 2048 \
2022-02-10 12:57:26 +01:00
-overcommit mem-lock=off \
2016-06-23 13:29:16 +02:00
-smp 2,sockets=2,cores=1,threads=1 \
2015-11-06 14:29:52 +00:00
-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 \
2015-11-06 13:20:06 +00: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 \
2015-11-06 13:20:06 +00:00
-no-acpi \
2021-09-20 16:22:59 +02:00
-boot strict=on \
2015-10-20 12:08:56 -04:00
-device ich9-usb-ehci1,id=usb,bus=pcie.0,addr=0x1d.0x7 \
2021-03-31 10:46:36 +02:00
-device ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pcie.0,multifunction=on,addr=0x1d \
2015-10-20 12:08:56 -04:00
-device ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pcie.0,addr=0x1d.0x1 \
-device ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pcie.0,addr=0x1d.0x2 \
2022-07-20 15:37:19 +02:00
-blockdev '{"driver":"host_device","filename":"/dev/HostVG/QEMUGuest1","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}' \
-blockdev '{"node-name":"libvirt-1-format","read-only":false,"driver":"raw","file":"libvirt-1-storage"}' \
-device ide-hd,bus=ide.0,drive=libvirt-1-format,id=sata0-0-0,bootindex=1 \
2022-06-22 15:36:23 +02:00
-audiodev '{"id":"audio1","driver":"none"}' \
2022-01-18 16:31:28 +01:00
-device qxl-vga,id=video0,max_outputs=1,ram_size=67108864,vram_size=33554432,bus=pcie.0,addr=0x1 \
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