mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() fail
fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() fail during incoming migration or loadvm. Signed-off-by: Zhang Haoyu <zhanghy@sangfor.com.cn> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
733252deb8
commit
bb42631190
1 changed files with 1 additions and 1 deletions
|
@ -734,7 +734,7 @@ static int rtc_post_load(void *opaque, int version_id)
|
||||||
}
|
}
|
||||||
|
|
||||||
static const VMStateDescription vmstate_rtc_irq_reinject_on_ack_count = {
|
static const VMStateDescription vmstate_rtc_irq_reinject_on_ack_count = {
|
||||||
.name = "irq_reinject_on_ack_count",
|
.name = "mc146818rtc/irq_reinject_on_ack_count",
|
||||||
.version_id = 1,
|
.version_id = 1,
|
||||||
.minimum_version_id = 1,
|
.minimum_version_id = 1,
|
||||||
.fields = (VMStateField[]) {
|
.fields = (VMStateField[]) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue