4a1418e07b
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>
86 lines
2.2 KiB
Plaintext
86 lines
2.2 KiB
Plaintext
QEMU Maintainers
|
|
================
|
|
|
|
Project leaders:
|
|
----------------
|
|
|
|
Fabrice Bellard
|
|
Paul Brook
|
|
|
|
CPU cores:
|
|
----------
|
|
|
|
x86 Fabrice Bellard
|
|
ARM Paul Brook
|
|
SPARC Blue Swirl
|
|
MIPS Thiemo Seufer
|
|
PowerPC ?
|
|
M68K Paul Brook
|
|
SH4 ?
|
|
CRIS Edgar E. Iglesias
|
|
Alpha ?
|
|
MicroBlaze Edgar E. Iglesias
|
|
|
|
Machines (sorted by CPU):
|
|
-------------------------
|
|
|
|
x86
|
|
pc.c Fabrice Bellard (new maintainer needed)
|
|
ARM
|
|
integratorcp.c Paul Brook
|
|
versatilepb.c Paul Brook
|
|
Real View Paul Brook
|
|
spitz.c Andrzej Zaborowski
|
|
palm.c Andrzej Zaborowski
|
|
nseries.c Andrzej Zaborowski
|
|
stellaris.c Paul Brook
|
|
gumstix.c Thorsten Zitterell
|
|
mainstone.c Armin Kuster
|
|
musicpal.c Jan Kiszka
|
|
SPARC
|
|
sun4u.c Blue Swirl
|
|
sun4m.c Blue Swirl
|
|
MIPS
|
|
mips_r4k.c Aurelien Jarno
|
|
mips_malta.c Aurelien Jarno
|
|
mips_jazz.c Hervé Poussineau
|
|
mips_mipssim.c Thiemo Seufer
|
|
PowerPC
|
|
ppc_prep.c ?
|
|
ppc_oldworld.c Fabrice Bellard
|
|
ppc_chrp.c Fabrice Bellard
|
|
ppc405_boards.c ?
|
|
M86K
|
|
mcf5208.c Paul Brook
|
|
an5206.c Paul Brook
|
|
dummy_m68k.c Paul Brook
|
|
SH4
|
|
shix.c ?
|
|
r2d.c Magnus Damm
|
|
CRIS
|
|
etraxfs.c Edgar E. Iglesias
|
|
axis_dev88.c Edgar E. Iglesias
|
|
Alpha
|
|
MicroBlaze
|
|
petalogix_s3adsp1800.c Edgar E. Iglesias
|
|
|
|
Generic Subsystems:
|
|
-------------------
|
|
|
|
Dynamic translator Fabrice Bellard
|
|
Main loop Fabrice Bellard (new maintainer needed)
|
|
TCG Fabrice Bellard
|
|
IDE device ?
|
|
SCSI device Paul Brook
|
|
PCI layer ?
|
|
USB layer ?
|
|
Block layer ?
|
|
Graphic layer ?
|
|
Audio device layer Vassili Karpov (malc)
|
|
Character device layer ?
|
|
Network device layer ?
|
|
GDB stub ?
|
|
Linux user ?
|
|
Darwin user ?
|
|
SLIRP ?
|