Re: [PATCH v3 0/3] Enable -cpu ,help

2023-07-30 Thread Peter Maydell
On Sun, 30 Jul 2023 at 08:21, Dinah Baum wrote: > > This patch adds the ability to query for CPU > features. Currently it is limited to the architecture that > support feature probing (arm, i386, and s390x). > > Ex: > athlon features: > 3dnow= > 3dnowext= > 3dnowprefetch= > ... > > Suggest

[PATCH v3 0/3] Enable -cpu ,help

2023-07-29 Thread Dinah Baum
This patch adds the ability to query for CPU features. Currently it is limited to the architecture that support feature probing (arm, i386, and s390x). Ex: athlon features: 3dnow= 3dnowext= 3dnowprefetch= ... Suggested-by: Peter Maydell Resolves: https://gitlab.com/qemu-project/qemu/-/i