Re: [PATCH v1 3/3] tests/vm/ubuntu: update i386 image to 18.04

2019-11-22 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 11/22/19 12:22 PM, Alex Bennée wrote: >> The current image is broken while running qtests but the bug go away >> when built with a newer Ubuntu i386 image. I was unable to replicate >> the crash on Debian Buster for i386 either so I'm concluding it is a >> di

Re: [PATCH v1 3/3] tests/vm/ubuntu: update i386 image to 18.04

2019-11-22 Thread Philippe Mathieu-Daudé
On 11/22/19 12:22 PM, Alex Bennée wrote: The current image is broken while running qtests but the bug go away when built with a newer Ubuntu i386 image. I was unable to replicate the crash on Debian Buster for i386 either so I'm concluding it is a distro problem. Let's paper over that crack by up

[PATCH v1 3/3] tests/vm/ubuntu: update i386 image to 18.04

2019-11-22 Thread Alex Bennée
The current image is broken while running qtests but the bug go away when built with a newer Ubuntu i386 image. I was unable to replicate the crash on Debian Buster for i386 either so I'm concluding it is a distro problem. Let's paper over that crack by updating our 32 bir test image. Signed-off-b