All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
To: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Cc: kvm@vger.kernel.org, Avi Kivity <avi@redhat.com>
Subject: Re: [PATCH] emulator: add movdqa tests
Date: Wed, 01 Feb 2012 18:08:58 +0900	[thread overview]
Message-ID: <4F29012A.5030905@oss.ntt.co.jp> (raw)
In-Reply-To: <1326040553-3295-1-git-send-email-stefanha@linux.vnet.ibm.com>

(2012/01/09 1:35), Stefan Hajnoczi wrote:
> The movdqa instruction performs a 128-bit vector move and requires that
> operands are aligned in memory.  Unlike the movdqu instruction, a #GP is
> raised if operands are unaligned.
> 
> This patch does not exercise misalignment because the CPU detects
> misalignment while still inside the guest and raises #GP.  The emulator
> will therefore never meet unaligned movdqa instructions.
> 
> Also change "read"/"write" to "store"/"load" to make it obvious whether
> the test transfers to or from memory.  Previous usage of "read" and
> "write" was misleading.
> 
> Signed-off-by: Stefan Hajnoczi<stefanha@linux.vnet.ibm.com>
> ---
> This test is expected to fail until a patch is merged that implements the
> missing movdqa instruction.
> 

What is the status of Stefan's work?

	Takuya

  reply	other threads:[~2012-02-01  9:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-08 16:35 [PATCH] emulator: add movdqa tests Stefan Hajnoczi
2012-02-01  9:08 ` Takuya Yoshikawa [this message]
2012-02-01  9:13   ` Avi Kivity
2012-02-01  9:17     ` Takuya Yoshikawa
2012-02-01  9:21       ` Avi Kivity
2012-02-01  9:28         ` Takuya Yoshikawa
2012-02-06 12:00     ` Stefan Hajnoczi

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=4F29012A.5030905@oss.ntt.co.jp \
    --to=yoshikawa.takuya@oss.ntt.co.jp \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=stefanha@linux.vnet.ibm.com \
    /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.