From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Cc: blauwirbel@gmail.com
Subject: [Qemu-devel] [PATCH v2 0/9] x86 AREG0 conversion
Date: Tue, 7 Aug 2012 19:49:08 +0000 [thread overview]
Message-ID: <cover.1344368495.git.blauwirbel@gmail.com> (raw)
Finally, I found the bug in SSE helpers (passed cpu_env to pshufx,
not caught because of the ugly casts).
Now this also passes the test with OpenSUSE-12.1-GNOME-LiveCD-x86_64.
It's also possible to use Clang to compile x86 targets with my earlier
Clang patch set applied.
I think this is 1.2 material.
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: use wrappers for memory access helpers
x86: avoid AREG0 for misc 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 | 903 +++++++++++++++++++----------------
17 files changed, 1772 insertions(+), 1700 deletions(-)
--
1.7.2.5
next reply other threads:[~2012-08-07 19:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-07 19:49 Blue Swirl [this message]
2012-08-07 19:49 ` [Qemu-devel] [PATCH v2 1/9] x86: avoid AREG0 for FPU helpers Blue Swirl
2012-08-07 19:49 ` [Qemu-devel] [PATCH v2 2/9] x86: avoid AREG0 for condition code helpers Blue Swirl
2012-08-07 19:49 ` [Qemu-devel] [PATCH v2 3/9] x86: avoid AREG0 for integer helpers Blue Swirl
2012-08-07 19:49 ` [Qemu-devel] [PATCH v2 4/9] x86: avoid AREG0 for SVM helpers Blue Swirl
2012-08-07 19:49 ` [Qemu-devel] [PATCH v2 5/9] x86: avoid AREG0 for SMM helpers Blue Swirl
2012-08-07 19:49 ` [Qemu-devel] [PATCH v2 6/9] x86: use wrappers for memory access helpers Blue Swirl
2012-08-07 19:49 ` [Qemu-devel] [PATCH v2 7/9] x86: avoid AREG0 for misc helpers Blue Swirl
2012-08-07 19:49 ` [Qemu-devel] [PATCH v2 8/9] x86: avoid AREG0 in segmentation helpers Blue Swirl
2012-08-07 19:49 ` [Qemu-devel] [PATCH v2 9/9] x86: switch to AREG0 free mode Blue Swirl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1344368495.git.blauwirbel@gmail.com \
--to=blauwirbel@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.