Re: [Qemu-devel] [PATCH v2] target/ppc: Avoid printing wrong aliases in CPU help text

2017-05-10 Thread David Gibson
On Wed, May 10, 2017 at 06:19:32AM +0200, Thomas Huth wrote: > When running with KVM, we update the "family" CPU alias to point > to the right host CPU type, so that it for example possible to > use "-cpu POWER8" on a POWER8NVL host. However, the function for > printing the list of available CPU

[Qemu-devel] [PATCH v2] target/ppc: Avoid printing wrong aliases in CPU help text

2017-05-09 Thread Thomas Huth
When running with KVM, we update the "family" CPU alias to point to the right host CPU type, so that it for example possible to use "-cpu POWER8" on a POWER8NVL host. However, the function for printing the list of available CPU models is called earlier than the KVM setup code, so the output of