Re: [PATCH] Fix compilation when UFFDIO_REGISTER is not set.

2023-10-02 Thread Paolo Bonzini
On 10/2/23 13:56, Michael Tokarev wrote: 28.09.2023 15:56, Pierre Labatut wrote: Signed-off-by: Pierre Labatut ---   subprojects/libvhost-user/libvhost-user.c | 2 +-   1 file changed, 1 insertion(+), 1 deletion(-) I'm not sure how subprojects are handled here.  Should we commit things to a su

Re: [PATCH] Fix compilation when UFFDIO_REGISTER is not set.

2023-10-02 Thread Michael Tokarev
28.09.2023 15:56, Pierre Labatut wrote: Signed-off-by: Pierre Labatut --- subprojects/libvhost-user/libvhost-user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) I'm not sure how subprojects are handled here. Should we commit things to a subproject directly? This one does not seem

[PATCH] Fix compilation when UFFDIO_REGISTER is not set.

2023-09-28 Thread Pierre Labatut
Signed-off-by: Pierre Labatut --- subprojects/libvhost-user/libvhost-user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/libvhost-user/libvhost-user.c b/subprojects/libvhost-user/libvhost-user.c index 0469a50101..d4a2eab883 100644 --- a/subprojects/libvhost-use