On Wed, 14 Nov 2018 17:29:30 +0400 Marc-André Lureau <marcandre.lur...@redhat.com> wrote:
> Because they are supposed to remain const. > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > --- > 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 <coh...@redhat.com>