From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: aurelien@aurel32.net, aliguori@amazon.com
Subject: [Qemu-devel] [PULL 0/5] tcg/i386 movbe support
Date: Sat, 25 Jan 2014 15:32:47 -0800 [thread overview]
Message-ID: <1390692772-15282-1-git-send-email-rth@twiddle.net> (raw)
This is mostly Aurelien's patch series, with a few tweaks:
In patch 3, rename P_EXT2 to P_EXT38, as I thing that's less
arbitrary for the 0x0f 0x38 prefix.
In patch 4, use a "movop" local variable to reduce code duplication.
Tested with ppc64 and sparc images on a Haswell host.
r~
The following changes since commit 0169c511554cb0014a00290b0d3d26c31a49818f:
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2014-01-24 15:52:44 -0800)
are available in the git repository at:
git://github.com/rth7680/qemu.git tcg-movbe
for you to fetch changes up to 2d23d5edb5b23849c668dd729e4da7b2c63b163b:
tcg/i386: cleanup useless #ifdef (2014-01-25 15:21:33 -0800)
----------------------------------------------------------------
Aurelien Jarno (5):
disas/i386.c: disassemble movbe instruction
tcg/i386: remove hardcoded P_REXW value
tcg/i386: add support for three-byte opcodes
tcg/i386: use movbe instruction in qemu_ldst routines
tcg/i386: cleanup useless #ifdef
disas/i386.c | 8 +--
tcg/i386/tcg-target.c | 145 +++++++++++++++++++++++++++++++++-----------------
2 files changed, 101 insertions(+), 52 deletions(-)
next reply other threads:[~2014-01-25 23:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-25 23:32 Richard Henderson [this message]
2014-01-25 23:32 ` [Qemu-devel] [PULL 1/5] disas/i386.c: disassemble movbe instruction Richard Henderson
2014-01-25 23:32 ` [Qemu-devel] [PULL 2/5] tcg/i386: remove hardcoded P_REXW value Richard Henderson
2014-01-25 23:32 ` [Qemu-devel] [PULL 3/5] tcg/i386: add support for three-byte opcodes Richard Henderson
2014-01-25 23:32 ` [Qemu-devel] [PULL 4/5] tcg/i386: use movbe instruction in qemu_ldst routines Richard Henderson
2014-01-25 23:32 ` [Qemu-devel] [PULL 5/5] tcg/i386: cleanup useless #ifdef Richard Henderson
2014-01-30 19:11 ` [Qemu-devel] [PULL 0/5] tcg/i386 movbe support Peter Maydell
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=1390692772-15282-1-git-send-email-rth@twiddle.net \
--to=rth@twiddle.net \
--cc=aliguori@amazon.com \
--cc=aurelien@aurel32.net \
--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 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).