qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/5] Some small kqemu fixes and enhancements


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH 0/5] Some small kqemu fixes and enhancements
Date: Fri, 29 May 2009 19:18:31 +0200
User-agent: StGIT/0.14.3

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]