dcavalca / rpms / qemu

Forked from rpms/qemu a year ago
Clone

Blame 0001-NOT-UPSTREAM-Build-fix-with-latest-kernel.patch

160bf4
From f92845e4c93da43feb52261916a6a979eff7bd0d Mon Sep 17 00:00:00 2001
8a7ac9
From: Cole Robinson <crobinso@redhat.com>
8a7ac9
Date: Thu, 20 Jun 2019 17:20:13 -0400
8a7ac9
Subject: [PATCH] NOT UPSTREAM: Build fix with latest kernel
8a7ac9
8a7ac9
From here: https://lkml.org/lkml/2019/6/3/988
8a7ac9
160bf4
Some attempts at patches have been posted, check qemu thread logs
160bf4
for SIOCGSTAMP
160bf4
8a7ac9
Signed-off-by: Cole Robinson <crobinso@redhat.com>
8a7ac9
---
8a7ac9
 linux-user/syscall.c | 1 +
8a7ac9
 1 file changed, 1 insertion(+)
8a7ac9
8a7ac9
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
160bf4
index 39a37496fe..830dc876ed 100644
8a7ac9
--- a/linux-user/syscall.c
8a7ac9
+++ b/linux-user/syscall.c
8a7ac9
@@ -34,6 +34,7 @@
8a7ac9
 #include <sys/resource.h>
8a7ac9
 #include <sys/swap.h>
8a7ac9
 #include <linux/capability.h>
8a7ac9
+#include <linux/sockios.h>
8a7ac9
 #include <sched.h>
8a7ac9
 #include <sys/timex.h>
8a7ac9
 #include <sys/socket.h>