Re: [libvirt] [PATCH 3/3] qemu: command: explicitly error for non-x86 default CPU

2017-08-03 Thread Cole Robinson
On 07/21/2017 10:25 AM, Ján Tomko wrote: > On Fri, Jul 14, 2017 at 07:43:06PM -0400, Cole Robinson wrote: >> The code only currently handles writing an x86 default -cpu >> argument, and doesn't know anything about other architectures. >> Let's make this explicit rather than leaving ex. qemu ppc64

Re: [libvirt] [PATCH 3/3] qemu: command: explicitly error for non-x86 default CPU

2017-07-21 Thread Ján Tomko
On Fri, Jul 14, 2017 at 07:43:06PM -0400, Cole Robinson wrote: The code only currently handles writing an x86 default -cpu argument, and doesn't know anything about other architectures. Let's make this explicit rather than leaving ex. qemu ppc64 to throw an error about -cpu qemu64

Re: [libvirt] [PATCH 3/3] qemu: command: explicitly error for non-x86 default CPU

2017-07-16 Thread Cole Robinson
On 07/15/2017 12:40 PM, Andrea Bolognani wrote: > On Fri, 2017-07-14 at 19:43 -0400, Cole Robinson wrote: >> The code only currently handles writing an x86 default -cpu >> argument, and doesn't know anything about other architectures. >> Let's make this explicit rather than leaving ex. qemu ppc64

Re: [libvirt] [PATCH 3/3] qemu: command: explicitly error for non-x86 default CPU

2017-07-15 Thread Andrea Bolognani
On Fri, 2017-07-14 at 19:43 -0400, Cole Robinson wrote: > The code only currently handles writing an x86 default -cpu > argument, and doesn't know anything about other architectures. > Let's make this explicit rather than leaving ex. qemu ppc64 to > throw an error about -cpu qemu64 > >

[libvirt] [PATCH 3/3] qemu: command: explicitly error for non-x86 default CPU

2017-07-14 Thread Cole Robinson
The code only currently handles writing an x86 default -cpu argument, and doesn't know anything about other architectures. Let's make this explicit rather than leaving ex. qemu ppc64 to throw an error about -cpu qemu64 Signed-off-by: Cole Robinson ---