[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 13/16] qom: Pass available size to object_initiali
From: |
Cornelia Huck |
Subject: |
Re: [Qemu-ppc] [PATCH 13/16] qom: Pass available size to object_initialize() |
Date: |
Mon, 26 Aug 2013 10:09:43 +0200 |
On Sat, 24 Aug 2013 02:00:33 +0200
Andreas Färber <address@hidden> wrote:
> This is to avoid objects initializing beyond allocated memory.
>
> Inspired-by: Peter Maydell <address@hidden>
> Signed-off-by: Andreas Färber <address@hidden>
> ---
> hw/core/qdev.c | 2 +-
> hw/dma/xilinx_axidma.c | 6 ++++--
> hw/intc/xics.c | 2 +-
> hw/misc/macio/macio.c | 13 +++++++------
> hw/net/xilinx_axienet.c | 6 ++++--
> hw/pci-host/prep.c | 2 +-
> hw/pci-host/q35.c | 2 +-
> hw/pci-host/versatile.c | 2 +-
> hw/s390x/s390-virtio-bus.c | 12 ++++++------
> hw/s390x/virtio-ccw.c | 14 +++++++-------
> hw/virtio/virtio-pci.c | 16 ++++++++--------
> include/qom/object.h | 6 ++++--
> qom/object.c | 9 +++++----
> 13 files changed, 50 insertions(+), 42 deletions(-)
>
Acked-by: Cornelia Huck <address@hidden> [virtio-ccw]