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 <e...@loon.com> wrote:

Anything else I need to do?

On Wed, 24 Apr 2019 at 02:10, Peter Maydell <peter.mayd...@linaro.org> wrote:

On Tue, 23 Apr 2019 at 23:28, Erik Kline via Qemu-devel
<qemu-devel@nongnu.org> wrote:

Signed-off-by: Erik Kline <e...@google.com>
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 <peter.mayd...@linaro.org>

thanks
-- PMM


Reply via email to