Unbreak large mem support by removing kqemu
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 10 Aug 2009 22:07:24 +0000 (17:07 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 24 Aug 2009 13:02:55 +0000 (08:02 -0500)
commit2140e4a49e2f686ae74d5e90bd410ecacc8296ce
treea68b7017b184850330000afa416d4ed419bb736a
parentd611d3c8b53f6365a94017dff0095a94950b1baf
Unbreak large mem support by removing kqemu

kqemu introduces a number of restrictions on the i386 target.  The worst is that
it prevents large memory from working in the default build.

Furthermore, kqemu is fundamentally flawed in a number of ways.  It relies on
the TSC as a time source which will not be reliable on a multiple processor
system in userspace.  Since most modern processors are multicore, this severely
limits the utility of kqemu.

kvm is a viable alternative for people looking to accelerate qemu and has the
benefit of being supported by the upstream Linux kernel.  If someone can
implement work arounds to remove the restrictions introduced by kqemu, I'm
happy to avoid and/or revert this patch.

N.B. kqemu will still function in the 0.11 series but this patch removes it from
the 0.12 series.

Paul, please Ack or Nack this patch.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
24 files changed:
MAINTAINERS
Makefile.target
configure
cpu-all.h
cpu-common.h
cpu-exec.c
exec-all.h
exec.c
hw/pc.c
ioport.c
kqemu.c [deleted file]
kqemu.h [deleted file]
monitor.c
osdep.c
qemu-monitor.hx
qemu-options.hx
qemu-tech.texi
softmmu_template.h
sysemu.h
target-i386/TODO
target-i386/cpu.h
target-i386/helper.c
target-i386/op_helper.c
vl.c