bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] Port qemu to GNU/Hurd


From: Manolo de Medici
Subject: [PATCH 0/4] Port qemu to GNU/Hurd
Date: Wed, 17 Jan 2024 13:27:05 +0100

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]