mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 15:45:28 +00:00
13 lines
498 B
Plaintext
13 lines
498 B
Plaintext
|
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test QEMU_AUDIO_DRV=none \
|
||
|
/usr/bin/qemu -S \
|
||
|
-M pc-q35-2.4 \
|
||
|
-m 214 -smp 1 \
|
||
|
-nographic -nodefaults \
|
||
|
-monitor unix:/tmp/test-monitor,server,nowait \
|
||
|
-no-acpi -boot a \
|
||
|
-device i82801b11-bridge,id=pci.1,bus=pcie.0,addr=0x1e \
|
||
|
-device pci-bridge,chassis_nr=2,id=pci.2,bus=pci.1,addr=0x1 \
|
||
|
-drive file=/tmp/firmware.img,if=none,id=drive-fdc0-0-0 \
|
||
|
-device isa-fdc,driveA=drive-fdc0-0-0 \
|
||
|
-device virtio-balloon-pci,id=balloon0,bus=pci.2,addr=0x3
|