Re: [Qemu-devel] [PATCH v3 15/20] Boot Linux Console Test: add a test for mips64el + malta

2019-03-11 Thread Cleber Rosa
On Sat, Mar 02, 2019 at 10:39:47PM +0100, Philippe Mathieu-Daudé wrote: > On 2/21/19 1:57 AM, Cleber Rosa wrote: > > +import os > > One import is enough :P > Oh my... thanks for spotting this. - Cleber.

Re: [Qemu-devel] [PATCH v3 15/20] Boot Linux Console Test: add a test for mips64el + malta

2019-03-02 Thread Philippe Mathieu-Daudé
On 2/21/19 1:57 AM, Cleber Rosa wrote: > Similar to the x86_64 + pc test, it boots a Linux kernel on a Malta > board and verify the serial is working. > > If mips64el is a target being built, "make check-acceptance" will > automatically include this test by the use of the "arch:mips64el" > tags.

Re: [Qemu-devel] [PATCH v3 15/20] Boot Linux Console Test: add a test for mips64el + malta

2019-02-22 Thread Aleksandar Markovic
> From: Cleber Rosa > Subject: [PATCH v3 15/20] Boot Linux Console Test: add a test for mips64el + > malta > > Similar to the x86_64 + pc test, it boots a Linux kernel on a Malta > board and verify the serial is working. > Reviewed-by: Aleksandar Markovic

[Qemu-devel] [PATCH v3 15/20] Boot Linux Console Test: add a test for mips64el + malta

2019-02-20 Thread Cleber Rosa
Similar to the x86_64 + pc test, it boots a Linux kernel on a Malta board and verify the serial is working. If mips64el is a target being built, "make check-acceptance" will automatically include this test by the use of the "arch:mips64el" tags. Alternatively, this test can be run using: $