Re: [Qemu-devel] [PATCH 0/2] virtfs-proxy-helper: Fix and clean include statements

2012-01-12 Thread Stefan Hajnoczi
On Wed, Jan 11, 2012 at 07:34:28PM +0100, Stefan Weil wrote: > Please consider adding libcap-dev to the Linux build bots (and of course > to the personal Linux environment when you are a maintainer). I have added it to yuzuki. Stefan

Re: [Qemu-devel] [PATCH 0/2] virtfs-proxy-helper: Fix and clean include statements

2012-01-12 Thread Stefan Hajnoczi
On Wed, Jan 11, 2012 at 07:34:28PM +0100, Stefan Weil wrote: > Obviously most Linux host systems don't have a libcap-dev package. > > If this package is available, make tries to build virtfs-proxy-helper > and fails on recent Linux distributions because of a missing attr/xattr.h. > > The first pa

[Qemu-devel] [PATCH 0/2] virtfs-proxy-helper: Fix and clean include statements

2012-01-11 Thread Stefan Weil
Obviously most Linux host systems don't have a libcap-dev package. If this package is available, make tries to build virtfs-proxy-helper and fails on recent Linux distributions because of a missing attr/xattr.h. The first patch fixes this. As I noticed that several include statements were redunda