<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    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:<br>
    <br>
    linux-user/syscall.c:<br>
     #include <linux/random.h><br>
    +#include <linux/sockios.h><br>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <title></title>
      <font color="#1F497D"><font face="Century Gothic">Johnathan Mantey<br>
          <small>Senior Software Engineer</small><br>
          <big><font color="#555555"><small><b>azad te</b><b>chnology
                  partners</b></small><br>
              <small><font color="#1F497D"><small>Contributing to
                    Technology Innovation since 1992</small></font><small><br>
                  <font color="#1F497D">Phone: (503) 712-6764<br>
                    Email: <a href="mailto:johnathanx.mantey@intel.com">johnathanx.mantey@intel.com</a></font></small><br>
                <br>
              </small></font></big></font></font> </div>
  </body>
</html>