Re: [PATCH] util: Fix broken build on Haiku

2022-07-19 Thread Paolo Bonzini
Queued, thanks. Paolo

Re: [PATCH] util: Fix broken build on Haiku

2022-07-18 Thread John Snow
On Mon, Jul 18, 2022 at 1:20 PM Thomas Huth wrote: > > A recent commit moved some Haiku-specific code parts from oslib-posix.c > to cutils.c, but failed to move the corresponding header #include > statement, too, so "make vm-build-haiku.x86_64" is currently broken. > Fix it by moving the header #i

Re: [PATCH] util: Fix broken build on Haiku

2022-07-18 Thread Marc-André Lureau
On Mon, Jul 18, 2022 at 9:22 PM Thomas Huth wrote: > A recent commit moved some Haiku-specific code parts from oslib-posix.c > to cutils.c, but failed to move the corresponding header #include > statement, too, so "make vm-build-haiku.x86_64" is currently broken. > Fix it by moving the header #in

[PATCH] util: Fix broken build on Haiku

2022-07-18 Thread Thomas Huth
A recent commit moved some Haiku-specific code parts from oslib-posix.c to cutils.c, but failed to move the corresponding header #include statement, too, so "make vm-build-haiku.x86_64" is currently broken. Fix it by moving the header #include, too. Fixes: 06680b15b4 ("include: move qemu_*_exec_di