Re: [RFC 1/3] WIP virtiofsd: import Linux header file

2020-06-01 Thread Stefan Hajnoczi
On Mon, Jun 01, 2020 at 11:28:44AM +0100, Alex Bennée wrote: > > Stefan Hajnoczi writes: > > > On Sat, Oct 26, 2019 at 05:49:11PM -0400, Michael S. Tsirkin wrote: > >> On Fri, Oct 25, 2019 at 12:01:50PM +0200, Stefan Hajnoczi wrote: > >> > tests/vhost-user-fs-test.c needs fuse.h. The private co

Re: [RFC 1/3] WIP virtiofsd: import Linux header file

2020-06-01 Thread Alex Bennée
Stefan Hajnoczi writes: > On Sat, Oct 26, 2019 at 05:49:11PM -0400, Michael S. Tsirkin wrote: >> On Fri, Oct 25, 2019 at 12:01:50PM +0200, Stefan Hajnoczi wrote: >> > tests/vhost-user-fs-test.c needs fuse.h. The private copy that >> > virtiofsd has can be replaced with a properly imported file

Re: [RFC 1/3] WIP virtiofsd: import Linux header file

2019-10-27 Thread Stefan Hajnoczi
On Sat, Oct 26, 2019 at 05:49:11PM -0400, Michael S. Tsirkin wrote: > On Fri, Oct 25, 2019 at 12:01:50PM +0200, Stefan Hajnoczi wrote: > > tests/vhost-user-fs-test.c needs fuse.h. The private copy that > > virtiofsd has can be replaced with a properly imported file using > > update-linux-headers.s

Re: [RFC 1/3] WIP virtiofsd: import Linux header file

2019-10-26 Thread Michael S. Tsirkin
On Fri, Oct 25, 2019 at 12:01:50PM +0200, Stefan Hajnoczi wrote: > tests/vhost-user-fs-test.c needs fuse.h. The private copy that > virtiofsd has can be replaced with a properly imported file using > update-linux-headers.sh. > > TODO rerun update-linux-headers.sh with upstream kernel tree! > > S

[RFC 1/3] WIP virtiofsd: import Linux header file

2019-10-25 Thread Stefan Hajnoczi
tests/vhost-user-fs-test.c needs fuse.h. The private copy that virtiofsd has can be replaced with a properly imported file using update-linux-headers.sh. TODO rerun update-linux-headers.sh with upstream kernel tree! Signed-off-by: Stefan Hajnoczi --- contrib/virtiofsd/fuse_lowlevel.h