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,
> >
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
> src/qemu/qemu_process.c | 1
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 +++
tests/qem