Re: [PATCH 1/2] Fix libvhost-user.c compilation.

2023-04-26 Thread Paolo Bonzini
On 4/7/23 09:56, Michael S. Tsirkin wrote: On Wed, Apr 05, 2023 at 02:59:19PM +0200, David 'Digit' Turner wrote: The source file uses VIRTIO_F_VERSION_1 which is not defined by on Debian 10. The system-provided which does not include the macro definition is included through , so fix the issue

Re: [PATCH 1/2] Fix libvhost-user.c compilation.

2023-04-07 Thread Michael S. Tsirkin
On Wed, Apr 05, 2023 at 02:59:19PM +0200, David 'Digit' Turner wrote: > The source file uses VIRTIO_F_VERSION_1 which is > not defined by on Debian 10. > > The system-provided which > does not include the macro definition is included > through , so fix the issue by including > the standard-heade

[PATCH 1/2] Fix libvhost-user.c compilation.

2023-04-05 Thread David 'Digit' Turner
The source file uses VIRTIO_F_VERSION_1 which is not defined by on Debian 10. The system-provided which does not include the macro definition is included through , so fix the issue by including the standard-headers version before that. Signed-off-by: David 'Digit' Turner --- subprojects/libvh