]> git.proxmox.com Git - mirror_qemu.git/commit
tests: Test IPv6 and ppc64 in the PXE tester
authorThomas Huth <thuth@redhat.com>
Mon, 26 Sep 2016 20:17:46 +0000 (22:17 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 5 Oct 2016 00:05:28 +0000 (11:05 +1100)
commit1485ef1c45eb349c841c22b1d31a51a5ece68a89
treeb7b2512d92a60504457f2ef8b705a9e656094717
parent196fe23734ca8888ca0275ad203ccb0d20907e6d
tests: Test IPv6 and ppc64 in the PXE tester

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 simple Forth script on ppc64 instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
tests/Makefile.include
tests/boot-sector.c
tests/pxe-test.c