mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
hw: do not use VMSTATE_*TL
Reserve this to CPU state serialization. Luckily, they were only used by sPAPR devices and these are ppc64 only. So there is no change to migration format. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
bdd902277c
commit
cbd62f8616
3 changed files with 6 additions and 6 deletions
|
@ -584,7 +584,7 @@ const VMStateDescription vmstate_spapr_vio = {
|
|||
VMSTATE_UINT32_EQUAL(irq, VIOsPAPRDevice),
|
||||
|
||||
/* General VIO device state */
|
||||
VMSTATE_UINTTL(signal_state, VIOsPAPRDevice),
|
||||
VMSTATE_UINT64(signal_state, VIOsPAPRDevice),
|
||||
VMSTATE_UINT64(crq.qladdr, VIOsPAPRDevice),
|
||||
VMSTATE_UINT32(crq.qsize, VIOsPAPRDevice),
|
||||
VMSTATE_UINT32(crq.qnext, VIOsPAPRDevice),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue