qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-v2.7 v2 0/2] test-logging: don't hard-code paths in /tmp
@ 2016-08-18 18:46 Sascha Silbe
  2016-08-18 18:46 ` [Qemu-devel] [PATCH v2 1/2] glib: add compatibility implementation for g_dir_make_tmp() Sascha Silbe
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sascha Silbe @ 2016-08-18 18:46 UTC (permalink / raw)
  To: qemu-devel, Paolo Bonzini
  Cc: Alex Bennée, Markus Armbruster, Peter Maydell

This version should be good enough for inclusion in 2.7. I kept the
temporary directory removal function local to test-logging for now,
only cleaning up a single directory level. We can still factor it out
and make it more generic in the 2.8 cycle. For 2.7 I'd rather stick
with a minimal approach as it's very late in the cycle.

Tested successfully with the centos6 docker image. Apart from a hang
(tests/test-qga) and a race condition (tests/acpi-test-disk.raw
missing) that both happen even without my patches, it also works well
on Ubuntu 14.04.

Feel free to perform any additional fixup required to land this in
rc4; I might not be around again until Tuesday.

Sascha Silbe (2):
  glib: add compatibility implementation for g_dir_make_tmp()
  test-logging: don't hard-code paths in /tmp

 include/glib-compat.h | 21 +++++++++++++++++++++
 tests/test-logging.c  | 48 +++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 62 insertions(+), 7 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-08-23 13:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-18 18:46 [Qemu-devel] [PATCH for-v2.7 v2 0/2] test-logging: don't hard-code paths in /tmp Sascha Silbe
2016-08-18 18:46 ` [Qemu-devel] [PATCH v2 1/2] glib: add compatibility implementation for g_dir_make_tmp() Sascha Silbe
2016-08-19 11:45   ` Peter Maydell
2016-08-23 13:21     ` Sascha Silbe
2016-08-18 18:46 ` [Qemu-devel] [PATCH v2 2/2] test-logging: don't hard-code paths in /tmp Sascha Silbe
2016-08-19 12:42 ` [Qemu-devel] [PATCH for-v2.7 v2 0/2] " Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).