[libvirt] [PATCH 05/23] Replace use of virCPUReportError with virReportError

Jiri Denemark jdenemar at redhat.com
Thu Jul 19 14:26:56 UTC 2012


On Wed, Jul 18, 2012 at 19:40:41 +0100, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
> 
> Update the CPU helper APIs to use virReportError instead
> of the virCPUReportError custom macor
> 
> Signed-off-by: Daniel P. Berrange <berrange at 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




More information about the libvir-list mailing list