util: rename qemu_open() to qemu_open_old()
commit448058aa99aaf30e7b8978508e575284a19fcfc9
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 21 Jul 2020 12:25:21 +0000 (21 13:25 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 16 Sep 2020 09:33:48 +0000 (16 10:33 +0100)
treef656a519ced58db3846b3e0118b027da94cebf2b
parentc2069ff624eda7f94bc118d7b5825bce29d7ca94
util: rename qemu_open() to qemu_open_old()

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.

Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
24 files changed:
accel/kvm/kvm-all.c
backends/rng-random.c
backends/tpm/tpm_passthrough.c
block/file-posix.c
block/file-win32.c
block/vvfat.c
chardev/char-fd.c
chardev/char-pipe.c
chardev/char.c
dump/dump.c
hw/s390x/s390-skeys.c
hw/usb/host-libusb.c
hw/usb/u2f-passthru.c
hw/vfio/common.c
include/qemu/osdep.h
io/channel-file.c
net/vhost-vdpa.c
os-posix.c
qga/channel-posix.c
qga/commands-posix.c
target/arm/kvm.c
ui/console.c
util/osdep.c
util/oslib-posix.c