From: Luca Falavigna <dktrkranz@ubuntu.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [Bug 1323001] Re: Netlink socket support for MIPS*
Date: Tue, 20 Jan 2015 10:14:14 -0000 [thread overview]
Message-ID: <20150120101415.23420.13259.launchpad@gac.canonical.com> (raw)
In-Reply-To: 20140525122544.25553.78592.malonedeb@chaenomeles.canonical.com
** 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
prev parent reply other threads:[~2015-01-20 10:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-25 12:25 [Qemu-devel] [Bug 1323001] [NEW] Netlink socket support for MIPS* Luca Falavigna
2014-06-10 7:07 ` [Qemu-devel] [Bug 1323001] " Luca Falavigna
2014-06-28 14:48 ` Luca Falavigna
2015-01-20 10:14 ` Luca Falavigna [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150120101415.23420.13259.launchpad@gac.canonical.com \
--to=dktrkranz@ubuntu.com \
--cc=1323001@bugs.launchpad.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).