Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hw/vfio/container: Get rid of qemu_open_old()
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: Alex Williamson <[email protected]> Cc: "Cédric Le Goater" <[email protected]> Signed-off-by: Zhao Liu <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Cédric Le Goater <[email protected]> Reviewed-by: Michael Tokarev <[email protected]> Signed-off-by: Michael Tokarev <[email protected]>
- Loading branch information