On 7/24/20 3:25 PM, Daniel P. Berrangé wrote: > We want to introduce a new version of qemu_open() that uses an Error > object for reporting problems and make this it the preferred interface. > Rename the existing method to release the namespace for the new impl. > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> > --- > accel/kvm/kvm-all.c | 2 +- > backends/rng-random.c | 2 +- > backends/tpm/tpm_passthrough.c | 8 ++++---- > block/file-posix.c | 14 +++++++------- > block/file-win32.c | 5 +++-- > block/vvfat.c | 5 +++-- > chardev/char-fd.c | 2 +- > chardev/char-pipe.c | 6 +++--- > chardev/char.c | 2 +- > dump/dump.c | 2 +- > hw/s390x/s390-skeys.c | 2 +- > hw/usb/host-libusb.c | 2 +- > hw/vfio/common.c | 4 ++-- > include/qemu/osdep.h | 2 +- > io/channel-file.c | 2 +- > net/vhost-vdpa.c | 2 +- > os-posix.c | 2 +- > qga/channel-posix.c | 4 ++-- > qga/commands-posix.c | 6 +++--- > target/arm/kvm.c | 2 +- > ui/console.c | 2 +- > util/osdep.c | 2 +- > util/oslib-posix.c | 2 +- > 23 files changed, 42 insertions(+), 40 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>