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

There are mixed usage of libxl__sprintf(gc) and GCSPRINTF. Convert all
libxl__sprintf to GCSPRINTF.

Wei Liu (2):
  libxl: replace libxl__sprintf(gc, ...) with GCSPRINTF
  libxl: fix line wrapping issues introduced by sed

 tools/libxl/libxl.c            | 181 ++++++++++++++++++++---------------------
 tools/libxl/libxl_blktap2.c    |   4 +-
 tools/libxl/libxl_bootloader.c |  10 +--
 tools/libxl/libxl_create.c     |  40 ++++-----
 tools/libxl/libxl_dm.c         |  99 +++++++++++-----------
 tools/libxl/libxl_internal.c   |   4 +-
 tools/libxl/libxl_pci.c        |  92 ++++++++++-----------
 tools/libxl/libxl_xshelp.c     |   4 +-
 8 files changed, 214 insertions(+), 220 deletions(-)

-- 
2.1.4

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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-17 15:08 [PATCH 0/2] Convert libxl__sprintf(gc) to GCSPRINTF Wei Liu
2015-11-17 15:08 ` [PATCH 1/2] libxl: replace libxl__sprintf(gc, ...) with GCSPRINTF Wei Liu
2015-11-17 15:16   ` Wei Liu
2015-11-17 15:21     ` Ian Campbell
2015-11-17 15:24       ` Wei Liu
2015-11-17 15:32         ` Ian Campbell
2015-11-17 15:51           ` Wei Liu
2015-11-17 15:08 ` [PATCH 2/2] libxl: fix line wrapping issues introduced by automatic replacement Wei Liu
2015-11-17 15:34 ` [PATCH 0/2] Convert libxl__sprintf(gc) to GCSPRINTF David Vrabel
2015-11-17 15:38   ` Wei Liu

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.