[Qemu-devel] [PATCH for-2.11 0/2] Improvements for the pxe tester

Thomas Huth posted 2 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1502254778-14637-1-git-send-email-thuth@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
tests/Makefile.include |  1 +
tests/boot-sector.c    | 57 ++++++++++++++++++++++++++++++++++++++------------
tests/pxe-test.c       |  7 +++++++
3 files changed, 52 insertions(+), 13 deletions(-)
[Qemu-devel] [PATCH for-2.11 0/2] Improvements for the pxe tester
Posted by Thomas Huth 6 years, 8 months ago
The first patch improves the buffer handling in the pxe tester a
little bit by allocating a separate buffer on the heap for each
architecture. This also gets rid of the huge pre-initialized
array in the tester, shrinking the size of the executable by
half of a megabyte!
The second patch adds s390x support to the pxe tester. Starting
with QEMU 2.10, the guest firmware on s390x can now net-boot via
TFTP, too, so we can automatically test this code in the pxe tester.

Thomas Huth (2):
  tests/boot-sector: Do not overwrite the x86 buffer on other
    architectures
  tests/pxe: Check virtio-net-ccw on s390x

 tests/Makefile.include |  1 +
 tests/boot-sector.c    | 57 ++++++++++++++++++++++++++++++++++++++------------
 tests/pxe-test.c       |  7 +++++++
 3 files changed, 52 insertions(+), 13 deletions(-)

-- 
1.8.3.1