mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -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
|
@ -61,7 +61,7 @@ struct VIOsPAPRDevice {
|
|||
DeviceState qdev;
|
||||
uint32_t reg;
|
||||
uint32_t irq;
|
||||
target_ulong signal_state;
|
||||
uint64_t signal_state;
|
||||
VIOsPAPR_CRQ crq;
|
||||
AddressSpace as;
|
||||
MemoryRegion mrroot;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue