All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Qemu-devel] master: intermittent acpi-test failures
       [not found] <CAFEAcA8stUrH9tvndOtO3TyuWJzb=kZCxw6032Bx5it7U8nn0g@mail.gmail.com>
@ 2014-06-08  7:37 ` Michael S. Tsirkin
  2014-06-08  8:48   ` Peter Maydell
  2014-11-28 13:34 ` Peter Maydell
  1 sibling, 1 reply; 14+ messages in thread
From: Michael S. Tsirkin @ 2014-06-08  7:37 UTC (permalink / raw)
  To: Peter Maydell; +Cc: QEMU Developers

On Tue, May 27, 2014 at 10:38:17PM +0100, Peter Maydell wrote:
> I'm seeing this test failure intermittently on 'make check':
> 
> ERROR:/root/qemu/tests/acpi-test.c:618:test_acpi_one: assertion failed
> (signature == SIGNATURE): (0x00000000 == 0x0000dead)
> GTester: last random seed: R02S8d0d60963e4442ce284a81d20ce32053
> 
> (32 bit ARM host, in case that makes a difference.)
> 
> Any ideas? It looks from the test as if this may just be
> that the test is coded to assume a faster machine, which
> is a bit unfortunate.
> 
> thanks
> -- PMM

We have a timeout of 1 minute there.
Since all VM has to do is run BIOS initialization
and then write out the signature, this seems ample.

I'm reluctant to wait forever there, that would make
debugging harder in case of failures.
Does it help if you increase TEST_DELAY?

If it does we can do this, though I suspect this is merely
a work-around, there's probably something that
causes QEMU to pause execution during early BIOS boot.
Could you try strace to see what it is?

-- 
MST

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Qemu-devel] master: intermittent acpi-test failures
  2014-06-08  7:37 ` [Qemu-devel] master: intermittent acpi-test failures Michael S. Tsirkin
@ 2014-06-08  8:48   ` Peter Maydell
  2014-06-08 10:47     ` Michael S. Tsirkin
  0 siblings, 1 reply; 14+ messages in thread
From: Peter Maydell @ 2014-06-08  8:48 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: QEMU Developers

On 8 June 2014 08:37, Michael S. Tsirkin <mst@redhat.com> wrote:
> On Tue, May 27, 2014 at 10:38:17PM +0100, Peter Maydell wrote:
>> I'm seeing this test failure intermittently on 'make check':
>>
>> ERROR:/root/qemu/tests/acpi-test.c:618:test_acpi_one: assertion failed
>> (signature == SIGNATURE): (0x00000000 == 0x0000dead)
>> GTester: last random seed: R02S8d0d60963e4442ce284a81d20ce32053
>>
>> (32 bit ARM host, in case that makes a difference.)
>>
>> Any ideas? It looks from the test as if this may just be
>> that the test is coded to assume a faster machine, which
>> is a bit unfortunate.

> We have a timeout of 1 minute there.
> Since all VM has to do is run BIOS initialization
> and then write out the signature, this seems ample.

See my earlier email -- when the test completes it does
so within 8 or 9 loops (where the max is set at 600);
so I don't think raising the timeout will help -- something
has got stuck.

> If it does we can do this, though I suspect this is merely
> a work-around, there's probably something that
> causes QEMU to pause execution during early BIOS boot.
> Could you try strace to see what it is?

I'll give this a try.

thanks
-- PMM

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Qemu-devel] master: intermittent acpi-test failures
  2014-06-08  8:48   ` Peter Maydell
@ 2014-06-08 10:47     ` Michael S. Tsirkin
  0 siblings, 0 replies; 14+ messages in thread
From: Michael S. Tsirkin @ 2014-06-08 10:47 UTC (permalink / raw)
  To: Peter Maydell; +Cc: QEMU Developers

On Sun, Jun 08, 2014 at 09:48:39AM +0100, Peter Maydell wrote:
> On 8 June 2014 08:37, Michael S. Tsirkin <mst@redhat.com> wrote:
> > On Tue, May 27, 2014 at 10:38:17PM +0100, Peter Maydell wrote:
> >> I'm seeing this test failure intermittently on 'make check':
> >>
> >> ERROR:/root/qemu/tests/acpi-test.c:618:test_acpi_one: assertion failed
> >> (signature == SIGNATURE): (0x00000000 == 0x0000dead)
> >> GTester: last random seed: R02S8d0d60963e4442ce284a81d20ce32053
> >>
> >> (32 bit ARM host, in case that makes a difference.)
> >>
> >> Any ideas? It looks from the test as if this may just be
> >> that the test is coded to assume a faster machine, which
> >> is a bit unfortunate.
> 
> > We have a timeout of 1 minute there.
> > Since all VM has to do is run BIOS initialization
> > and then write out the signature, this seems ample.
> 
> See my earlier email -- when the test completes it does
> so within 8 or 9 loops (where the max is set at 600);
> so I don't think raising the timeout will help -- something
> has got stuck.
> 
> > If it does we can do this, though I suspect this is merely
> > a work-around, there's probably something that
> > causes QEMU to pause execution during early BIOS boot.
> > Could you try strace to see what it is?
> 
> I'll give this a try.
> 
> thanks
> -- PMM

We have a use after free memory corruption ATM,
I don't see why it would trigger on this path
but can't hurt to try Paolo's patch.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Qemu-devel] master: intermittent acpi-test failures
       [not found] <CAFEAcA8stUrH9tvndOtO3TyuWJzb=kZCxw6032Bx5it7U8nn0g@mail.gmail.com>
  2014-06-08  7:37 ` [Qemu-devel] master: intermittent acpi-test failures Michael S. Tsirkin
@ 2014-11-28 13:34 ` Peter Maydell
  2014-11-29 17:36   ` Michael S. Tsirkin
  1 sibling, 1 reply; 14+ messages in thread
From: Peter Maydell @ 2014-11-28 13:34 UTC (permalink / raw)
  To: QEMU Developers, Michael S. Tsirkin

On 27 May 2014 at 22:38, Peter Maydell <peter.maydell@linaro.org> wrote:
> I'm seeing this test failure intermittently on 'make check':
>
> ERROR:/root/qemu/tests/acpi-test.c:618:test_acpi_one: assertion failed
> (signature == SIGNATURE): (0x00000000 == 0x0000dead)
> GTester: last random seed: R02S8d0d60963e4442ce284a81d20ce32053
>
> (32 bit ARM host, in case that makes a difference.)
>
> Any ideas? It looks from the test as if this may just be
> that the test is coded to assume a faster machine, which
> is a bit unfortunate.

These failures are back after a long period of not
being a problem :-(

-- PMM

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Qemu-devel] master: intermittent acpi-test failures
  2014-11-28 13:34 ` Peter Maydell
@ 2014-11-29 17:36   ` Michael S. Tsirkin
  2014-11-29 17:39     ` Peter Maydell
  0 siblings, 1 reply; 14+ messages in thread
From: Michael S. Tsirkin @ 2014-11-29 17:36 UTC (permalink / raw)
  To: Peter Maydell; +Cc: QEMU Developers

On Fri, Nov 28, 2014 at 01:34:33PM +0000, Peter Maydell wrote:
> On 27 May 2014 at 22:38, Peter Maydell <peter.maydell@linaro.org> wrote:
> > I'm seeing this test failure intermittently on 'make check':
> >
> > ERROR:/root/qemu/tests/acpi-test.c:618:test_acpi_one: assertion failed
> > (signature == SIGNATURE): (0x00000000 == 0x0000dead)
> > GTester: last random seed: R02S8d0d60963e4442ce284a81d20ce32053
> >
> > (32 bit ARM host, in case that makes a difference.)
> >
> > Any ideas? It looks from the test as if this may just be
> > that the test is coded to assume a faster machine, which
> > is a bit unfortunate.
> 
> These failures are back after a long period of not
> being a problem :-(
> 
> -- PMM

My guess is VM fails to boot from disk for some reason.
Could you trigger a screenshot after this happens?

-- 
MST

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Qemu-devel] master: intermittent acpi-test failures
  2014-11-29 17:36   ` Michael S. Tsirkin
@ 2014-11-29 17:39     ` Peter Maydell
  2014-11-30 15:12       ` Michael S. Tsirkin
  0 siblings, 1 reply; 14+ messages in thread
From: Peter Maydell @ 2014-11-29 17:39 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: QEMU Developers

On 29 November 2014 at 17:36, Michael S. Tsirkin <mst@redhat.com> wrote:
> On Fri, Nov 28, 2014 at 01:34:33PM +0000, Peter Maydell wrote:
>> These failures are back after a long period of not
>> being a problem :-(

> My guess is VM fails to boot from disk for some reason.
> Could you trigger a screenshot after this happens?

Sure, if you can provide instructions (this is all from
"make check" so there's no display by default and
extracting a standalone qemu command line from "make
check" is pretty tedious IME).

-- PMM

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Qemu-devel] master: intermittent acpi-test failures
  2014-11-29 17:39     ` Peter Maydell
