From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kelley Nielsen Subject: [PATCH 0/11 OPW] All outstanding and corrected patches Date: Mon, 11 Nov 2013 15:23:49 -0800 Message-ID: <1384212240-1235-1-git-send-email-kelleynnn@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com Cc: anthony.perard@citrix.com, Ian.Campbell@citrix.com List-Id: xen-devel@lists.xenproject.org These patches update libxl_qmp.c and libxl_utils.c to use the new convenience macros defined in libxl_internal.h. These have all been submitted before, and some are acked; but since some changes and corrections have been made, they're collected here together to keep them organized. [PATCH OPW 01/11] libxl: change most remaining LIBXL_LOG to LOG in [PATCH OPW 02/11] libxl: Use new macro LOGE() in libxl_qmp.c [PATCH OPW 03/11] libxl: use GCSPRINTF in place of libxl_sprintf() in [PATCH OPW 04/11] libxl: use GCSPRINTF instead of libxl__sprintf [PATCH OPW 05/11] libxl: use LOGE instead of LIBXL__LOG_ERRNO in [PATCH OPW 06/11] libxl: use LOG and LOGE instead of LIBXL__LOG* in [PATCH OPW 07/11] libxl: use LOG instead of LIBXL__LOG in [PATCH OPW 09/11] opw: libxl: use macro CTX in libxl_qmp.c [PATCH OPW 11/11] opw: libxl: use CTX macro in libxl_utils.c