summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Graf2010-04-18 23:10:17 +0200
committerAurelien Jarno2010-05-18 20:21:00 +0200
commitc821c2bd4f5fcd3e91e3cd1e2bef76a408677425 (patch)
treef69fad9390d452e57e44ea833a8815e902545805 /Makefile
parentfix chardev_init for win32 (diff)
downloadqemu-c821c2bd4f5fcd3e91e3cd1e2bef76a408677425.tar.gz
qemu-c821c2bd4f5fcd3e91e3cd1e2bef76a408677425.tar.xz
qemu-c821c2bd4f5fcd3e91e3cd1e2bef76a408677425.zip
PPC/KVM: make iothread work
When running with --enable-io-thread the timer we have doesn't help, because it doesn't wake up the CPU thread. So instead we need to actually kick it. While at it I refined the logic a bit to not dumbly trigger a timer every 500ms, but rather do it more often after an interrupt got injected. If there's no level based interrupt to be expected, we don't need the timer anyways. This makes qemu-system-ppc with --enable-io-thread work when using KVM. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions