Re: [libvirt] [PATCH 2/2] qemu: Add support for pseries machine's max-cpu-compat= parameter

2018-01-05 Thread Andrea Bolognani
On Thu, 2018-01-04 at 18:04 +0530, Shivaprasad G Bhat wrote: > When the -machine pseries,max-cpu-compat=X is supported use > machine parameter instead of -cpu host,compat=X parameter as > that is deprecated now with qemu > v2.10. > > Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1519146 > > S

[libvirt] [PATCH 2/2] qemu: Add support for pseries machine's max-cpu-compat= parameter

2018-01-04 Thread Shivaprasad G Bhat
When the -machine pseries,max-cpu-compat=X is supported use machine parameter instead of -cpu host,compat=X parameter as that is deprecated now with qemu > v2.10. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1519146 Signed-off-by: Shivaprasad G Bhat --- src/qemu/qemu_command.c