[libvirt] [PATCH 3/3] Replace use of custom macros with virReportError in the Xen drivers

Peter Krempa pkrempa at redhat.com
Fri Jul 20 15:59:17 UTC 2012


On 07/20/12 16:11, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
>
> Update the legacy Xen drivers to use virReportError instead of
> the statsError, virXenInotifyError, virXenStoreError,
> virXendError, xenUnifiedError, xenXMError custom macros
>
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>   cfg.mk                   |    7 -
>   src/xen/block_stats.c    |   54 +++---
>   src/xen/xen_driver.c     |  114 ++++++------
>   src/xen/xen_hypervisor.c |  158 ++++++++--------
>   src/xen/xen_inotify.c    |   48 +++--
>   src/xen/xend_internal.c  |  462 +++++++++++++++++++++++-----------------------
>   src/xen/xm_internal.c    |  134 +++++++-------
>   src/xen/xs_internal.c    |   40 ++--
>   8 files changed, 489 insertions(+), 528 deletions(-)
>

I reviewed the xen_hypervisor file and hope you didn't change anything 
in the other files so

ACK

Peter




More information about the libvir-list mailing list