Re: [PATCH 0/3] target: RFC: display deprecation note for '-cpu help'

2022-07-18 Thread Cornelia Huck
On Mon, Jul 18 2022, Daniel P. Berrangé wrote: > On Mon, Jul 18, 2022 at 11:37:35AM +0200, Cornelia Huck wrote: >> Is it easy enough the figure out the deprecation note? I think you >> either have to actually start something with the deprecated entity, or >> use qmp (which is not that straightfor

Re: [PATCH 0/3] target: RFC: display deprecation note for '-cpu help'

2022-07-18 Thread Daniel P . Berrangé
On Mon, Jul 18, 2022 at 11:37:35AM +0200, Cornelia Huck wrote: > On Mon, Jul 18 2022, Thomas Huth wrote: > > > On 14/07/2022 17.07, Daniel P. Berrangé wrote: > >> $ qemu-system-x86_64 -cpu help: > >> Available CPUs: > >> x86 486 (alias configured by machine type) (deprecated: >

Re: [PATCH 0/3] target: RFC: display deprecation note for '-cpu help'

2022-07-18 Thread Cornelia Huck
On Mon, Jul 18 2022, Thomas Huth wrote: > On 14/07/2022 17.07, Daniel P. Berrangé wrote: >> $ qemu-system-x86_64 -cpu help: >> Available CPUs: >> x86 486 (alias configured by machine type) (deprecated: >> use at least 'Nehalem' / 'Opteron_G4', or 'host' / 'max') >> >> I wonder

Re: [PATCH 0/3] target: RFC: display deprecation note for '-cpu help'

2022-07-18 Thread Thomas Huth
On 14/07/2022 17.07, Daniel P. Berrangé wrote: When querying '-cpu help' there is no presentation of fact that a CPU may be deprecated. The user just has to try it and see if they get a depecation message at runtime. The QMP command for querying CPUs report a deprecation bool flag, but not the e

Re: [PATCH 0/3] target: RFC: display deprecation note for '-cpu help'

2022-07-15 Thread Cornelia Huck
On Thu, Jul 14 2022, Daniel P. Berrangé wrote: > When querying '-cpu help' there is no presentation of fact that a > CPU may be deprecated. The user just has to try it and see if they > get a depecation message at runtime. The QMP command for querying > CPUs report a deprecation bool flag, but n

[PATCH 0/3] target: RFC: display deprecation note for '-cpu help'

2022-07-14 Thread Daniel P . Berrangé
When querying '-cpu help' there is no presentation of fact that a CPU may be deprecated. The user just has to try it and see if they get a depecation message at runtime. The QMP command for querying CPUs report a deprecation bool flag, but not the explanatory reason. The Icelake-Client CPU (remov