[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH] vmstate: constify VMStateField
From: |
Cornelia Huck |
Subject: |
Re: [Qemu-ppc] [PATCH] vmstate: constify VMStateField |
Date: |
Thu, 15 Nov 2018 17:10:09 +0100 |
On Wed, 14 Nov 2018 17:29:30 +0400
Marc-André Lureau <address@hidden> wrote:
> Because they are supposed to remain const.
>
> Signed-off-by: Marc-André Lureau <address@hidden>
> ---
> include/migration/vmstate.h | 6 +-
> hw/display/virtio-gpu.c | 4 +-
> hw/intc/s390_flic_kvm.c | 4 +-
> hw/nvram/eeprom93xx.c | 6 +-
> hw/nvram/fw_cfg.c | 6 +-
> hw/pci/msix.c | 4 +-
> hw/pci/pci.c | 8 +--
> hw/pci/shpc.c | 7 ++-
> hw/scsi/scsi-bus.c | 4 +-
> hw/timer/twl92230.c | 4 +-
> hw/usb/redirect.c | 12 ++--
> hw/virtio/virtio.c | 8 +--
> migration/savevm.c | 7 ++-
> migration/vmstate-types.c | 119 ++++++++++++++++++++----------------
> migration/vmstate.c | 31 +++++-----
> target/alpha/machine.c | 5 +-
> target/arm/machine.c | 12 ++--
> target/hppa/machine.c | 10 +--
> target/mips/machine.c | 14 +++--
> target/openrisc/machine.c | 5 +-
> target/ppc/machine.c | 14 +++--
> target/sparc/machine.c | 7 ++-
> 22 files changed, 162 insertions(+), 135 deletions(-)
Reviewed-by: Cornelia Huck <address@hidden>
Re: [Qemu-ppc] [PATCH] vmstate: constify VMStateField, David Gibson, 2018/11/15
Re: [Qemu-ppc] [PATCH] vmstate: constify VMStateField,
Cornelia Huck <=
Re: [Qemu-ppc] [PATCH] vmstate: constify VMStateField, Paolo Bonzini, 2018/11/21