Re: [Qemu-devel] [PATCH] boot-serial-test: Add a test for the powernv machine

2016-11-09 Thread David Gibson
On Wed, Nov 09, 2016 at 07:00:42AM +0100, Cédric Le Goater wrote: > On 11/09/2016 02:02 AM, David Gibson wrote: > > On Tue, Nov 08, 2016 at 02:05:35PM +0100, Cédric Le Goater wrote: > >> On 11/08/2016 01:36 PM, Thomas Huth wrote: > >>> The new powernv machine ships with a firmware that outputs > >>

Re: [Qemu-devel] [PATCH] boot-serial-test: Add a test for the powernv machine

2016-11-08 Thread Cédric Le Goater
On 11/09/2016 02:02 AM, David Gibson wrote: > On Tue, Nov 08, 2016 at 02:05:35PM +0100, Cédric Le Goater wrote: >> On 11/08/2016 01:36 PM, Thomas Huth wrote: >>> The new powernv machine ships with a firmware that outputs >>> some text to the serial console, so we can automatically >>> test this mac

Re: [Qemu-devel] [PATCH] boot-serial-test: Add a test for the powernv machine

2016-11-08 Thread David Gibson
On Tue, Nov 08, 2016 at 02:05:35PM +0100, Cédric Le Goater wrote: > On 11/08/2016 01:36 PM, Thomas Huth wrote: > > The new powernv machine ships with a firmware that outputs > > some text to the serial console, so we can automatically > > test this machine type in the boot-serial tester, too. > > A

Re: [Qemu-devel] [PATCH] boot-serial-test: Add a test for the powernv machine

2016-11-08 Thread Cédric Le Goater
On 11/08/2016 01:36 PM, Thomas Huth wrote: > The new powernv machine ships with a firmware that outputs > some text to the serial console, so we can automatically > test this machine type in the boot-serial tester, too. > And to get some (very limited) test coverage for the new > POWER9 CPU emulati

[Qemu-devel] [PATCH] boot-serial-test: Add a test for the powernv machine

2016-11-08 Thread Thomas Huth
The new powernv machine ships with a firmware that outputs some text to the serial console, so we can automatically test this machine type in the boot-serial tester, too. And to get some (very limited) test coverage for the new POWER9 CPU emulation, too, this test is also started with "-cpu POWER9"