mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Old users of VMSTATE_TIMER* are mechanically changed to VMSTATE_TIMER_PTR variants. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
cd1bd53a66
commit
e720677e32
27 changed files with 45 additions and 33 deletions
|
@ -1719,7 +1719,7 @@ const VMStateDescription vmstate_pcnet = {
|
|||
VMSTATE_BUFFER(buffer, PCNetState),
|
||||
VMSTATE_UNUSED_TEST(is_version_2, 4),
|
||||
VMSTATE_INT32(tx_busy, PCNetState),
|
||||
VMSTATE_TIMER(poll_timer, PCNetState),
|
||||
VMSTATE_TIMER_PTR(poll_timer, PCNetState),
|
||||
VMSTATE_END_OF_LIST()
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue