qemu-devel
[Top][All Lists]
Advanced

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

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


From: Laurent Vivier
Subject: Re: [Qemu-devel] [PATCH] The ioctl(SIOCGIFNAME) call requires a struct ifreq.
Date: Thu, 9 May 2019 11:03:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

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 <address@hidden> wrote:

Anything else I need to do?

On Wed, 24 Apr 2019 at 02:10, Peter Maydell <address@hidden> wrote:

On Tue, 23 Apr 2019 at 23:28, Erik Kline via Qemu-devel
<address@hidden> wrote:

Signed-off-by: Erik Kline <address@hidden>
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/ioctls.h
@@ -178,7 +178,7 @@
  #endif /* CONFIG_USBFS */

    IOCTL(SIOCATMARK, IOC_R, MK_PTR(TYPE_INT))
-  IOCTL(SIOCGIFNAME, IOC_RW, MK_PTR(TYPE_INT))
+  IOCTL(SIOCGIFNAME, IOC_RW, MK_PTR(MK_STRUCT(STRUCT_int_ifreq)))
    IOCTL(SIOCGIFFLAGS, IOC_W | IOC_R, MK_PTR(MK_STRUCT(STRUCT_short_ifreq)))
    IOCTL(SIOCSIFFLAGS, IOC_W, MK_PTR(MK_STRUCT(STRUCT_short_ifreq)))
    IOCTL(SIOCGIFADDR, IOC_W | IOC_R, MK_PTR(MK_STRUCT(STRUCT_sockaddr_ifreq)))
--
2.21.0.593.g511ec345e18-goog


Reviewed-by: Peter Maydell <address@hidden>

thanks
-- PMM




reply via email to

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