qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Bug 1323001] Re: Netlink socket support for MIPS*


From: Luca Falavigna
Subject: [Qemu-devel] [Bug 1323001] Re: Netlink socket support for MIPS*
Date: Tue, 20 Jan 2015 10:14:14 -0000

** Changed in: qemu
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1323001

Title:
  Netlink socket support for MIPS*

Status in QEMU:
  Fix Released

Bug description:
  It seems QEMU does not support Netlink socket support on MIPS*

  Trying to compile and run this simple program:

  #include <libaudit.h>
  #include <stdio.h>
  #include <errno.h>

  int main()
  {
          int audit_fd = audit_open ();
          printf("fd is %d\n", audit_fd);
          printf("errno is %d\n", errno);
          return 0;
  }

  I receive the following output:

  $ ./test
  fd is -1
  errno is 97
  $

  errno 97 is #define EAFNOSUPPORT    97      /* Address family not
  supported by protocol */

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1323001/+subscriptions



reply via email to

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