Skip to content
Snippets Groups Projects
Commit ea21b8b8 authored by Tim Wiederhake's avatar Tim Wiederhake Committed by Michal Privoznik
Browse files

tests: Add tests for kvm-poll-control feature


Update the KVM feature tests for QEMU's kvm-poll-control performance
hint.

Signed-off-by: default avatarTim Wiederhake <twiederh@redhat.com>
Reviewed-by: default avatarMichal Privoznik <mprivozn@redhat.com>
parent 3fc4412c
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
<kvm>
<hidden state='off'/>
<hint-dedicated state='off'/>
<poll-control state='off'/>
</kvm>
</features>
<clock offset='utc'/>
......
......@@ -11,7 +11,7 @@ QEMU_AUDIO_DRV=none \
-name QEMUGuest1 \
-S \
-machine pc,accel=kvm,usb=off,dump-guest-core=off \
-cpu host,kvm=off,kvm-hint-dedicated=on \
-cpu host,kvm=off,kvm-hint-dedicated=on,kvm-poll-control=on \
-m 214 \
-realtime mlock=off \
-smp 6,sockets=6,cores=1,threads=1 \
......
......@@ -13,6 +13,7 @@
<kvm>
<hidden state='on'/>
<hint-dedicated state='on'/>
<poll-control state='on'/>
</kvm>
</features>
<cpu mode='host-passthrough' check='none'/>
......
......@@ -13,6 +13,7 @@
<kvm>
<hidden state='off'/>
<hint-dedicated state='off'/>
<poll-control state='off'/>
</kvm>
</features>
<clock offset='utc'/>
......
......@@ -13,6 +13,7 @@
<kvm>
<hidden state='on'/>
<hint-dedicated state='on'/>
<poll-control state='on'/>
</kvm>
</features>
<cpu mode='host-passthrough' check='none' migratable='off'/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment