mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user