On 8/9/25 15:21, Thomas Huth wrote:
On 08/09/2025 15.09, Paolo Bonzini wrote:
On 9/8/25 14:50, Peter Maydell wrote:
architectures where I've made a guess:
i386, x86_64:
-- I have assumed that all machine types except the "experimental"
x-remote are supported
Please exclude isapc as well.
Ack, isapc uses ne2k as NIC for example, so you certainly don't want to
have this in the list of supported machines.
Agreed.
mips, mips64
Probably none.
Safe bet. MIPS host is being deprecated anyway:
https://lore.kernel.org/qemu-devel/20250924120426.2158655-26-marcandre.lur...@redhat.com/
riscv32, riscv64
I'd assume "virt" only.
ppc, ppc64
"pseries" only.
Ack, ppc64 should use "pseries". But that's 64-bit only. I don't think
we want any of the 32-bit machines listed here, though, so I'd simply
suggest to drop the 32-bit "ppc" word from this section.
Thomas