mirror of https://gitee.com/openkylin/libvirt.git
tests: qemuxml2argv: Use existing machine type for 'numatune-distances' case
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
d29ee7c124
commit
99dcdf505e
|
@ -10,7 +10,7 @@ QEMU_AUDIO_DRV=none \
|
|||
/usr/bin/qemu-system-x86_64 \
|
||||
-name QEMUGuest \
|
||||
-S \
|
||||
-machine xenfv,accel=tcg,usb=off,dump-guest-core=off \
|
||||
-machine pc,accel=tcg,usb=off,dump-guest-core=off \
|
||||
-m 12288 \
|
||||
-realtime mlock=off \
|
||||
-smp 12,sockets=12,cores=1,threads=1 \
|
||||
|
@ -66,4 +66,4 @@ server,nowait \
|
|||
-rtc base=utc \
|
||||
-no-shutdown \
|
||||
-usb \
|
||||
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x2
|
||||
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<currentMemory unit='KiB'>8388608</currentMemory>
|
||||
<vcpu placement='static'>12</vcpu>
|
||||
<os>
|
||||
<type arch='x86_64' machine='xenfv'>hvm</type>
|
||||
<type arch='x86_64' machine='pc'>hvm</type>
|
||||
<boot dev='hd'/>
|
||||
</os>
|
||||
<features>
|
||||
|
|
Loading…
Reference in New Issue