qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 02/51] tests/qtest: Use g_mkdtemp()


From: Thomas Huth
Subject: Re: [PATCH 02/51] tests/qtest: Use g_mkdtemp()
Date: Wed, 24 Aug 2022 16:42:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0

On 24/08/2022 11.39, Bin Meng wrote:
From: Bin Meng <bin.meng@windriver.com>

Windows does not provide a mkdtemp() API, but glib does.
Replace mkdtemp() call with the glib version.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
---

  tests/qtest/fuzz/generic_fuzz_configs.h | 2 +-
  tests/qtest/cdrom-test.c                | 2 +-
  tests/qtest/cxl-test.c                  | 6 +++---
  tests/qtest/ivshmem-test.c              | 4 ++--
  tests/qtest/libqos/virtio-9p.c          | 4 ++--
  tests/qtest/libqtest.c                  | 2 +-
  tests/qtest/migration-test.c            | 4 ++--
  tests/qtest/qmp-test.c                  | 4 ++--
  tests/qtest/vhost-user-test.c           | 4 ++--
  tests/unit/test-qga.c                   | 2 +-
  10 files changed, 17 insertions(+), 17 deletions(-)

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]