Replace use of virCPUReportError with virReportError

Update the CPU helper APIs to use virReportError instead
of the virCPUReportError custom macor

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange
2012-07-18 13:16:38 +01:00
parent 3de99600b1
commit e578bc2683
6 changed files with 129 additions and 135 deletions

View File

@@ -30,11 +30,6 @@
# include "cpu_x86_data.h"
# define virCPUReportError(code, ...) \
virReportErrorHelper(VIR_FROM_CPU, code, __FILE__, \
__FUNCTION__, __LINE__, __VA_ARGS__)
union cpuData {
struct cpuX86Data x86;
/* generic driver needs no data */