Re: [Qemu-devel] [PATCH] The ioctl(SIOCGIFNAME) call requires a struct ifreq.

2019-05-09 Thread Laurent Vivier
On 09/05/2019 10:55, Peter Maydell wrote: Ah, just noticed the linux-user maintainers weren't cc'd on this patch. Laurent, could you pick this patch up, please? Applied to my linux-user branch. Thanks, Laurent thanks -- PMM On Wed, 8 May 2019 at 23:54, Erik Kline wrote: Anything else I

Re: [Qemu-devel] [PATCH] The ioctl(SIOCGIFNAME) call requires a struct ifreq.

2019-05-09 Thread Peter Maydell
Ah, just noticed the linux-user maintainers weren't cc'd on this patch. Laurent, could you pick this patch up, please? thanks -- PMM On Wed, 8 May 2019 at 23:54, Erik Kline wrote: > > Anything else I need to do? > > On Wed, 24 Apr 2019 at 02:10, Peter Maydell wrote: >> >> On Tue, 23 Apr 2019 at

Re: [Qemu-devel] [PATCH] The ioctl(SIOCGIFNAME) call requires a struct ifreq.

2019-05-09 Thread Erik Kline
Anything else I need to do? On Wed, 24 Apr 2019 at 02:10, Peter Maydell wrote: > On Tue, 23 Apr 2019 at 23:28, Erik Kline via Qemu-devel > wrote: > > > > Signed-off-by: Erik Kline > > Buglink: https://bugs.launchpad.net/qemu/+bug/1814352 > > --- > > linux-user/ioctls.h | 2 +- > > 1 file chan

Re: [Qemu-devel] [PATCH] The ioctl(SIOCGIFNAME) call requires a struct ifreq.

2019-04-24 Thread Peter Maydell
On Tue, 23 Apr 2019 at 23:28, Erik Kline via Qemu-devel wrote: > > Signed-off-by: Erik Kline > Buglink: https://bugs.launchpad.net/qemu/+bug/1814352 > --- > linux-user/ioctls.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h > in

Re: [Qemu-devel] [PATCH] The ioctl(SIOCGIFNAME) call requires a struct ifreq.

2019-04-23 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190423222005.246981-1...@google.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20190423222005.246981-1...@google.com Subject: [Qemu-devel] [PATCH] The ioctl(SIOCGIFNAME

[Qemu-devel] [PATCH] The ioctl(SIOCGIFNAME) call requires a struct ifreq.

2019-04-23 Thread Erik Kline via Qemu-devel
Signed-off-by: Erik Kline Buglink: https://bugs.launchpad.net/qemu/+bug/1814352 --- linux-user/ioctls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h index ae8951625f..37501f575c 100644 --- a/linux-user/ioctls.h +++ b/linux-user/ioct