On 10/30/13 16:17, Daniel P. Berrange wrote:
On Thu, Oct 17, 2013 at 03:10:15PM +0200, Peter Krempa wrote:
> From: Jiri Denemark <jdenemar(a)redhat.com>
>
> This makes virCPUx86DataAddCPUID, virCPUx86DataFree, and
> virCPUx86MakeData available for direct usage outside of cpu driver in
> tests and the new qemu monitor that will request the actual CPU
> definition from a running qemu instance.
> ---
>
> Notes:
> Version 2:
> - clarified scope of the export in the commit message
>
> src/cpu/cpu_x86.c | 6 +++---
> src/cpu/cpu_x86.h | 9 +++++++++
> src/libvirt_private.syms | 6 ++++++
> 3 files changed, 18 insertions(+), 3 deletions(-)
ACK
Pushed; Thanks.
Peter