]> Git Repo - qemu.git/commit
vl.c: prohibit simultaneous use of -icount with kvm or xen
authorMax Filippov <[email protected]>
Thu, 10 Nov 2011 11:38:42 +0000 (15:38 +0400)
committerAnthony Liguori <[email protected]>
Fri, 11 Nov 2011 18:49:53 +0000 (12:49 -0600)
commit0abe905d29f556128c5fb2ea8d93e982e94aaa67
treed08cb66376cbeb4f685cc03ad13d7af52c81141e
parentee71c984342408a357a74f65915bf66484ba445a
vl.c: prohibit simultaneous use of -icount with kvm or xen

With -icount, The vm_clock is updated with help from TCG (it counts
instructions at 2^ICOUNT ns/instructions). With KVM, the instruction
count is not available so KVM cannot provide this help.

Signed-off-by: Max Filippov <[email protected]>
Acked-by: Paolo Bonzini <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
vl.c
This page took 0.022747 seconds and 4 git commands to generate.