@ 2014-11-30 15:12       ` Michael S. Tsirkin
  2014-11-30 15:13         ` Michael S. Tsirkin
  2015-01-12 17:56         ` Peter Maydell
  0 siblings, 2 replies; 14+ messages in thread
From: Michael S. Tsirkin @ 2014-11-30 15:12 UTC (permalink / raw)
  To: Peter Maydell; +Cc: QEMU Developers

On Sat, Nov 29, 2014 at 05:39:01PM +0000, Peter Maydell wrote:
> On 29 November 2014 at 17:36, Michael S. Tsirkin <mst@redhat.com> wrote:
> > On Fri, Nov 28, 2014 at 01:34:33PM +0000, Peter Maydell wrote:
> >> These failures are back after a long period of not
> >> being a problem :-(
> 
> > My guess is VM fails to boot from disk for some reason.
> > Could you trigger a screenshot after this happens?
> 
> Sure, if you can provide instructions (this is all from
> "make check" so there's no display by default and
> extracting a standalone qemu command line from "make
> check" is pretty tedious IME).
> 
> -- PMM

It's probably easiest to simply drop -nographic
from test code to run with a display.

To trigger a screenshot, just give
screendump /path/to/file
on hmp.

-- 
MST

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Qemu-devel] master: intermittent acpi-test failures
  2014-11-30 15:12       ` Michael S. Tsirkin
@ 2014-11-30 15:13         ` Michael S. Tsirkin
  2015-01-12 17:56         ` Peter Maydell
  1 sibling, 0 replies; 14+ messages in thread
From: Michael S. Tsirkin @ 2014-11-30 15:13 UTC (permalink / raw)
  To: Peter Maydell; +Cc: QEMU Developers

