Re: [Qemu-devel] [RFC PATCH v1 3/4] xilinx_axienet: Create Proxy object for stream

2013-02-20 Thread Andreas Färber
Am 21.02.2013 05:17, schrieb Peter Crosthwaite: > Ping! > > Edgar merged patches 1&2 (trivials) before he went on vacation, but > left this out because he wanted to give everyone a chance to review in > the context of the active QOM discussions. I probably should have ccd > Paolo as this little su

Re: [Qemu-devel] [RFC PATCH v1 3/4] xilinx_axienet: Create Proxy object for stream

2013-02-20 Thread Peter Crosthwaite
Ping! Edgar merged patches 1&2 (trivials) before he went on vacation, but left this out because he wanted to give everyone a chance to review in the context of the active QOM discussions. I probably should have ccd Paolo as this little sub system started way back with his refactoring of axienet to

[Qemu-devel] [RFC PATCH v1 3/4] xilinx_axienet: Create Proxy object for stream

2013-02-11 Thread Peter Crosthwaite
Create a separate child object to proxy the stream slave connection. This is setup for future work where a second stream slave connection is needed. The new child object is created at qdev init time and is linked back to the parent (the ethernet device itself) automatically. Stream slave masters d