mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 01:18:00 +03:00
1924ef661b
Until we clean up and remove all capabilities which no longer make sense to have separately, we should use virQEMUCapsInitQMPBasicArch to set the defaults as it's used by qemuxml2argvtest when testing with fake capabilities. This allows us to prevent testing dead code paths with the fake capability tests. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
37 lines
1.4 KiB
Plaintext
37 lines
1.4 KiB
Plaintext
LC_ALL=C \
|
|
PATH=/bin \
|
|
HOME=/tmp/lib/domain--1-fdr-br \
|
|
USER=test \
|
|
LOGNAME=test \
|
|
XDG_DATA_HOME=/tmp/lib/domain--1-fdr-br/.local/share \
|
|
XDG_CACHE_HOME=/tmp/lib/domain--1-fdr-br/.cache \
|
|
XDG_CONFIG_HOME=/tmp/lib/domain--1-fdr-br/.config \
|
|
QEMU_AUDIO_DRV=none \
|
|
/usr/bin/qemu-system-x86_64 \
|
|
-name fdr-br \
|
|
-S \
|
|
-machine pc-1.2,accel=tcg,usb=off,dump-guest-core=off \
|
|
-m 2048 \
|
|
-realtime mlock=off \
|
|
-smp 2,sockets=2,cores=1,threads=1 \
|
|
-uuid 3ec6cbe1-b5a2-4515-b800-31a61855df41 \
|
|
-display none \
|
|
-no-user-config \
|
|
-nodefaults \
|
|
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-fdr-br/monitor.sock,server=on,wait=off \
|
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
|
-rtc base=utc \
|
|
-no-shutdown \
|
|
-device pci-bridge,chassis_nr=1,id=pci.1,bus=pci.0,addr=0x3 \
|
|
-device pci-bridge,chassis_nr=2,id=pci.2,bus=pci.0,addr=0x4 \
|
|
-device pci-bridge,chassis_nr=3,id=pci.3,bus=pci.0,addr=0x5 \
|
|
-device pci-bridge,chassis_nr=4,id=pci.4,bus=pci.0,addr=0x6 \
|
|
-device pci-bridge,chassis_nr=5,id=pci.5,bus=pci.0,addr=0x7 \
|
|
-device pci-bridge,chassis_nr=6,id=pci.6,bus=pci.0,addr=0x8 \
|
|
-device pci-bridge,chassis_nr=7,id=pci.7,bus=pci.0,addr=0x9 \
|
|
-usb \
|
|
-drive file=/var/iso/f18kde.iso,format=raw,if=none,id=drive-ide0-1-0,readonly=on \
|
|
-device ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 \
|
|
-device cirrus-vga,id=video0,bus=pci.0,addr=0x2 \
|
|
-device virtio-balloon-pci,id=balloon0,bus=pci.7,addr=0x6
|