Re: [PATCH] tools/virtio: Fix build

2019-10-13 Thread Michael S. Tsirkin
On Sun, Oct 13, 2019 at 03:29:34PM +0200, Jan Kiszka wrote: > On 13.10.19 14:20, Michael S. Tsirkin wrote: > > On Sun, Oct 13, 2019 at 02:01:03PM +0200, Jan Kiszka wrote: > >> On 13.10.19 13:52, Michael S. Tsirkin wrote: > >>> On Sun, Oct 13, 2019 at 11:03:30AM +0200, Jan Kiszka wrote: > From:

Re: [PATCH] tools/virtio: Fix build

2019-10-13 Thread Jan Kiszka
On 13.10.19 14:20, Michael S. Tsirkin wrote: > On Sun, Oct 13, 2019 at 02:01:03PM +0200, Jan Kiszka wrote: >> On 13.10.19 13:52, Michael S. Tsirkin wrote: >>> On Sun, Oct 13, 2019 at 11:03:30AM +0200, Jan Kiszka wrote: From: Jan Kiszka Various changes in the recent kernel versions b

Re: [PATCH] tools/virtio: Fix build

2019-10-13 Thread Michael S. Tsirkin
On Sun, Oct 13, 2019 at 02:01:03PM +0200, Jan Kiszka wrote: > On 13.10.19 13:52, Michael S. Tsirkin wrote: > > On Sun, Oct 13, 2019 at 11:03:30AM +0200, Jan Kiszka wrote: > >> From: Jan Kiszka > >> > >> Various changes in the recent kernel versions broke the build due to > >> missing function and

Re: [PATCH] tools/virtio: Fix build

2019-10-13 Thread Jan Kiszka
On 13.10.19 13:52, Michael S. Tsirkin wrote: > On Sun, Oct 13, 2019 at 11:03:30AM +0200, Jan Kiszka wrote: >> From: Jan Kiszka >> >> Various changes in the recent kernel versions broke the build due to >> missing function and header stubs. >> >> Signed-off-by: Jan Kiszka > > Thanks! > I think it'

Re: [PATCH] tools/virtio: Fix build

2019-10-13 Thread Michael S. Tsirkin
On Sun, Oct 13, 2019 at 11:03:30AM +0200, Jan Kiszka wrote: > From: Jan Kiszka > > Various changes in the recent kernel versions broke the build due to > missing function and header stubs. > > Signed-off-by: Jan Kiszka Thanks! I think it's already fixes in the vhost tree. That tree also includ