Re: [Qemu-devel] [PATCH] target-arm: Implement qmp query-cpu-definitions

2013-09-05 Thread Peter Maydell
On 4 September 2013 16:23, Cole Robinson wrote: > Libvirt uses this to introspect available CPU models. > > Signed-off-by: Cole Robinson Thanks, applied to target-arm.next. -- PMM

Re: [Qemu-devel] [PATCH] target-arm: Implement qmp query-cpu-definitions

2013-09-05 Thread Andreas Färber
Hi, Am 04.09.2013 17:23, schrieb Cole Robinson: > Libvirt uses this to introspect available CPU models. > > Signed-off-by: Cole Robinson > --- > Maybe this will be centrally handled after the QOM CPU work is done? No, this API is about a pre-QOM command line switch, whose implementation is targ

[Qemu-devel] [PATCH] target-arm: Implement qmp query-cpu-definitions

2013-09-04 Thread Cole Robinson
Libvirt uses this to introspect available CPU models. Signed-off-by: Cole Robinson --- Maybe this will be centrally handled after the QOM CPU work is done? target-arm/helper.c | 32 1 file changed, 32 insertions(+) diff --git a/target-arm/helper.c b/target-arm/