qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] trivial: Replace some qemu_open_old() with qemu_open()
@ 2024-07-15  8:21 Zhao Liu
  2024-07-15  8:21 ` [PATCH 1/7] hw/i386/sgx: Get rid of qemu_open_old() Zhao Liu
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Zhao Liu @ 2024-07-15  8:21 UTC (permalink / raw)
  To: Michael Tokarev, Laurent Vivier
  Cc: Daniel P . Berrangé, Markus Armbruster, Eric Blake,
	Philippe Mathieu-Daudé, qemu-trivial, qemu-devel, Zhao Liu

Hi list,

After Daniel's renaming (448058aa99aa "util: rename qemu_open() to
qemu_open_old()"), I find some qemu_open_old() can be directly replaced
by the new qemu_open().

This series considers the case where @errp exists, for which @errp can
be passed directly to qemu_open().

There would be more cleanup to help qemu_open_old() retire as early as
possible.

Thanks and Best Regards,
Zhao
---
Zhao Liu (7):
  hw/i386/sgx: Get rid of qemu_open_old()
  hw/usb/host-libusb: Get rid of qemu_open_old()
  hw/usb/u2f-passthru: Get rid of qemu_open_old()
  hw/vfio/container: Get rid of qemu_open_old()
  backends/hostmem-epc: Get rid of qemu_open_old()
  backends/iommufd: Get rid of qemu_open_old()
  backends/rng-random: Get rid of qemu_open_old()

 backends/hostmem-epc.c | 4 +---
 backends/iommufd.c     | 3 +--
 backends/rng-random.c  | 9 +++++----
 hw/i386/sgx.c          | 6 ++++--
 hw/usb/host-libusb.c   | 3 +--
 hw/usb/u2f-passthru.c  | 4 +---
 hw/vfio/container.c    | 6 ++----
 7 files changed, 15 insertions(+), 20 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2024-07-16 13:43 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-15  8:21 [PATCH 0/7] trivial: Replace some qemu_open_old() with qemu_open() Zhao Liu
2024-07-15  8:21 ` [PATCH 1/7] hw/i386/sgx: Get rid of qemu_open_old() Zhao Liu
2024-07-15  8:21 ` [PATCH 2/7] hw/usb/host-libusb: " Zhao Liu
2024-07-15  9:44   ` Philippe Mathieu-Daudé
2024-07-15  8:21 ` [PATCH 3/7] hw/usb/u2f-passthru: " Zhao Liu
2024-07-15  9:44   ` Philippe Mathieu-Daudé
2024-07-15  8:21 ` [PATCH 4/7] hw/vfio/container: " Zhao Liu
2024-07-15  9:46   ` Philippe Mathieu-Daudé
2024-07-16 13:43   ` Cédric Le Goater
2024-07-15  8:21 ` [PATCH 5/7] backends/hostmem-epc: " Zhao Liu
2024-07-15  9:45   ` Philippe Mathieu-Daudé
2024-07-15 14:02   ` Igor Mammedov
2024-07-15  8:21 ` [PATCH 6/7] backends/iommufd: " Zhao Liu
2024-07-15  9:45   ` Philippe Mathieu-Daudé
2024-07-16  8:10   ` Yi Liu
2024-07-15  8:21 ` [PATCH 7/7] backends/rng-random: " Zhao Liu
2024-07-15  9:46   ` Philippe Mathieu-Daudé
2024-07-15 10:10     ` Zhao Liu
2024-07-15 11:07       ` Michael Tokarev
2024-07-15 12:44         ` Zhao Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).