]> Git Repo - qemu.git/commit - include/qemu/osdep.h
util: rename qemu_open() to qemu_open_old()
authorDaniel P. Berrangé <[email protected]>
Tue, 21 Jul 2020 12:25:21 +0000 (13:25 +0100)
committerDaniel P. Berrangé <[email protected]>
Wed, 16 Sep 2020 09:33:48 +0000 (10:33 +0100)
commit448058aa99aaf30e7b8978508e575284a19fcfc9
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 <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Signed-off-by: Daniel P. Berrangé <[email protected]>
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
This page took 0.040067 seconds and 4 git commands to generate.