qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] Some small kqemu fixes and enhancements
@ 2009-05-29 17:18 Jan Kiszka
  2009-05-29 17:18 ` [Qemu-devel] [PATCH 1/5] kqemu: x86-64: Run 16-bit-stack-return in ring 0 Jan Kiszka
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Jan Kiszka @ 2009-05-29 17:18 UTC (permalink / raw)
  To: qemu-devel

This is the series of patches we generated while developing a
kqemu-1.4.0pre1-based prototype for guests that make real use of x86
segments. If anyone is interested and maintaining some kqemu repos, pick
them up as you like, they are for free (GPLv2).

There is one more change set: An optimization of the segment cache
emulation, but that one never truely stabilized (and I do not want to
make anyone go through the same debugging pain we went, so I'm not
posting that bits ;) ).


Jan Kiszka (5):
      kqemu: x86-64: Run 16-bit-stack-return in ring 0
      kqemu: i386: Reorder DS and ES on exception stack
      kqemu: Fix forbidden selector range change
      kqemu: Implement verr/verw in the monitor code interpreter
      kqemu: Implement lar/lsl in the monitor code interpreter

 common/i386/monitor_asm.S |   16 ++--
 common/interp.c           |  189 +++++++++++++++++++++++++++++++++++++++++++-
 common/kernel.c           |    8 +-
 common/kqemu_int.h        |    6 +-
 4 files changed, 199 insertions(+), 20 deletions(-)

--
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-05-30  9:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29 17:18 [Qemu-devel] [PATCH 0/5] Some small kqemu fixes and enhancements Jan Kiszka
2009-05-29 17:18 ` [Qemu-devel] [PATCH 1/5] kqemu: x86-64: Run 16-bit-stack-return in ring 0 Jan Kiszka
2009-05-29 17:18 ` [Qemu-devel] [PATCH 3/5] kqemu: Fix forbidden selector range change Jan Kiszka
2009-05-29 17:18 ` [Qemu-devel] [PATCH 4/5] kqemu: Implement verr/verw in the monitor code interpreter Jan Kiszka
2009-05-29 17:18 ` [Qemu-devel] [PATCH 2/5] kqemu: i386: Reorder DS and ES on exception stack Jan Kiszka
2009-05-29 17:18 ` [Qemu-devel] [PATCH 5/5] kqemu: Implement lar/lsl in the monitor code interpreter Jan Kiszka
2009-05-29 19:19 ` [Qemu-devel] [PATCH 0/5] Some small kqemu fixes and enhancements Andreas Färber
2009-05-30  8:01   ` [Qemu-devel] " Jan Kiszka
2009-05-30  9:25     ` Andreas Färber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).