xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] libxl: use LOG() macro where appropriate
@ 2015-09-15  9:41 Wei Liu
  2015-09-15  9:41 ` [PATCH 1/4] libxl: convert to use LOG() macro Wei Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Wei Liu @ 2015-09-15  9:41 UTC (permalink / raw)
  To: Xen-devel; +Cc: Wei Liu, Ian Jackson, Ian Campbell

There are mixed usage of different logging macros. Ideally we only use one
style to avoid confusion.

Wei Liu (4):
  libxl: convert to use LOG() macro
  libxl: fix overly lines and delete extraneous quotes
  libxl: map LIBXL__LOG_VERBOSE to XTL_VERBOSE
  libxl: fix places missed by spatch

 tools/libxl/libxl.c          | 408 +++++++++++++++++++++++--------------------
 tools/libxl/libxl_create.c   |  40 ++---
 tools/libxl/libxl_dm.c       |  47 ++---
 tools/libxl/libxl_dom.c      |  17 +-
 tools/libxl/libxl_event.c    |  48 +++--
 tools/libxl/libxl_exec.c     |   5 +-
 tools/libxl/libxl_internal.c |  17 +-
 tools/libxl/libxl_internal.h |   1 +
 tools/libxl/libxl_pci.c      | 193 ++++++++++----------
 tools/libxl/libxl_utils.c    |  21 ++-
 tools/libxl/libxl_x86.c      |  26 ++-
 tools/libxl/libxl_xshelp.c   |   6 +-
 12 files changed, 411 insertions(+), 418 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-09-15 17:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15  9:41 [PATCH 0/4] libxl: use LOG() macro where appropriate Wei Liu
2015-09-15  9:41 ` [PATCH 1/4] libxl: convert to use LOG() macro Wei Liu
2015-09-15 15:12   ` Andrew Cooper
2015-09-15 15:36     ` Wei Liu
2015-09-15 17:01     ` Ian Jackson
2015-09-15  9:41 ` [PATCH 2/4] libxl: fix overly lines and delete extraneous quotes Wei Liu
2015-09-15  9:41 ` [PATCH 3/4] libxl: map LIBXL__LOG_VERBOSE to XTL_VERBOSE Wei Liu
2015-09-15  9:41 ` [PATCH 4/4] libxl: fix places missed by spatch Wei Liu
2015-09-15 14:50 ` [PATCH 0/4] libxl: use LOG() macro where appropriate Ian Jackson
2015-09-15 15:16   ` Ian Campbell
2015-09-15 15:37     ` Wei Liu
2015-09-15 17:01     ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).