Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: move include files to include/qemu/ | 2012-12-19 | 1 | -30/+0 | |
| | | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||||
* | configure: fix detection for xattr.h on modern distributions | 2011-11-09 | 1 | -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> |