Re: [PATCH v5 0/5 qemu] GNU/Hurd support
Philippe Mathieu-Daudé <[email protected]> Thu, 18 Jun 2026 10:33:20 +0200
| Newsgroups | gmane.os.hurd.bugs,gmane.comp.emulators.qemu,gmane.comp.emulators.qemu.block |
|---|---|
| Message-ID | <[email protected]> |
Hi Damien,
On 8/2/26 06:59, Damien Zammit wrote:
> Hi,
>
> This patchset is hopefully my final attempt to upstream qemu support for GNU/Hurd.
> All review comments have been considered and addressed in the patches.
> Some people want minimal diff to tpm header, others want me to delete code.
> I went with the reduced diff because it's only one line of code change to fix it,
> and passed review originally in other attempts.
>
> This has been rebased onto:
> * cd5a79dc98 (origin/master, origin/HEAD) Merge tag 'for_upstream' of ...
>
> TESTED: Compiles on GNU/Hurd using:
> ../configure --target-list=i386-softmmu,x86_64-softmmu
> ninja
>
> Executed qemu-system-{i386,x86_64} on GNU/Hurd x86_64 successfully.
Could we get this configuration integrated in our CI to be sure
it won't bitrot?
See how we test OpenBSD or Haiku for example:
tests/vm/Makefile.include:28:X86_IMAGES := freebsd netbsd openbsd
haiku.x86_64
Thanks,
Phil.