qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/5] tcg-i386: tidy softmmu code


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 0/5] tcg-i386: tidy softmmu code
Date: Fri, 21 May 2010 09:02:59 -0700

This is sort-of part 2 of the patch series that I just edited and
re-posted for you.  The majority of the patch series deals with 
the SOFTMMU code.

I think you saw a patch about the data16 prefix before, but this
one's different.  It's written the way it is here because I have
a third patch series pending that merges the i386 and x86_64 targets,
and in addition to propagating P_DATA16 for rolw we'll have P_REXW
for all the shifts.


r~


Richard Henderson (5):
  tcg-i386: Tidy data16 prefixes.
  tcg-i386: Split out TLB Hit path from qemu_ld/st.
  tcg-i386: Swap order of TLB hit and miss paths.
  tcg-i386: Split out tlb load function.
  tcg-i386: Remove some ifdefs in qemu_ld/st.

 tcg/i386/tcg-target.c |  549 ++++++++++++++++++++++++-------------------------
 1 files changed, 267 insertions(+), 282 deletions(-)




reply via email to

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