On 10/15/13 15:37, Daniel P. Berrange wrote:
On Tue, Oct 15, 2013 at 02:30:45PM +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.
Presumably these are exported for use by test suites ? If so
then I think we'd be better having them in a cpu_x86_priv.h
to make it clear they're not actually part of the main API.
The json monitor code will use those too, so we should export them in a
normal fashion.
Peter