On Sun, Nov 30, 2014 at 05:12:55PM +0200, Michael S. Tsirkin wrote:
> On Sat, Nov 29, 2014 at 05:39:01PM +0000, Peter Maydell wrote:
> > On 29 November 2014 at 17:36, Michael S. Tsirkin <mst@redhat.com> wrote:
> > > On Fri, Nov 28, 2014 at 01:34:33PM +0000, Peter Maydell wrote:
> > >> These failures are back after a long period of not
> > >> being a problem :-(
> > 
> > > My guess is VM fails to boot from disk for some reason.
> > > Could you trigger a screenshot after this happens?
> > 
> > Sure, if you can provide instructions (this is all from
> > "make check" so there's no display by default and
> > extracting a standalone qemu command line from "make
> > check" is pretty tedious IME).
> > 
> > -- PMM
> 
> It's probably easiest to simply drop -nographic
> from test code to run with a display.
> 
> To trigger a screenshot, just give
> screendump /path/to/file
> on hmp.

Another idea is to configure debugging in seabios.

> -- 
> MST

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Qemu-devel] master: intermittent acpi-test failures
  2014-11-30 15:12       ` Michael S. Tsirkin
  2014-11-30 15:13         ` Michael S. Tsirkin
@ 2015-01-12 17:56         ` Peter Maydell
  2015-01-12 18:08           ` Peter Maydell
  2015-01-12 19:49           ` Peter Maydell
  1 sibling, 2 replies; 14+ messages in thread
From: Peter Maydell @ 2015-01-12 17:56 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: QEMU Developers

On 30 November 2014 at 15:12, Michael S. Tsirkin <mst@redhat.com> wrote:
> On Sat, Nov 29, 2014 at 05:39:01PM +0000, Peter Maydell wrote:
>> On 29 November 2014 at 17:36, Michael S. Tsirkin <mst@redhat.com> wrote:
>> > My guess is VM fails to boot from disk for some reason.
>> > Could you trigger a screenshot after this happens?
>>
>> Sure, if you can provide instructions (this is all from
>> "make check" so there's no display by default and
>> extracting a standalone qemu command line from "make
>> check" is pretty tedious IME).

> It's probably easiest to simply drop -nographic
> from test code to run with a display.

OK, I did this, and the result is that there is just a black
screen with no graphic output ever.

The guest seems to be stuck in a loop:

Trace 0x74e38bc0 [00000000000f1076]
Trace 0x74e3f430 [00000000000f1141]
Trace 0x74e38a80 [00000000000f1064]
Trace 0x74e38bc0 [00000000000f1076]
Trace 0x74e3f430 [00000000000f1141]
Trace 0x74e38a80 [00000000000f1064]

which I think is:

0x00000000000f1064:  mov    %edx,%eax
0x00000000000f1066:  mov    0xf68fc,%dx
0x00000000000f106d:  out    %al,(%dx)
0x00000000000f106e:  ret

0x00000000000f1076:  ret

0x00000000000f1141:  dec    %ebp
0x00000000000f1142:  jmp    0xf1133

0x00000000000f1133:  test   %ebp,%ebp
0x00000000000f1135:  jle    0xf1144    [not taken]
0x00000000000f1137:  mov    (%esp),%edx
0x00000000000f113a:  mov    %esi,%eax
0x00000000000f113c:  call   0xf106f

...but I don't see why that "call 0xf106f" takes
us to f1064, which the trace says it does:

Trace 0x74e3f300 [00000000000f1137]
EAX=00000030 EBX=00000007 ECX=000f64c0 EDX=00000402
ESI=000f64c0 EDI=08000000 EBP=5b207800 ESP=00006f4c
EIP=000f1137 EFL=00000006 [-----P-] CPL=0 II=0 A20=1 SMM=0 HLT=0
ES =0010 00000000 ffffffff 00cf9300 DPL=0 DS   [-WA]
CS =0008 00000000 ffffffff 00cf9b00 DPL=0 CS32 [-RA]
SS =0010 00000000 ffffffff 00cf9300 DPL=0 DS   [-WA]
DS =0010 00000000 ffffffff 00cf9300 DPL=0 DS   [-WA]
FS =0010 00000000 ffffffff 00cf9300 DPL=0 DS   [-WA]
GS =0010 00000000 ffffffff 00cf9300 DPL=0 DS   [-WA]
LDT=0000 00000000 0000ffff 00008200 DPL=0 LDT
TR =0000 00000000 0000ffff 00008b00 DPL=0 TSS32-busy
GDT=     000f6be8 6be80037
IDT=     000f6c26 6c260000
CR0=60000011 CR2=00000000 CR3=00000000 CR4=00000000
DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000
DR3=0000000000000000
DR6=00000000ffff0ff0 DR7=0000000000000400
CCS=00000004 CCD=5b207800 CCO=EFLAGS
EFER=0000000000000000
Trace 0x74e38a80 [00000000000f1064]
EAX=000f64c0 EBX=00000007 ECX=000f64c0 EDX=00000030
ESI=000f64c0 EDI=08000000 EBP=5b207800 ESP=00006f44
EIP=000f1064 EFL=00000006 [-----P-] CPL=0 II=0 A20=1 SMM=0 HLT=0
ES =0010 00000000 ffffffff 00cf9300 DPL=0 DS   [-WA]
CS =0008 00000000 ffffffff 00cf9b00 DPL=0 CS32 [-RA]
SS =0010 00000000 ffffffff 00cf9300 DPL=0 DS   [-WA]
DS =0010 00000000 ffffffff 00cf9300 DPL=0 DS   [-WA]
FS =0010 00000000 ffffffff 00cf9300 DPL=0 DS   [-WA]
GS =0010 00000000 ffffffff 00cf9300 DPL=0 DS   [-WA]
LDT=0000 00000000 0000ffff 00008200 DPL=0 LDT
TR =0000 00000000 0000ffff 00008b00 DPL=0 TSS32-busy
GDT=     000f6be8 6be80037
IDT=     000f6c26 6c260000
CR0=60000011 CR2=00000000 CR3=00000000 CR4=00000000
DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000
DR3=0000000000000000
DR6=00000000ffff0ff0 DR7=0000000000000400
CCS=00000004 CCD=5b207800 CCO=EFLAGS
EFER=0000000000000000

Full trace (300MB!) at:
http://people.linaro.org/~peter.maydell/bios-test.log

-- PMM

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Qemu-devel] master: intermittent acpi-test failures
  2015-01-12 17:56         ` Peter Maydell
@ 2015-01-12 18:08           ` Peter Maydell
  2015-01-12 19:11             ` Peter Maydell
  2015-01-12 19:49           ` Peter Maydell
  1 sibling, 1 reply; 14+ messages in thread
From: Peter Maydell @ 2015-01-12 18:08 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: QEMU Developers

On 12 January 2015 at 17:56, Peter Maydell <peter.maydell@linaro.org> wrote:
> ...but I don't see why that "call 0xf106f" takes
> us to f1064, which the trace says it does

I think the trace is just confusing. Attaching in gdb we see:

=> 0xf1133:     test   %ebp,%ebp
   0xf1135:     jle    0xf1144
   0xf1137:     mov    (%esp),%edx
   0xf113a:     mov    %esi,%eax
   0xf113c:     call   0xf106f

=> 0xf106f:     mov    %eax,%ecx
   0xf1071:     movsbl %dl,%edx
   0xf1074:     call   *(%ecx)

=> 0xf1064:     mov    %edx,%eax
   0xf1066:     mov    0xf68fc,%dx
   0xf106d:     out    %al,(%dx)
   0xf106e:     ret

=> 0xf1076:     ret

=> 0xf1141:     dec    %ebp
   0xf1142:     jmp    0xf1133


So we're just sat in a loop which never finishes. This
seems to be because the first time in to it we set
the loop counter EBP to 0x5b207801.

-- PMM

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Qemu-devel] master: intermittent acpi-test failures
  2015-01-12 18:08           ` Peter Maydell
@ 2015-01-12 19:11             ` Peter Maydell
  0 siblings, 0 replies; 14+ messages in thread
From: Peter Maydell @ 2015-01-12 19:11 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: QEMU Developers, Richard Henderson

On 12 January 2015 at 18:08, Peter Maydell <peter.maydell@linaro.org> wrote:
> So we're just sat in a loop which never finishes. This
> seems to be because the first time in to it we set
> the loop counter EBP to 0x5b207801.

Looking further up the trace we seem to be mistranslating movsbl:
IN:
0x00000000000f195e:  movsbl (%ebx),%eax
0x00000000000f1961:  lea    -0x30(%eax),%edx
0x00000000000f1964:  cmp    $0x9,%dl
0x00000000000f1967:  ja     0xf1984

OP:
 ld_i32 tmp18,env,$0xfffffff4
 movi_i32 tmp19,$0x0
 brcond_i32 tmp18,tmp19,ne,$0x0

 ---- 0xf195e
 mov_i32 tmp4,rbx_0
 mov_i32 tmp5,rbx_1
 movi_i32 tmp5,$0x0
 qemu_ld_i32 tmp0,tmp4,tmp5,leul,$0x4
 movi_i32 tmp18,$0x1f
 sar_i32 tmp1,tmp0,tmp18
 mov_i32 rax_0,tmp0
 movi_i32 rax_1,$0x0

 ---- 0xf1961
 movi_i32 tmp20,$0xffffffd0
 movi_i32 tmp21,$0xffffffff
 add2_i32 tmp4,tmp5,rax_0,rax_1,tmp20,tmp21
 movi_i32 tmp5,$0x0
 mov_i32 rdx_0,tmp4
 movi_i32 rdx_1,$0x0

[etc]

movsbl should be a signed byte load, but we seem to have
emitted a "qemu_ld_i32 tmp0,tmp4,tmp5,leul,$0x4", which is a
32 bit load ("leul"), and then sign extended 32->64 bits.

[the insn bytes here are 0x0f 0xbe 0x03.]

-- PMM

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Qemu-devel] master: intermittent acpi-test failures
  2015-01-12 17:56         ` Peter Maydell
  2015-01-12 18:08           ` Peter Maydell
@ 2015-01-12 19:49           ` Peter Maydell
  2015-01-12 20:04             ` Peter Maydell
  1 sibling, 1 reply; 14+ messages in thread
From: Peter Maydell @ 2015-01-12 19:49 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: QEMU Developers

On 12 January 2015 at 17:56, Peter Maydell <peter.maydell@linaro.org> wrote:
> On 30 November 2014 at 15:12, Michael S. Tsirkin <mst@redhat.com> wrote:
>> On Sat, Nov 29, 2014 at 05:39:01PM +0000, Peter Maydell wrote:
>>> On 29 November 2014 at 17:36, Michael S. Tsirkin <mst@redhat.com> wrote:
>>> > My guess is VM fails to boot from disk for some reason.
>>> > Could you trigger a screenshot after this happens?
>>>
>>> Sure, if you can provide instructions (this is all from
>>> "make check" so there's no display by default and
>>> extracting a standalone qemu command line from "make
>>> check" is pretty tedious IME).
>
>> It's probably easiest to simply drop -nographic
>> from test code to run with a display.
>
> OK, I did this, and the result is that there is just a black
> screen with no graphic output ever.

This turns out to be a bug in RTH's patchset which I was testing
which coincidentally had the same symptoms.

-- PMM

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Qemu-devel] master: intermittent acpi-test failures
  2015-01-12 19:49           ` Peter Maydell
@ 2015-01-12 20:04             ` Peter Maydell
  2015-01-12 20:55               ` Michael S. Tsirkin
  0 siblings, 1 reply; 14+ messages in thread
From: Peter Maydell @ 2015-01-12 20:04 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: Paolo Bonzini, QEMU Developers

On 12 January 2015 at 19:49, Peter Maydell <peter.maydell@linaro.org> wrote:
> This turns out to be a bug in RTH's patchset which I was testing
> which coincidentally had the same symptoms.

More generally, I think this ACPI test is the first (only?) time we
try to actually run guest code in "make check", so if we break 64-on-32
TCG then it manifests as "this ACPI test times out"...

-- PMM

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [Qemu-devel] master: intermittent acpi-test failures
  2015-01-12 20:04             ` Peter Maydell
@ 2015-01-12 20:55               ` Michael S. Tsirkin
  0 siblings, 0 replies; 14+ messages in thread
From: Michael S. Tsirkin @ 2015-01-12 20:55 UTC (permalink / raw)
  To: Peter Maydell; +Cc: Paolo Bonzini, QEMU Developers

On Mon, Jan 12, 2015 at 08:04:31PM +0000, Peter Maydell wrote:
> On 12 January 2015 at 19:49, Peter Maydell <peter.maydell@linaro.org> wrote:
> > This turns out to be a bug in RTH's patchset which I was testing
> > which coincidentally had the same symptoms.
> 
> More generally, I think this ACPI test is the first (only?) time we
> try to actually run guest code in "make check", so if we break 64-on-32
> TCG then it manifests as "this ACPI test times out"...
> 
> -- PMM

Though I have plans to add tests like that for device ROMs and PXE as
well.  So more tests will fail :)

-- 
MST

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-01-12 20:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAFEAcA8stUrH9tvndOtO3TyuWJzb=kZCxw6032Bx5it7U8nn0g@mail.gmail.com>
2014-06-08  7:37 ` [Qemu-devel] master: intermittent acpi-test failures Michael S. Tsirkin
2014-06-08  8:48   ` Peter Maydell
2014-06-08 10:47     ` Michael S. Tsirkin
2014-11-28 13:34 ` Peter Maydell
2014-11-29 17:36   ` Michael S. Tsirkin
2014-11-29 17:39     ` Peter Maydell
2014-11-30 15:12       ` Michael S. Tsirkin
2014-11-30 15:13         ` Michael S. Tsirkin
2015-01-12 17:56         ` Peter Maydell
2015-01-12 18:08           ` Peter Maydell
2015-01-12 19:11             ` Peter Maydell
2015-01-12 19:49           ` Peter Maydell
2015-01-12 20:04             ` Peter Maydell
2015-01-12 20:55               ` Michael S. Tsirkin

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.