qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v11 5/5] VMXNET3 device implementation


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v11 5/5] VMXNET3 device implementation
Date: Tue, 26 Feb 2013 18:17:28 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Feb 25, 2013 at 11:05:31PM +0100, Andreas Färber wrote:
> > +
> > +static void vmxnet3_qdev_reset(DeviceState *dev)
> > +{
> > +    VMXNET3State *s = DO_UPCAST(VMXNET3State, dev.qdev, dev);
> 
> Cast macro
> 
> Stefan, please keep an eye on such QOM issues during your review!

I'll try but I must admit I don't follow QOM developments closely.  It's
similar to the monitor or migration: every time I touch it I have to
relearn the latest style.

I think we need to accept that QEMU is too big for a single person to
know all aspects.  Thanks for reviewing this series!

Stefan



reply via email to

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