realtime-virtual-host: add tsc-deadline=on to qemu cmdline
So that QEMU uses the in kernel irqchip. Original patch provided by Luiz Capitulino <lcapitulino@redhat.com>. Resolves: rhbz#1554458 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
35a7b93284
commit
9b1c045d30
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ run_tsc_deadline_latency()
|
|||
-device isa-debug-exit,iobase=0xf4,iosize=0x4 \
|
||||
-display none -serial stdio -device pci-testdev \
|
||||
-kernel "$TSCDEADLINE_LATENCY" \
|
||||
-cpu host \
|
||||
-cpu host,tsc-deadline=on \
|
||||
-mon chardev=char0,mode=readline \
|
||||
-chardev socket,id=char0,nowait,path=$unixpath,server | grep latency | cut -f 2 -d ":" > $dir/out &
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue