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