qemu-devel
[Top][All Lists]
Advanced

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

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


From: Cédric Le Goater
Subject: Re: [Qemu-devel] [PATCH 00/11] net: convert SysBus init method to a realize method
Date: Wed, 10 Oct 2018 13:57:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0

Hello,

On 9/28/18 3:49 PM, 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 added a couple of
> reset methods in separate patches.
> 
> make check tested

Do we have enough review for this series ? if so, may be it could
go through Jason's tree ?

Thanks,

C.
 
> Cédric Le Goater (11):
>   net: etraxfs_eth: convert SysBus init method to a realize method
>   net: etraxfs_eth: add a reset method
>   net: lan9118: convert SysBus init method to a realize method
>   net: lance: convert SysBus init method to a realize method
>   net: milkymist_minimac2: convert SysBus init method to a realize
>     method
>   net: mipsnet: convert SysBus init method to a realize method
>   net: opencores_eth: convert SysBus init method to a realize method
>   net: smc91c111: convert SysBus init method to a realize method
>   net: stellaris_enet: convert SysBus init method to a realize method
>   net: stellaris_enet: add a reset method
>   net: xgmac: convert SysBus init method to a realize method
> 
>  hw/net/etraxfs_eth.c        | 23 ++++++++++++++---------
>  hw/net/lan9118.c            | 24 ++++++++++--------------
>  hw/net/lance.c              |  8 +++-----
>  hw/net/milkymist-minimac2.c |  9 +++------
>  hw/net/mipsnet.c            |  9 +++------
>  hw/net/opencores_eth.c      |  8 +++-----
>  hw/net/smc91c111.c          | 22 +++++++++-------------
>  hw/net/stellaris_enet.c     | 15 +++++++--------
>  hw/net/xgmac.c              |  9 +++------
>  9 files changed, 55 insertions(+), 72 deletions(-)
> 




reply via email to

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