[PATCH v5 0/5 qemu] GNU/Hurd support

Damien Zammit posted 5 patches 1 day, 1 hour ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260208055858.2166524-1-damien@zamaudio.com
Maintainers: Stefan Berger <stefanb@linux.vnet.ibm.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <thuth@redhat.com>
[PATCH v5 0/5 qemu] GNU/Hurd support
Posted by Damien Zammit 1 day, 1 hour ago
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.

Thanks,
Damien