Re: [PATCH v3 3/4] target/i386: Add new property note to versioned CPU models

2020-02-28 Thread Eduardo Habkost
On Wed, Feb 12, 2020 at 04:13:27PM +0800, Tao Xu wrote: > Add additional information for -cpu help to indicate the changes in this > version of CPU model. > > Suggested-by: Eduardo Habkost > Signed-off-by: Tao Xu Queued, thanks! -- Eduardo

[PATCH v3 3/4] target/i386: Add new property note to versioned CPU models

2020-02-12 Thread Tao Xu
Add additional information for -cpu help to indicate the changes in this version of CPU model. Suggested-by: Eduardo Habkost Signed-off-by: Tao Xu --- target/i386/cpu.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index