On Thu, Jul 14 2022, Daniel P. Berrangé <berra...@redhat.com> wrote:
> The deprecation notes are currently only displayed at runtime when the > user activates a CPU. The QMP query displays a simple flag for > deprecation, while '-cpu help' displays nothing unless the deprecation > info is duplicated into the 'notes' field. > > This changes the code so that deprecation notes are explicitly shown > in '-cpu help', to assist the user in deciding what to use. > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> > --- > target/i386/cpu.c | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-) Reviewed-by: Cornelia Huck <coh...@redhat.com>