Le 15/12/2021 à 17:54, Philippe Mathieu-Daudé a écrit :
Hi Laurent,

On 9/3/21 19:44, Philippe Mathieu-Daudé wrote:

This series provides the safely equivalent g_memdup2() wrapper,
and replace all g_memdup() calls by it.

Philippe Mathieu-Daudé (28):
   hw/hyperv/vmbus: Remove unused vmbus_load/save_req()
   glib-compat: Introduce g_memdup2() wrapper
   qapi: Replace g_memdup() by g_memdup2()
   accel/tcg: Replace g_memdup() by g_memdup2()
   block/qcow2-bitmap: Replace g_memdup() by g_memdup2()
   softmmu: Replace g_memdup() by g_memdup2()
   hw/9pfs: Replace g_memdup() by g_memdup2()
   hw/acpi: Avoid truncating acpi_data_len() to 32-bit
   hw/acpi: Replace g_memdup() by g_memdup2()
   hw/core/machine: Replace g_memdup() by g_memdup2()
   hw/hppa/machine: Replace g_memdup() by g_memdup2()
   hw/i386/multiboot: Replace g_memdup() by g_memdup2()
   hw/net/eepro100: Replace g_memdup() by g_memdup2()
   hw/nvram/fw_cfg: Replace g_memdup() by g_memdup2()
   hw/scsi/mptsas: Replace g_memdup() by g_memdup2()
   hw/ppc/spapr_pci: Replace g_memdup() by g_memdup2()
   hw/rdma: Replace g_memdup() by g_memdup2()
   hw/vfio/pci: Replace g_memdup() by g_memdup2()
   hw/virtio: Replace g_memdup() by g_memdup2()
   net/colo: Replace g_memdup() by g_memdup2()
   ui/clipboard: Replace g_memdup() by g_memdup2()
   linux-user: Replace g_memdup() by g_memdup2()
   tests/unit: Replace g_memdup() by g_memdup2()
   tests/qtest: Replace g_memdup() by g_memdup2()
   target/arm: Replace g_memdup() by g_memdup2()
   target/ppc: Replace g_memdup() by g_memdup2()
   contrib: Replace g_memdup() by g_memdup2()
   checkpatch: Do not allow deprecated g_memdup(
Is it possible to take the reviewed patches 2, 24 and 28
via qemu-trivial, so the rest can be merged slowly by
each submaintainer?



Done for these 3 patches.

Thanks,
Laurent

Reply via email to