Re: [PATCH 4/4] docs: Deprecate the qemu-system-microblazeel binary

2025-05-27 Thread Philippe Mathieu-Daudé
On 15/5/25 15:20, Thomas Huth wrote: From: Thomas Huth The (former big-endian only) binary qemu-system-microblaze can handle both endiannesses nowadays, so we don't need the separate qemu-system-microblazeel binary for little endian anymore. Let's deprecate it to avoid unnecessary compilation a

Re: [PATCH 4/4] docs: Deprecate the qemu-system-microblazeel binary

2025-05-24 Thread Richard Henderson
On 5/15/25 14:20, Thomas Huth wrote: From: Thomas Huth The (former big-endian only) binary qemu-system-microblaze can handle both endiannesses nowadays, so we don't need the separate qemu-system-microblazeel binary for little endian anymore. Let's deprecate it to avoid unnecessary compilation a

[PATCH 4/4] docs: Deprecate the qemu-system-microblazeel binary

2025-05-15 Thread Thomas Huth
From: Thomas Huth The (former big-endian only) binary qemu-system-microblaze can handle both endiannesses nowadays, so we don't need the separate qemu-system-microblazeel binary for little endian anymore. Let's deprecate it to avoid unnecessary compilation and test time in the future. Signed-off