Re: [Qemu-devel] [PATCH 0/2] netdev fixes
On Tue, Jul 19, 2011 at 07:52:39PM +0200, Jan Kiszka wrote: > On 2011-07-19 14:10, Michael S. Tsirkin wrote: > > On Thu, Jun 16, 2011 at 06:45:35PM +0200, Markus Armbruster wrote: > >> Markus Armbruster (2): > >> Fix automatically assigned network names for netdev > >> Fix netdev name lookup in -device, device_add, netdev_del > >> > >> net.c | 19 +++ > >> 1 files changed, 15 insertions(+), 4 deletions(-) > > > > Thanks, applied. > > I think going forward we should bring more order into ways we assign > > IDs. > > Did you take over net subsystem integration? No, Markus just asked me to look at his patches, and I took interest. I applied the patches to my tree, from there pull requests go to Anthony who is a maintainer for net/ so I think that's all right. Also, it's just my tree, pull request won't go out before Thursday at the earliest, so if someone objects (or wants to merge them himself), there's plenty of time. > Or who should initially receive related patches now? > > Jan I think running ./scripts/get_maintainer.pl is generally a good idea. For net you'd get: [qemu]$ ./scripts/get_maintainer.pl -f net.c net/ Anthony Liguori (maintainer:Network device layer,commit_signer:4/16=25%) Mark McLoughlin (maintainer:Network device layer) Aurelien Jarno (commit_signer:6/16=38%) "Michael S. Tsirkin" (commit_signer:5/16=31%) Jason Wang (commit_signer:4/16=25%) Peter Maydell (commit_signer:4/16=25%) > -- > Siemens AG, Corporate Technology, CT T DE IT 1 > Corporate Competence Center Embedded Linux
Re: [Qemu-devel] [PATCH 0/2] netdev fixes
On Wed, 2011-07-20 at 11:19 +0300, Michael S. Tsirkin wrote: > On Tue, Jul 19, 2011 at 07:52:39PM +0200, Jan Kiszka wrote: > > On 2011-07-19 14:10, Michael S. Tsirkin wrote: > > > On Thu, Jun 16, 2011 at 06:45:35PM +0200, Markus Armbruster wrote: > > >> Markus Armbruster (2): > > >> Fix automatically assigned network names for netdev > > >> Fix netdev name lookup in -device, device_add, netdev_del > > >> > > >> net.c | 19 +++ > > >> 1 files changed, 15 insertions(+), 4 deletions(-) > > > > > > Thanks, applied. > > > I think going forward we should bring more order into ways we assign > > > IDs. > > > > Did you take over net subsystem integration? > > No, Markus just asked me to look at his patches, and I took interest. > I applied the patches to my tree, from there pull requests go to Anthony > who is a maintainer for net/ so I think that's all right. > > Also, it's just my tree, pull request won't go out before > Thursday at the earliest, so if someone objects > (or wants to merge them himself), there's plenty of time. > > > Or who should initially receive related patches now? > > > > Jan > > I think running ./scripts/get_maintainer.pl is generally > a good idea. For net you'd get: > > [qemu]$ ./scripts/get_maintainer.pl -f net.c net/ > Anthony Liguori (maintainer:Network device > layer,commit_signer:4/16=25%) > Mark McLoughlin (maintainer:Network device layer) This is clearly out of date - feel free to remove it Cheers, Mark.
Re: [Qemu-devel] [PATCH 0/2] netdev fixes
On 2011-07-19 14:10, Michael S. Tsirkin wrote: > On Thu, Jun 16, 2011 at 06:45:35PM +0200, Markus Armbruster wrote: >> Markus Armbruster (2): >> Fix automatically assigned network names for netdev >> Fix netdev name lookup in -device, device_add, netdev_del >> >> net.c | 19 +++ >> 1 files changed, 15 insertions(+), 4 deletions(-) > > Thanks, applied. > I think going forward we should bring more order into ways we assign > IDs. Did you take over net subsystem integration? Or who should initially receive related patches now? Jan -- Siemens AG, Corporate Technology, CT T DE IT 1 Corporate Competence Center Embedded Linux
Re: [Qemu-devel] [PATCH 0/2] netdev fixes
On Thu, Jun 16, 2011 at 06:45:35PM +0200, Markus Armbruster wrote: > Markus Armbruster (2): > Fix automatically assigned network names for netdev > Fix netdev name lookup in -device, device_add, netdev_del > > net.c | 19 +++ > 1 files changed, 15 insertions(+), 4 deletions(-) Thanks, applied. I think going forward we should bring more order into ways we assign IDs. > -- > 1.7.2.3 >
Re: [Qemu-devel] [PATCH 0/2] netdev fixes
Markus Armbruster writes: > Ping? Could someone please take pity and review or commit this? Thanks.
Re: [Qemu-devel] [PATCH 0/2] netdev fixes
Ping?