Re: [Qemu-devel] [PATCHv2 09/10] pseries: Improve setting of default machine version

2015-12-08 Thread Alexey Kardashevskiy
On 12/07/2015 02:34 PM, David Gibson wrote: This tweaks the way the default machine version is controlled, so that there will be a bit less churn when each new version is introduced. Signed-off-by: David Gibson --- hw/ppc/spapr.c | 20 ++-- 1 file changed, 10 insertions(+), 1

[Qemu-devel] [PATCHv2 09/10] pseries: Improve setting of default machine version

2015-12-06 Thread David Gibson
This tweaks the way the default machine version is controlled, so that there will be a bit less churn when each new version is introduced. Signed-off-by: David Gibson --- hw/ppc/spapr.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/hw/ppc/spapr.c b/hw