qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 5/6] xhci: add vmstate


From: Michael S. Tsirkin
Subject: Re: [Qemu-devel] [PATCH 5/6] xhci: add vmstate
Date: Tue, 7 May 2013 18:05:51 +0300

On Tue, May 07, 2013 at 04:14:01PM +0200, Gerd Hoffmann wrote:
> On 05/07/13 16:06, Michael S. Tsirkin wrote:
> >> +#if 0
> > should have a comment explaining why is this
> > commented out.
> > Or just drop this section.
> > 
> >> > +        /* event queue (used if ring is full) */
> >> > +        VMSTATE_BOOL(er_full,         XHCIInterrupter),
> >> > +        VMSTATE_UINT32(ev_buffer_put, XHCIInterrupter),
> >> > +        VMSTATE_UINT32(ev_buffer_get, XHCIInterrupter),
> >> > +        /* TODO */ XHCIEvent ev_buffer[EV_QUEUE];
> >> > +#endif
> >> > 
> 
> xhci buffers events in case the ring is full.  Doesn't happen under
> normal circumstances, thats why I didn't bother finishing it (yet).
> 
> Doing that and stress-testing xhci migration are the todo list items
> before I'll go merge this series.
> 
> cheers,
>   Gerd

'PATCH notformerge' or something like this in the subj would be helpful,
in the future.


-- 
MST



reply via email to

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