Re: [Qemu-devel] [PATCH] Add "boot_linux" acceptance test

2018-09-26 Thread Philippe Mathieu-Daudé
On 9/27/18 1:05 AM, Cleber Rosa wrote: > On 9/26/18 2:27 PM, Philippe Mathieu-Daudé wrote: >> Hi Cleber, >> >> On Thu, Sep 20, 2018 at 6:18 PM Cleber Rosa wrote: >>> >>> This acceptance test, validates that a full blown Linux guest can >>> successfully boot in QEMU. In this specific case, the gue

Re: [Qemu-devel] [PATCH] Add "boot_linux" acceptance test

2018-09-26 Thread Cleber Rosa
On 9/26/18 2:27 PM, Philippe Mathieu-Daudé wrote: > Hi Cleber, > > On Thu, Sep 20, 2018 at 6:18 PM Cleber Rosa wrote: >> >> This acceptance test, validates that a full blown Linux guest can >> successfully boot in QEMU. In this specific case, the guest >> chosen is Fedora version 28. By pass

Re: [Qemu-devel] [PATCH] Add "boot_linux" acceptance test

2018-09-26 Thread Philippe Mathieu-Daudé
Hi Cleber, On Thu, Sep 20, 2018 at 6:18 PM Cleber Rosa wrote: > > This acceptance test, validates that a full blown Linux guest can > successfully boot in QEMU. In this specific case, the guest > chosen is Fedora version 28. By passing parameters, the same > test can attempt to boot different d

[Qemu-devel] [PATCH] Add "boot_linux" acceptance test

2018-09-20 Thread Cleber Rosa
This acceptance test, validates that a full blown Linux guest can successfully boot in QEMU. In this specific case, the guest chosen is Fedora version 28. By passing parameters, the same test can attempt to boot different distros, arches, etc. The method for checking the successfull boot is base