From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePn37-0000p7-KF for qemu-devel@nongnu.org; Fri, 15 Dec 2017 05:17:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePn33-0007At-KC for qemu-devel@nongnu.org; Fri, 15 Dec 2017 05:17:01 -0500 From: David Gibson Date: Fri, 15 Dec 2017 21:16:47 +1100 Message-Id: <20171215101651.13911-1-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [PATCH 0/4] Improvements to pxe-test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mst@redhat.com Cc: thuth@redhat.com, qemu-ppc@nongnu.org, qemu-devel@nongnu.org, David Gibson This series makes several cleanups and enhancements to tests/pxe-test. In particular it improves its handling of different machine types. David Gibson (4): tests/pxe-test: Remove unnecessary special case test functions tests/pxe-test: Use table of testcases rather than open-coding tests/pxe-test: Test net booting over IPv6 in some cases tests/pxe-test: Add some extra tests tests/pxe-test.c | 107 ++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 82 insertions(+), 25 deletions(-) -- 2.14.3