qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Drop useless casts from void * to pointer
@ 2022-09-23 12:00 Markus Armbruster
  2022-09-23 12:00 ` [PATCH 1/3] hw/core: Tidy up unnecessary casting away of const Markus Armbruster
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Markus Armbruster @ 2022-09-23 12:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

Markus Armbruster (3):
  hw/core: Tidy up unnecessary casting away of const
  Drop useless casts from g_malloc() & friends to pointer
  Drop more useless casts from void * to pointer

 bsd-user/elfload.c                      | 2 +-
 contrib/plugins/cache.c                 | 8 ++++----
 contrib/vhost-user-blk/vhost-user-blk.c | 2 +-
 hw/arm/nseries.c                        | 4 ++--
 hw/char/exynos4210_uart.c               | 2 +-
 hw/core/qdev-clock.c                    | 2 +-
 hw/core/sysbus-fdt.c                    | 5 +++--
 hw/display/blizzard.c                   | 2 +-
 hw/hyperv/vmbus.c                       | 2 +-
 hw/misc/cbus.c                          | 6 +++---
 hw/net/cadence_gem.c                    | 2 +-
 hw/net/virtio-net.c                     | 2 +-
 hw/nvme/ctrl.c                          | 4 ++--
 hw/nvram/eeprom93xx.c                   | 2 +-
 hw/rdma/vmw/pvrdma_cmd.c                | 9 +++------
 hw/rdma/vmw/pvrdma_qp_ops.c             | 6 +++---
 hw/usb/ccid-card-emulated.c             | 2 +-
 hw/virtio/virtio-iommu.c                | 3 +--
 linux-user/syscall.c                    | 2 +-
 target/i386/hax/hax-all.c               | 2 +-
 target/i386/kvm/kvm.c                   | 3 +--
 target/i386/whpx/whpx-all.c             | 5 ++---
 target/s390x/kvm/kvm.c                  | 2 +-
 tests/tcg/aarch64/system/semiheap.c     | 4 ++--
 ui/vnc-enc-hextile.c                    | 4 ++--
 util/coroutine-ucontext.c               | 2 +-
 util/vfio-helpers.c                     | 2 +-
 27 files changed, 43 insertions(+), 48 deletions(-)

-- 
2.37.2



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

end of thread, other threads:[~2022-11-23 13:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-23 12:00 [PATCH 0/3] Drop useless casts from void * to pointer Markus Armbruster
2022-09-23 12:00 ` [PATCH 1/3] hw/core: Tidy up unnecessary casting away of const Markus Armbruster
2022-09-23 12:53   ` Philippe Mathieu-Daudé via
2022-10-22 20:50   ` Laurent Vivier
2022-09-23 12:00 ` [PATCH 2/3] Drop useless casts from g_malloc() & friends to pointer Markus Armbruster
2022-10-22 20:52   ` Laurent Vivier
2022-09-23 12:00 ` [PATCH 3/3] Drop more useless casts from void * " Markus Armbruster
2022-10-22 21:07   ` Laurent Vivier
2022-11-23 13:24     ` Markus Armbruster
2022-10-20 12:12 ` [PATCH 0/3] Drop " Markus Armbruster
2022-10-22 21:07   ` Laurent Vivier

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).