qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 1/4] util: rename qemu_open() to qemu_open_old()


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 1/4] util: rename qemu_open() to qemu_open_old()
Date: Fri, 24 Jul 2020 16:24:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

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é <berrange@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é <philmd@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]