Re: [libvirt] [PATCH 11/41] qemu: Separate guest CPU validation from command line creation

2016-09-14 Thread Jiri Denemark
On Mon, Aug 29, 2016 at 15:21:43 -0400, John Ferlan wrote: ... > > -driver.caps->host.cpu->arch = VIR_ARCH_AARCH64; > > +qemuTestSetHostArch(driver.caps, VIR_ARCH_AARCH64); > > DO_TEST("aarch64-kvm-32-on-64", > > QEMU_CAPS_NODEFCONFIG, QEMU_CAPS_DEVICE_VIRTIO_MMIO, > >

Re: [libvirt] [PATCH 11/41] qemu: Separate guest CPU validation from command line creation

2016-08-29 Thread John Ferlan
On 08/12/2016 09:33 AM, Jiri Denemark wrote: > qemu_command.c should deal with translating our domain definition into a > QEMU command line and nothing else. > > Signed-off-by: Jiri Denemark > --- > src/qemu/qemu_command.c | 71 >

[libvirt] [PATCH 11/41] qemu: Separate guest CPU validation from command line creation

2016-08-12 Thread Jiri Denemark
qemu_command.c should deal with translating our domain definition into a QEMU command line and nothing else. Signed-off-by: Jiri Denemark --- src/qemu/qemu_command.c | 71 src/qemu/qemu_process.c | 105