[Qemu-devel] [PATCH 3/5] vhost: restrict Linux dependency to kernel vhost

2019-01-15 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é Reviewed-by: Thomas Huth Message-Id: <1543851204-41186-4-git-send-email-pbo

Re: [Qemu-devel] [PATCH 3/5] vhost: restrict Linux dependency to kernel vhost

2018-11-26 Thread Philippe Mathieu-Daudé
On 26/11/18 14:20, 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. > > Signed-off-by: Paolo Bonzini > --- > backends/Makefile.objs

[Qemu-devel] [PATCH 3/5] vhost: restrict Linux dependency to kernel vhost

2018-11-26 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. Signed-off-by: Paolo Bonzini --- backends/Makefile.objs | 5 ++--- default-configs/virtio.mak | 4 ++-- h