Re: [libvirt] [PATCH 16/22] qemu: Store typename from query-cpu-definitions in qemuCaps

2019-10-03 Thread Jiri Denemark
On Thu, Oct 03, 2019 at 16:27:23 +0200, Peter Krempa wrote: > On Thu, Oct 03, 2019 at 16:00:34 +0200, Jiri Denemark wrote: > > We need to create a mapping between CPU model names and their > > corresponding QOM types. > > > > Signed-off-by: Jiri Denemark > > --- > > src/qemu/qemu_capabilities.c

Re: [libvirt] [PATCH 16/22] qemu: Store typename from query-cpu-definitions in qemuCaps

2019-10-03 Thread Peter Krempa
On Thu, Oct 03, 2019 at 16:00:34 +0200, Jiri Denemark wrote: > We need to create a mapping between CPU model names and their > corresponding QOM types. > > Signed-off-by: Jiri Denemark > --- > src/qemu/qemu_capabilities.c |4 + > src/qemu/qemu_monitor.c