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: Sat, 28 Jun 2014 14:48:03 -0000

http://git.qemu.org/?p=qemu.git;a=commitdiff;h=480eda2eda7c464e252f17ac87ec61bccc14f285

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

-- 
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 Committed

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]