qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 10/26] icount: fixed saving/restoring of ico


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC PATCH 10/26] icount: fixed saving/restoring of icount warp timers
Date: Thu, 2 Nov 2017 12:27:16 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

On 31/10/2017 12:25, Pavel Dovgalyuk wrote:
> +        VMSTATE_INT64(vm_clock_warp_start, TimersState),

This should be part of the icount_vmstate_warp_timer subsection.

Paolo

>          VMSTATE_END_OF_LIST()
> +    },
> +    .subsections = (const VMStateDescription*[]) {
> +        &icount_vmstate_warp_timer,
> +        &icount_vmstate_adjust_timers,
> +        NULL
>      }
>  };
>  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]