Re: [Qemu-devel] [PATCH] tests: Test IPv6 and ppc64 in the PXE tester

2016-09-27 Thread Thomas Huth
On 28.09.2016 03:59, David Gibson wrote: > On Tue, Sep 27, 2016 at 09:17:19AM +0200, Thomas Huth wrote: >> On 27.09.2016 06:17, David Gibson wrote: >>> On Mon, Sep 26, 2016 at 10:17:46PM +0200, Thomas Huth wrote: [...] diff --git a/tests/pxe-test.c b/tests/pxe-test.c index b2cc355..0bdb7a

Re: [Qemu-devel] [PATCH] tests: Test IPv6 and ppc64 in the PXE tester

2016-09-27 Thread David Gibson
On Tue, Sep 27, 2016 at 09:17:19AM +0200, Thomas Huth wrote: > On 27.09.2016 06:17, David Gibson wrote: > > On Mon, Sep 26, 2016 at 10:17:46PM +0200, Thomas Huth wrote: > >> The firmware of the pseries machine, SLOF, is able to load files via > >> IPv6 networking, too. So to test both, network boot

Re: [Qemu-devel] [PATCH] tests: Test IPv6 and ppc64 in the PXE tester

2016-09-27 Thread Thomas Huth
On 27.09.2016 06:17, David Gibson wrote: > On Mon, Sep 26, 2016 at 10:17:46PM +0200, Thomas Huth wrote: >> The firmware of the pseries machine, SLOF, is able to load files via >> IPv6 networking, too. So to test both, network bootloading on ppc64 >> and IPv6 (via Slirp) , let's add some PXE tests f

Re: [Qemu-devel] [PATCH] tests: Test IPv6 and ppc64 in the PXE tester

2016-09-26 Thread David Gibson
On Mon, Sep 26, 2016 at 10:17:46PM +0200, Thomas Huth wrote: > The firmware of the pseries machine, SLOF, is able to load files via > IPv6 networking, too. So to test both, network bootloading on ppc64 > and IPv6 (via Slirp) , let's add some PXE tests for this environment, > too. Since we can not u

[Qemu-devel] [PATCH] tests: Test IPv6 and ppc64 in the PXE tester

2016-09-26 Thread Thomas Huth
The firmware of the pseries machine, SLOF, is able to load files via IPv6 networking, too. So to test both, network bootloading on ppc64 and IPv6 (via Slirp) , let's add some PXE tests for this environment, too. Since we can not use the normal x86 boot sector for network boot loading, we use a simp