|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 5/7] backends/hostmem-epc: Get rid of qemu_open_old() |
Date: | Mon, 15 Jul 2024 11:45:36 +0200 |
User-agent: | Mozilla Thunderbird |
On 15/7/24 10:21, Zhao Liu wrote:
For qemu_open_old(), osdep.h said:Don't introduce new usage of this function, prefer the following qemu_open/qemu_create that take an "Error **errp".So replace qemu_open_old() with qemu_open(). Cc: David Hildenbrand <david@redhat.com> Cc: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Zhao Liu <zhao1.liu@intel.com> --- backends/hostmem-epc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |