[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] osdep: Add qemu_mkdir_with_parents()
From: |
Alex Bennée |
Subject: |
Re: [PATCH 1/3] osdep: Add qemu_mkdir_with_parents() |
Date: |
Mon, 16 Dec 2024 17:16:12 +0000 |
User-agent: |
mu4e 1.12.7; emacs 29.4 |
Peter Xu <peterx@redhat.com> writes:
> QEMU uses g_mkdir_with_parents() a lot, especially in the case where the
> failure case is ignored so an abort is expected when happened.
>
> Provide a helper qemu_mkdir_with_parents() to do that, and use it in the
> two cases in qga/. To be used in more places later.
>
> Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
[PATCH 2/3] tests: Use qemu_mkdir_with_parents() for all test code, Peter Xu, 2024/12/16
[PATCH 3/3] tests/migration: Drop arch_[source|target], Peter Xu, 2024/12/16