Re: [libvirt] [PATCH 1/3] tests: add qemu x86 kvm 32-on-64 test

2017-08-03 Thread Cole Robinson
On 07/21/2017 07:40 AM, Pavel Hrdina wrote: > On Fri, Jul 14, 2017 at 07:43:04PM -0400, Cole Robinson wrote: >> There's some specific logic in qemuBuildCpuCommandLine to support >> auto adding -cpu qemu 32 for arch=i686 with an x86_64 qemu-kvm binary. >> Add a test case for it >> >> Signed-off-by:

Re: [libvirt] [PATCH 1/3] tests: add qemu x86 kvm 32-on-64 test

2017-07-21 Thread Pavel Hrdina
On Fri, Jul 14, 2017 at 07:43:04PM -0400, Cole Robinson wrote: > There's some specific logic in qemuBuildCpuCommandLine to support > auto adding -cpu qemu 32 for arch=i686 with an x86_64 qemu-kvm binary. > Add a test case for it > > Signed-off-by: Cole Robinson > --- >

[libvirt] [PATCH 1/3] tests: add qemu x86 kvm 32-on-64 test

2017-07-14 Thread Cole Robinson
There's some specific logic in qemuBuildCpuCommandLine to support auto adding -cpu qemu 32 for arch=i686 with an x86_64 qemu-kvm binary. Add a test case for it Signed-off-by: Cole Robinson --- .../qemuxml2argv-x86-kvm-32-on-64.args | 21 +