All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: qemu-devel@nongnu.org
Cc: Richard Henderson <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH 0/5] tcg/i386: use movbe instruction in qemu_ldst routines
Date: Sun, 22 Dec 2013 12:47:09 +0100	[thread overview]
Message-ID: <20131222114709.GA4326@ohm.rr44.fr> (raw)
In-Reply-To: <20131222112438.GC4216@ohm.rr44.fr>

And now I just realized you send such a patch before me. I am going to
review yours then.

On Sun, Dec 22, 2013 at 12:24:38PM +0100, Aurelien Jarno wrote:
> I forgot to Cc: Richard on this patch set, doing that now...
> 
> On Sat, Dec 21, 2013 at 05:43:39PM +0100, Aurelien Jarno wrote:
> > This patchset enable the usage of the movbe instruction, available on
> > Intel Atom and Intel Haswell CPU, in qemu_ldst routines, avoiding bswap
> > instructions before or after the store or loads. The availability of
> > this instruction is done at runtime using the cpuid instruction.
> > 
> > The last patch of the series is not fully related, but I spotted the
> > issue when working on this patchset, so I thought it's a good idea to
> > fix it.
> > 
> > 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 |  178 ++++++++++++++++++++++++++++++++++---------------
> >  2 files changed, 128 insertions(+), 58 deletions(-)
> > 
> > -- 
> > 1.7.10.4
> > 
> > 
> 
> -- 
> Aurelien Jarno                          GPG: 1024D/F1BCDB73
> aurelien@aurel32.net                 http://www.aurel32.net

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

      reply	other threads:[~2013-12-22 12:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-21 16:43 [Qemu-devel] [PATCH 0/5] tcg/i386: use movbe instruction in qemu_ldst routines Aurelien Jarno
2013-12-21 16:43 ` [Qemu-devel] [PATCH 1/5] disas/i386.c: disassemble movbe instruction Aurelien Jarno
2013-12-22 16:43   ` Richard Henderson
2013-12-21 16:43 ` [Qemu-devel] [PATCH 2/5] tcg/i386: remove hardcoded P_REXW value Aurelien Jarno
2013-12-22 16:43   ` Richard Henderson
2013-12-21 16:43 ` [Qemu-devel] [PATCH 3/5] tcg/i386: add support for three-byte opcodes Aurelien Jarno
2013-12-22 16:46   ` Richard Henderson
2013-12-21 16:43 ` [Qemu-devel] [PATCH 4/5] tcg/i386: use movbe instruction in qemu_ldst routines Aurelien Jarno
2013-12-22 16:52   ` Richard Henderson
2013-12-21 16:43 ` [Qemu-devel] [PATCH 5/5] tcg/i386: cleanup useless #ifdef Aurelien Jarno
2013-12-22 16:44   ` Richard Henderson
2013-12-22 11:24 ` [Qemu-devel] [PATCH 0/5] tcg/i386: use movbe instruction in qemu_ldst routines Aurelien Jarno
2013-12-22 11:47   ` Aurelien Jarno [this message]

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=20131222114709.GA4326@ohm.rr44.fr \
    --to=aurelien@aurel32.net \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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.