All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RFT 0/9] x86 AREG0 conversion, part deux
@ 2012-06-21 20:58 Blue Swirl
  2012-06-21 20:58 ` [Qemu-devel] [PATCH 1/9] x86: avoid AREG0 for FPU helpers Blue Swirl
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Blue Swirl @ 2012-06-21 20:58 UTC (permalink / raw)
  To: qemu-devel

These still fail the test but I'll send them for review and to
complement the first series.

Blue Swirl (9):
  x86: avoid AREG0 for FPU helpers
  x86: avoid AREG0 for condition code helpers
  x86: avoid AREG0 for integer helpers
  x86: avoid AREG0 for SVM helpers
  x86: avoid AREG0 for SMM helpers
  x86: avoid AREG0 for misc helpers
  x86: use wrappers for memory access helpers
  x86: avoid AREG0 in segmentation helpers
  x86: switch to AREG0 free mode

 configure                           |    2 +-
 cpu-all.h                           |   22 +
 target-i386/Makefile.objs           |    9 -
 target-i386/cc_helper.c             |  199 ++++----
 target-i386/cc_helper_template.h    |   36 +-
 target-i386/fpu_helper.c            |  429 ++++++++---------
 target-i386/helper.h                |  352 +++++++-------
 target-i386/int_helper.c            |   44 +-
 target-i386/mem_helper.c            |   46 +-
 target-i386/misc_helper.c           |   75 ++--
 target-i386/ops_sse.h               |  378 ++++++++-------
 target-i386/ops_sse_header.h        |  334 +++++++-------
 target-i386/seg_helper.c            |  434 ++++++++---------
 target-i386/shift_helper_template.h |   10 +-
 target-i386/smm_helper.c            |   14 +-
 target-i386/svm_helper.c            |  185 ++++----
 target-i386/translate.c             |  923 +++++++++++++++++++----------------
 17 files changed, 1781 insertions(+), 1711 deletions(-)

-- 
1.7.2.5

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

end of thread, other threads:[~2012-06-21 20:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-21 20:58 [Qemu-devel] [PATCH RFT 0/9] x86 AREG0 conversion, part deux Blue Swirl
2012-06-21 20:58 ` [Qemu-devel] [PATCH 1/9] x86: avoid AREG0 for FPU helpers Blue Swirl
2012-06-21 20:58 ` [Qemu-devel] [PATCH 2/9] x86: avoid AREG0 for condition code helpers Blue Swirl
2012-06-21 20:58 ` [Qemu-devel] [PATCH 3/9] x86: avoid AREG0 for integer helpers Blue Swirl
2012-06-21 20:58 ` [Qemu-devel] [PATCH 4/9] x86: avoid AREG0 for SVM helpers Blue Swirl
2012-06-21 20:58 ` [Qemu-devel] [PATCH 5/9] x86: avoid AREG0 for SMM helpers Blue Swirl
2012-06-21 20:58 ` [Qemu-devel] [PATCH 6/9] x86: avoid AREG0 for misc helpers Blue Swirl
2012-06-21 20:58 ` [Qemu-devel] [PATCH 7/9] x86: use wrappers for memory access helpers Blue Swirl
2012-06-21 20:58 ` [Qemu-devel] [PATCH 8/9] x86: avoid AREG0 in segmentation helpers Blue Swirl
2012-06-21 20:58 ` [Qemu-devel] [PATCH 9/9] x86: switch to AREG0 free mode Blue Swirl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.