All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Improvements for the boot-sector tester
@ 2016-10-11 15:19 Thomas Huth
  2016-10-11 15:19 ` [Qemu-devel] [PATCH 1/3] tests/boot-sector: Use minimum length for the Forth boot script Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Thomas Huth @ 2016-10-11 15:19 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell, Paolo Bonzini
  Cc: Sascha Silbe, qemu-trivial, Michael Tsirkin, qemu-ppc,
	Victor Kaplansky, David Gibson

Here are two patches that try to improve the situation with the
slow pxe-test on ppc64 a little bit, and one patch that fixes
a potential race condition between tests that run in parallel
by using a random filename instead of an invariant one.

Thomas Huth (3):
  tests/boot-sector: Use minimum length for the Forth boot script
  tests/boot-sector: Use mkstemp() to create a unique file name
  tests/boot-sector: Increase time-out to 90 seconds

 tests/bios-tables-test.c |  2 +-
 tests/boot-sector.c      | 25 ++++++++++++++++---------
 tests/boot-sector.h      |  4 ++--
 tests/pxe-test.c         |  2 +-
 4 files changed, 20 insertions(+), 13 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-10-14  2:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-11 15:19 [Qemu-devel] [PATCH 0/3] Improvements for the boot-sector tester Thomas Huth
2016-10-11 15:19 ` [Qemu-devel] [PATCH 1/3] tests/boot-sector: Use minimum length for the Forth boot script Thomas Huth
2016-10-11 15:58   ` Eric Blake
2016-10-11 15:19 ` [Qemu-devel] [PATCH 2/3] tests/boot-sector: Use mkstemp() to create a unique file name Thomas Huth
2016-10-14  2:50   ` Fam Zheng
2016-10-11 15:19 ` [Qemu-devel] [PATCH 3/3] tests/boot-sector: Increase time-out to 90 seconds Thomas Huth
2016-10-11 21:05 ` [Qemu-devel] [PATCH 0/3] Improvements for the boot-sector tester Michael S. Tsirkin
2016-10-11 23:25   ` David Gibson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.