
19 Jul
2012
19 Jul
'12
4:26 p.m.
On Wed, Jul 18, 2012 at 19:40:41 +0100, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange@redhat.com>
Update the CPU helper APIs to use virReportError instead of the virCPUReportError custom macor
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- cfg.mk | 1 - src/cpu/cpu.c | 86 ++++++++++++++++---------------- src/cpu/cpu.h | 5 -- src/cpu/cpu_generic.c | 18 +++---- src/cpu/cpu_map.c | 22 ++++----- src/cpu/cpu_x86.c | 132 ++++++++++++++++++++++++------------------------- 6 files changed, 129 insertions(+), 135 deletions(-)
Some of the error messages are not ideal, but that's not your fault... ACK Jirka