Re: [PATCH v2 7/7] tests/avocado: add boot_xen tests

2021-02-18 Thread Cleber Rosa
On Thu, Feb 18, 2021 at 10:43:54AM +0100, Philippe Mathieu-Daudé wrote: > On 2/17/21 9:46 PM, Cleber Rosa wrote: > > On Thu, Feb 11, 2021 at 05:19:45PM +, Alex Bennée wrote: > >> These tests make sure we can boot the Xen hypervisor with a Dom0 > >> kernel using the guest-loader. We currently ha

Re: [PATCH v2 7/7] tests/avocado: add boot_xen tests

2021-02-18 Thread Cleber Rosa
On Wed, Feb 17, 2021 at 10:22:50PM +, Alex Bennée wrote: > > I think the solution is to use archive links here. There is a snapshot > archive of sid (we've used it in the past) but I suspect there isn't an > archive of old stable packages for a reason. > If the packages you need are available

Re: [PATCH v2 7/7] tests/avocado: add boot_xen tests

2021-02-18 Thread Philippe Mathieu-Daudé
On 2/17/21 9:46 PM, Cleber Rosa wrote: > On Thu, Feb 11, 2021 at 05:19:45PM +, Alex Bennée wrote: >> These tests make sure we can boot the Xen hypervisor with a Dom0 >> kernel using the guest-loader. We currently have to use a kernel I >> built myself because there are issues using the Debian k

Re: [PATCH v2 7/7] tests/avocado: add boot_xen tests

2021-02-17 Thread Cleber Rosa
On Thu, Feb 11, 2021 at 05:19:45PM +, Alex Bennée wrote: > These tests make sure we can boot the Xen hypervisor with a Dom0 > kernel using the guest-loader. We currently have to use a kernel I > built myself because there are issues using the Debian kernel images. > > Signed-off-by: Alex Benné

Re: [PATCH v2 7/7] tests/avocado: add boot_xen tests

2021-02-17 Thread Alex Bennée
Cleber Rosa writes: > On Thu, Feb 11, 2021 at 05:19:45PM +, Alex Bennée wrote: >> These tests make sure we can boot the Xen hypervisor with a Dom0 >> kernel using the guest-loader. We currently have to use a kernel I >> built myself because there are issues using the Debian kernel images. >

Re: [PATCH v2 7/7] tests/avocado: add boot_xen tests

2021-02-17 Thread Philippe Mathieu-Daudé
On 2/11/21 6:19 PM, Alex Bennée wrote: > These tests make sure we can boot the Xen hypervisor with a Dom0 > kernel using the guest-loader. We currently have to use a kernel I > built myself because there are issues using the Debian kernel images. > > Signed-off-by: Alex Bennée > --- > MAINTAINER