Re: [libvirt] [PATCH 5/5] s390: qemu: Support cpu host-model mode

2016-11-03 Thread Jiri Denemark
On Wed, Nov 02, 2016 at 16:34:35 -0400, Jason J. Herne wrote: > Look up the host model stored in qemuCaps for generation of the > -cpu model portion of the Qemu command line. > > Signed-off-by: Jason J. Herne > --- > src/qemu/qemu_command.c | 3 +++ > 1 file changed,

[libvirt] [PATCH 5/5] s390: qemu: Support cpu host-model mode

2016-11-02 Thread Jason J. Herne
Look up the host model stored in qemuCaps for generation of the -cpu model portion of the Qemu command line. Signed-off-by: Jason J. Herne --- src/qemu/qemu_command.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/qemu/qemu_command.c