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

2023-05-26 Thread Peter Maydell
On Fri, 26 May 2023 at 15:28, Igor Mammedov wrote: > > On Mon, 3 Apr 2023 21:19:53 -0400 > Dinah Baum wrote: > > > Part 1 is a refactor/code motion patch for > > qapi/machine target required for setup of > > > > Part 2 which enables query-cpu-model-expansion > > on all architectures > > > >

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

2023-05-26 Thread Igor Mammedov
On Mon, 3 Apr 2023 21:19:53 -0400 Dinah Baum wrote: > Part 1 is a refactor/code motion patch for > qapi/machine target required for setup of > > Part 2 which enables query-cpu-model-expansion > on all architectures > > Part 3 implements the ',help' feature > > Limitations: > Currently only

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

2023-05-11 Thread Markus Armbruster
Peter Maydell writes: > Markus, I think you said you would review this patchset? I did, but it got crowded out. I'm going to look at it now. Wish me absence of interruptions...

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

2023-05-11 Thread Peter Maydell
Markus, I think you said you would review this patchset? thanks -- PMM On Tue, 4 Apr 2023 at 02:22, Dinah Baum wrote: > > Part 1 is a refactor/code motion patch for > qapi/machine target required for setup of > > Part 2 which enables query-cpu-model-expansion > on all architectures > > Part 3

[RESEND PATCH v2 0/3] Enable -cpu ,help

2023-04-03 Thread Dinah Baum
Part 1 is a refactor/code motion patch for qapi/machine target required for setup of Part 2 which enables query-cpu-model-expansion on all architectures Part 3 implements the ',help' feature Limitations: Currently only 'FULL' expansion queries are implemented since that's the only type enabled