Re: [PATCH v2 2/3] binfmt: Normalize host CPU architecture

2025-02-26 Thread Andrea Bolognani
On Mon, Feb 24, 2025 at 11:39:46AM +1000, Alistair Francis wrote: > On Tue, Jan 28, 2025 at 4:29 AM Andrea Bolognani wrote: > > Right now information regarding the family each CPU type belongs > > to is recorded in two places: the large data table at the top of > > the script, and the qemu_host_fa

Re: [PATCH v2 2/3] binfmt: Normalize host CPU architecture

2025-02-23 Thread Alistair Francis
On Tue, Jan 28, 2025 at 4:29 AM Andrea Bolognani wrote: > > Right now information regarding the family each CPU type belongs > to is recorded in two places: the large data table at the top of > the script, and the qemu_host_family() function. > > We can make things better by mapping host CPU archi

Re: [PATCH v2 2/3] binfmt: Normalize host CPU architecture

2025-02-20 Thread Laurent Vivier
Le 27/01/2025 à 19:29, Andrea Bolognani a écrit : Right now information regarding the family each CPU type belongs to is recorded in two places: the large data table at the top of the script, and the qemu_host_family() function. We can make things better by mapping host CPU architecture to QEMU

[PATCH v2 2/3] binfmt: Normalize host CPU architecture

2025-01-27 Thread Andrea Bolognani
Right now information regarding the family each CPU type belongs to is recorded in two places: the large data table at the top of the script, and the qemu_host_family() function. We can make things better by mapping host CPU architecture to QEMU target in the few cases where the two don't already