Re: [Qemu-devel] [PATCH v11 07/13] tests: Add FreeBSD image

2017-09-21 Thread Fam Zheng
On Fri, 09/22 03:09, Philippe Mathieu-Daudé wrote: > On 09/21/2017 12:07 PM, Fam Zheng wrote: > > The image is prepared following instructions as in: > > > > https://wiki.qemu.org/Hosts/BSD > > > > Signed-off-by: Fam Zheng > > $ QEMU=`pwd`/x86_64-softmmu/qemu-system-x86_64 make vm-build-freebsd

Re: [Qemu-devel] [PATCH v11 07/13] tests: Add FreeBSD image

2017-09-21 Thread Philippe Mathieu-Daudé
On 09/21/2017 12:07 PM, Fam Zheng wrote: The image is prepared following instructions as in: https://wiki.qemu.org/Hosts/BSD Signed-off-by: Fam Zheng $ QEMU=`pwd`/x86_64-softmmu/qemu-system-x86_64 make vm-build-freebsd V=1 [...] CC tests/test-io-channel-socket.o CC tests/io-cha

Re: [Qemu-devel] [PATCH v11 07/13] tests: Add FreeBSD image

2017-09-21 Thread Fam Zheng
On Fri, 09/22 00:17, Philippe Mathieu-Daudé wrote: > Hi Fam, > > On 09/21/2017 12:07 PM, Fam Zheng wrote: > > The image is prepared following instructions as in: > > > > https://wiki.qemu.org/Hosts/BSD > > > > Signed-off-by: Fam Zheng > > --- > > tests/vm/freebsd | 42

Re: [Qemu-devel] [PATCH v11 07/13] tests: Add FreeBSD image

2017-09-21 Thread Philippe Mathieu-Daudé
Hi Fam, On 09/21/2017 12:07 PM, Fam Zheng wrote: The image is prepared following instructions as in: https://wiki.qemu.org/Hosts/BSD Signed-off-by: Fam Zheng --- tests/vm/freebsd | 42 ++ 1 file changed, 42 insertions(+) create mode 100755 tests/vm

[Qemu-devel] [PATCH v11 07/13] tests: Add FreeBSD image

2017-09-21 Thread Fam Zheng
The image is prepared following instructions as in: https://wiki.qemu.org/Hosts/BSD Signed-off-by: Fam Zheng --- tests/vm/freebsd | 42 ++ 1 file changed, 42 insertions(+) create mode 100755 tests/vm/freebsd diff --git a/tests/vm/freebsd b/tests/vm/free