Re: [Qemu-devel] [PULL 28/36] tests: Add ubuntu.i386 image

2017-09-25 Thread Programmingkid
> On Sep 25, 2017, at 4:57 AM, Daniel P. Berrange wrote: > > On Fri, Sep 22, 2017 at 04:26:40PM -0400, Programmingkid wrote: >> >>> On Sep 22, 2017, at 9:18 AM, Daniel P. Berrange wrote: >>> >>> On Fri, Sep 22, 2017 at 08:44:05PM +0800, Fam Zheng

Re: [Qemu-devel] [PULL 28/36] tests: Add ubuntu.i386 image

2017-09-25 Thread Daniel P. Berrange
On Fri, Sep 22, 2017 at 04:26:40PM -0400, Programmingkid wrote: > > > On Sep 22, 2017, at 9:18 AM, Daniel P. Berrange wrote: > > > > On Fri, Sep 22, 2017 at 08:44:05PM +0800, Fam Zheng wrote: > >> On Fri, 09/22 08:10, Programmingkid wrote: > >>> Could a Darwin test be

Re: [Qemu-devel] [PULL 28/36] tests: Add ubuntu.i386 image

2017-09-25 Thread Daniel P. Berrange
On Mon, Sep 25, 2017 at 09:31:15AM +0200, Gerd Hoffmann wrote: > Hi, > > > Mac OS X is built on top of Darwin. Darwin is completely open source > > and free. There are no copyright issues because it is released under > > the Apple Public Source License.  > > As far I know cocoa is not open

Re: [Qemu-devel] [PULL 28/36] tests: Add ubuntu.i386 image

2017-09-25 Thread Gerd Hoffmann
Hi, > Mac OS X is built on top of Darwin. Darwin is completely open source > and free. There are no copyright issues because it is released under > the Apple Public Source License.  As far I know cocoa is not open source though. So, can you actually build qemu on darwin? And if so, it will

Re: [Qemu-devel] [PULL 28/36] tests: Add ubuntu.i386 image

2017-09-22 Thread Programmingkid
> On Sep 22, 2017, at 9:18 AM, Daniel P. Berrange wrote: > > On Fri, Sep 22, 2017 at 08:44:05PM +0800, Fam Zheng wrote: >> On Fri, 09/22 08:10, Programmingkid wrote: >>> Could a Darwin test be added? Both x86 and PowerPC versions would be great. >> >> It's nice to cover

Re: [Qemu-devel] [PULL 28/36] tests: Add ubuntu.i386 image

2017-09-22 Thread Programmingkid
> On Sep 22, 2017, at 8:44 AM, Fam Zheng wrote: > > On Fri, 09/22 08:10, Programmingkid wrote: >> Could a Darwin test be added? Both x86 and PowerPC versions would be great. > > It's nice to cover macOS in our test, but to be honest I don't know how to do > it. If there isn't

Re: [Qemu-devel] [PULL 28/36] tests: Add ubuntu.i386 image

2017-09-22 Thread Daniel P. Berrange
On Fri, Sep 22, 2017 at 08:44:05PM +0800, Fam Zheng wrote: > On Fri, 09/22 08:10, Programmingkid wrote: > > Could a Darwin test be added? Both x86 and PowerPC versions would be great. > > It's nice to cover macOS in our test, but to be honest I don't know how to do > it. If there isn't any

Re: [Qemu-devel] [PULL 28/36] tests: Add ubuntu.i386 image

2017-09-22 Thread Fam Zheng
On Fri, 09/22 08:10, Programmingkid wrote: > Could a Darwin test be added? Both x86 and PowerPC versions would be great. It's nice to cover macOS in our test, but to be honest I don't know how to do it. If there isn't any copyright problem, and if there are instructions available in wiki.qemu.org

[Qemu-devel] [PULL 28/36] tests: Add ubuntu.i386 image

2017-09-22 Thread Programmingkid
Could a Darwin test be added? Both x86 and PowerPC versions would be great.

[Qemu-devel] [PULL 28/36] tests: Add ubuntu.i386 image

2017-09-22 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 | 89 1 file changed, 89 insertions(+) create mode 100755