Re: [PATCH 6/7] backends/iommufd: Get rid of qemu_open_old()

2024-07-16 Thread Yi Liu
On 2024/7/15 16: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: Yi Liu Cc: Eric Auger Cc: Zhenzhong Duan Signed-off-b

Re: [PATCH 6/7] backends/iommufd: Get rid of qemu_open_old()

2024-07-15 Thread Philippe Mathieu-Daudé
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: Yi Liu Cc: Eric Auger Cc: Zhenzhong Duan Signed-off-by:

[PATCH 6/7] backends/iommufd: Get rid of qemu_open_old()

2024-07-15 Thread Zhao Liu
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: Yi Liu Cc: Eric Auger Cc: Zhenzhong Duan Signed-off-by: Zhao Liu --- backends/iommufd.c