aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-xattr.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-30/+0
| | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* configure: fix detection for xattr.h on modern distributionsAvi Kivity2011-11-091-0/+30
Modern distributions place xattr.h in /usr/include/sys, and fold libattr.so into libc. They also don't have an ENOATTR. Make configure detect this, and add a qemu-xattr.h file that directs the #include to the right place. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>