Re: [Qemu-devel] [PATCH v9 06/13] tests: Add ubuntu.i386 image

2017-09-20 Thread Alex Bennée
Fam Zheng writes: > On Tue, 09/19 16:12, Alex Bennée wrote: >> Could we also do something about locales in this setup. The build gives >> a lot of noise like: >> >> perl: warning: Falling back to a fallback locale ("en_US.UTF-8"). >> perl: warning: Setting locale failed. >> perl: war

Re: [Qemu-devel] [PATCH v9 06/13] tests: Add ubuntu.i386 image

2017-09-19 Thread Fam Zheng
On Tue, 09/19 16:12, Alex Bennée wrote: > Could we also do something about locales in this setup. The build gives > a lot of noise like: > > perl: warning: Falling back to a fallback locale ("en_US.UTF-8"). > perl: warning: Setting locale failed. > perl: warning: Please check that your

Re: [Qemu-devel] [PATCH v9 06/13] tests: Add ubuntu.i386 image

2017-09-19 Thread Alex Bennée
Fam Zheng writes: > This adds a 32bit guest. > > The official LTS cloud image is downloaded and initialized with > cloud-init. > > Signed-off-by: Fam Zheng > --- > tests/vm/ubuntu.i386 | 88 > > 1 file changed, 88 insertions(+) > create mo

[Qemu-devel] [PATCH v9 06/13] tests: Add ubuntu.i386 image

2017-09-19 Thread Fam Zheng
This adds a 32bit guest. The official LTS cloud image is downloaded and initialized with cloud-init. Signed-off-by: Fam Zheng --- tests/vm/ubuntu.i386 | 88 1 file changed, 88 insertions(+) create mode 100755 tests/vm/ubuntu.i386 diff --git