[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [PATCH] fix mc146818rtc wrong subsection name to avoid
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-stable] [PATCH] fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() fail |
Date: |
Thu, 12 Feb 2015 21:55:01 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
commit bb426311901776b95b021cece831b69dce4ef5ee
On 05/02/2015 12:33, Zhang Haoyu wrote:
> fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() fail
> during incoming migration or loadvm.
>
> Signed-off-by: Zhang Haoyu <address@hidden>
> ---
> hw/timer/mc146818rtc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/timer/mc146818rtc.c b/hw/timer/mc146818rtc.c
> index 5a107fa..0600c9a 100644
> --- a/hw/timer/mc146818rtc.c
> +++ b/hw/timer/mc146818rtc.c
> @@ -734,7 +734,7 @@ static int rtc_post_load(void *opaque, int version_id)
> }
>
> 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,
> .minimum_version_id = 1,
> .fields = (VMStateField[]) {
>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-stable] [PATCH] fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() fail,
Paolo Bonzini <=