Re: [Qemu-devel] [PATCH] tests/boot_linux_console: add a test for riscv64 + virt

2019-07-11 Thread Philippe Mathieu-Daudé
On 7/11/19 4:43 PM, Alistair Francis wrote: > On Thu, Jul 11, 2019 at 6:56 AM Philippe Mathieu-Daudé > wrote: >> >> Hi Chih-Min, >> >> On 7/10/19 7:50 PM, Chih-Min Chao wrote: >>> Similar to the mips + malta test, it boots a Linux kernel on a virt >>> board and verify the serial is working. Also,

Re: [Qemu-devel] [PATCH] tests/boot_linux_console: add a test for riscv64 + virt

2019-07-11 Thread Alistair Francis
On Thu, Jul 11, 2019 at 6:56 AM Philippe Mathieu-Daudé wrote: > > Hi Chih-Min, > > On 7/10/19 7:50 PM, Chih-Min Chao wrote: > > Similar to the mips + malta test, it boots a Linux kernel on a virt > > board and verify the serial is working. Also, it relies on the serial > > device set by the machi

Re: [Qemu-devel] [PATCH] tests/boot_linux_console: add a test for riscv64 + virt

2019-07-11 Thread Alistair Francis
On Wed, Jul 10, 2019 at 6:54 PM Chih-Min Chao wrote: > > > On Thu, Jul 11, 2019 at 2:53 AM Alistair Francis wrote: >> >> On Wed, Jul 10, 2019 at 10:51 AM Chih-Min Chao >> wrote: >> > >> > Similar to the mips + malta test, it boots a Linux kernel on a virt >> > board and verify the serial is wor

Re: [Qemu-devel] [PATCH] tests/boot_linux_console: add a test for riscv64 + virt

2019-07-11 Thread Philippe Mathieu-Daudé
Hi Chih-Min, On 7/10/19 7:50 PM, Chih-Min Chao wrote: > Similar to the mips + malta test, it boots a Linux kernel on a virt > board and verify the serial is working. Also, it relies on the serial > device set by the machine itself. Good idea! > > If riscv64 is a target being built, "make check

Re: [Qemu-devel] [PATCH] tests/boot_linux_console: add a test for riscv64 + virt

2019-07-10 Thread Chih-Min Chao
On Thu, Jul 11, 2019 at 4:23 AM Cleber Rosa wrote: > On Wed, Jul 10, 2019 at 10:50:23AM -0700, Chih-Min Chao wrote: > > Similar to the mips + malta test, it boots a Linux kernel on a virt > > board and verify the serial is working. Also, it relies on the serial > > device set by the machine itse

Re: [Qemu-devel] [PATCH] tests/boot_linux_console: add a test for riscv64 + virt

2019-07-10 Thread Chih-Min Chao
On Thu, Jul 11, 2019 at 2:53 AM Alistair Francis wrote: > On Wed, Jul 10, 2019 at 10:51 AM Chih-Min Chao > wrote: > > > > Similar to the mips + malta test, it boots a Linux kernel on a virt > > board and verify the serial is working. Also, it relies on the serial > > device set by the machine i

Re: [Qemu-devel] [PATCH] tests/boot_linux_console: add a test for riscv64 + virt

2019-07-10 Thread Cleber Rosa
On Wed, Jul 10, 2019 at 10:50:23AM -0700, Chih-Min Chao wrote: > Similar to the mips + malta test, it boots a Linux kernel on a virt > board and verify the serial is working. Also, it relies on the serial > device set by the machine itself. > > If riscv64 is a target being built, "make check-acce

Re: [Qemu-devel] [PATCH] tests/boot_linux_console: add a test for riscv64 + virt

2019-07-10 Thread Alistair Francis
On Wed, Jul 10, 2019 at 10:51 AM Chih-Min Chao wrote: > > Similar to the mips + malta test, it boots a Linux kernel on a virt > board and verify the serial is working. Also, it relies on the serial > device set by the machine itself. > > If riscv64 is a target being built, "make check-acceptance"

[Qemu-devel] [PATCH] tests/boot_linux_console: add a test for riscv64 + virt

2019-07-10 Thread Chih-Min Chao
Similar to the mips + malta test, it boots a Linux kernel on a virt board and verify the serial is working. Also, it relies on the serial device set by the machine itself. If riscv64 is a target being built, "make check-acceptance" will automatically include this test by the use of the "arch:risc