QEMU native compile issue

Johnathan Mantey johnathanx.mantey at intel.com
Tue Aug 27 06:03:51 AEST 2019


Friday I ran into an issue compiling qemu-native.  I tracked the issue
to the the fact that the most recent kernel creates a new definition for
SIOCGSTAMP in sockios.h.  The prior definition was in sys/socket.h.  I
have pushed a change request to the QEMU code base.  It's a one-liner:

linux-user/syscall.c:
 #include <linux/random.h>
+#include <linux/sockios.h>


-- 
Johnathan Mantey
Senior Software Engineer
*azad te**chnology partners*
Contributing to Technology Innovation since 1992
Phone: (503) 712-6764
Email: johnathanx.mantey at intel.com <mailto:johnathanx.mantey at intel.com>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ozlabs.org/pipermail/openbmc/attachments/20190826/e04cb622/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.ozlabs.org/pipermail/openbmc/attachments/20190826/e04cb622/attachment-0001.sig>


More information about the openbmc mailing list