Re: [Qemu-devel] [PATCH v3 04/10] tests: Add ubuntu.i386 image

2017-08-24 Thread Cleber Rosa
On 08/22/2017 12:41 AM, Fam Zheng wrote: > 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 in

[Qemu-devel] [PATCH v3 04/10] tests: Add ubuntu.i386 image

2017-08-21 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