All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Convert libxl__sprintf(gc) to GCSPRINTF
@ 2015-11-17 16:19 Wei Liu
  2015-11-17 16:19 ` [PATCH v2 1/2] libxl: convert " Wei Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wei Liu @ 2015-11-17 16:19 UTC (permalink / raw)
  To: Xen-devel, Ian Campbell, Ian Jackson; +Cc: Wei Liu

There are mixed usage of libxl__sprintf(gc) and GCSPRINTF. Convert all
libxl__sprintf to GCSPRINTF to make code base consistent.

Wei Liu (2):
  libxl: convert libxl__sprintf(gc) to GCSPRINTF
  libxl: fix line wrapping issues introduced by automatic replacement

 tools/libxl/libxl.c            | 221 ++++++++++++++++++++---------------------
 tools/libxl/libxl_blktap2.c    |   4 +-
 tools/libxl/libxl_bootloader.c |  10 +-
 tools/libxl/libxl_create.c     |  42 ++++----
 tools/libxl/libxl_dm.c         | 143 +++++++++++++-------------
 tools/libxl/libxl_event.c      |   2 +-
 tools/libxl/libxl_internal.c   |   4 +-
 tools/libxl/libxl_pci.c        | 157 +++++++++++++++--------------
 tools/libxl/libxl_xshelp.c     |   4 +-
 9 files changed, 287 insertions(+), 300 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-11-24 16:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-17 16:19 [PATCH v2 0/2] Convert libxl__sprintf(gc) to GCSPRINTF Wei Liu
2015-11-17 16:19 ` [PATCH v2 1/2] libxl: convert " Wei Liu
2015-11-17 16:19 ` [PATCH v2 2/2] libxl: fix line wrapping issues introduced by automatic replacement Wei Liu
2015-11-24 16:54 ` [PATCH v2 0/2] Convert libxl__sprintf(gc) to GCSPRINTF Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.