Recently, a testsuite for gnumach, the GNU/Hurd microkernel, was developed that uses qemu. Currently qemu cannot be compiled for the GNU/Hurd, as such, this testsuite is available only for GNU/Linux users. As such, porting qemu to GNU/Hurd became an urgent requirement.
This patcheset represents the minimal effort to make qemu compilable and running in GNU/Hurd. With this patchset applied, qemu can be compiled with the '--disable-tpm' and the '--disable-tests' configure options. Please review, thanks, Manolo de Medici (4): Allow tests to be disabled Add the GNU/Hurd as a target host Include new arbitrary limits if not already defined Avoid multiple definitions of copy_file_range block/file-posix.c | 2 +- configure | 9 +++++++++ include/qemu/osdep.h | 8 ++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) -- 2.43.0