qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Xen-devel] [PATCH V5 07/10] Introduce Xen PCI Passthro


From: Konrad Rzeszutek Wilk
Subject: Re: [Qemu-devel] [Xen-devel] [PATCH V5 07/10] Introduce Xen PCI Passthrough, qdevice (1/3)
Date: Mon, 5 Dec 2011 19:01:05 -0400
User-agent: Mutt/1.5.9i

> > +/* emulated register management */
> > +struct XenPTReg {
> > +    QLIST_ENTRY(XenPTReg) entries;
> > +    XenPTRegInfo *reg;
> > +    uint32_t data;

There should be a comment saying what 'data' is actually. Say
the register value... But I wonder - what if the register is more than
32-bytes? Where do we keep the "data" then?



reply via email to

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