Re: [Qemu-devel] [PATCH 03/71] vhost: restrict Linux dependency to kernel vhost

2018-12-06 Thread Thomas Huth
On 2018-12-03 16:32, Paolo Bonzini wrote: > vhost-user does not depend on Linux; it can run on any POSIX system. Restrict > vhost-kernel to Linux in hw/virtio/vhost-backend.c, everything else can be > compiled on all POSIX systems. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Paolo B

[Qemu-devel] [PATCH 03/71] vhost: restrict Linux dependency to kernel vhost

2018-12-03 Thread Paolo Bonzini
vhost-user does not depend on Linux; it can run on any POSIX system. Restrict vhost-kernel to Linux in hw/virtio/vhost-backend.c, everything else can be compiled on all POSIX systems. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Paolo Bonzini --- backends/Makefile.objs | 5 ++--- de