Re: [PATCH] emulator: add movdqa tests

2012-02-06 Thread Stefan Hajnoczi
2012/2/1 Avi Kivity : > On 02/01/2012 11:08 AM, Takuya Yoshikawa wrote: >> What is the status of Stefan's work? > > Stefan's on vacation. Back now. I will try to get back to movdqa soon. Stefan -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord..

Re: [PATCH] emulator: add movdqa tests

2012-02-01 Thread Takuya Yoshikawa
(2012/02/01 18:21), Avi Kivity wrote: > On 02/01/2012 11:17 AM, Takuya Yoshikawa wrote: >> (2012/02/01 18:13), Avi Kivity wrote: >>> On 02/01/2012 11:08 AM, Takuya Yoshikawa wrote: What is the status of Stefan's work? >>> >>> Stefan's on vacation. >>> >> >> No no, about this unit-test patch. >

Re: [PATCH] emulator: add movdqa tests

2012-02-01 Thread Avi Kivity
On 02/01/2012 11:17 AM, Takuya Yoshikawa wrote: > (2012/02/01 18:13), Avi Kivity wrote: > > On 02/01/2012 11:08 AM, Takuya Yoshikawa wrote: > >> What is the status of Stefan's work? > > > > Stefan's on vacation. > > > > No no, about this unit-test patch. > > Not applied yet? > Well, movdqa is no

Re: [PATCH] emulator: add movdqa tests

2012-02-01 Thread Takuya Yoshikawa
(2012/02/01 18:13), Avi Kivity wrote: > On 02/01/2012 11:08 AM, Takuya Yoshikawa wrote: >> What is the status of Stefan's work? > > Stefan's on vacation. > No no, about this unit-test patch. Not applied yet? Takuya -- To unsubscribe from this list: send the line "unsubscribe kvm" in th

Re: [PATCH] emulator: add movdqa tests

2012-02-01 Thread Avi Kivity
On 02/01/2012 11:08 AM, Takuya Yoshikawa wrote: > What is the status of Stefan's work? Stefan's on vacation. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org Mor

Re: [PATCH] emulator: add movdqa tests

2012-02-01 Thread Takuya Yoshikawa
(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 >

[PATCH] emulator: add movdqa tests

2012-01-09 Thread Stefan Hajnoczi
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