Re: [Qemu-devel] [PATCH v2 00/11] net: convert SysBus init method to a realize method

2018-10-11 Thread Eduardo Habkost
On Wed, Oct 10, 2018 at 03:30:25PM +0200, Philippe Mathieu-Daudé wrote: > Cc'ing Eduardo since it might make sens to have this series go via his > machine-next tree, rather than Jason's net tree. Queued on machine-next, thanks! > > On 01/10/2018 08:37, Cédric Le Goater wrote: > > Hello, > > > >

Re: [Qemu-devel] [PATCH v2 00/11] net: convert SysBus init method to a realize method

2018-10-10 Thread Philippe Mathieu-Daudé
Cc'ing Eduardo since it might make sens to have this series go via his machine-next tree, rather than Jason's net tree. On 01/10/2018 08:37, Cédric Le Goater wrote: > Hello, > > Here is my take to the SysBus init to realize method conversion. I > picked the /net directory and did them all. Also a

[Qemu-devel] [PATCH v2 00/11] net: convert SysBus init method to a realize method

2018-09-30 Thread Cédric Le Goater
Hello, Here is my take to the SysBus init to realize method conversion. I picked the /net directory and did them all. Also added a couple of reset methods in separate patches. make check tested Thanks, C. Changes since v1: - dropped changes in lan9118_init() and smc91c111_init() - fix align