All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND V8 0/7] Introduce a QMP client
@ 2011-09-21 12:59 Anthony PERARD
  2011-09-21 12:59 ` [PATCH RESEND V8 1/7] libxl: Rename libxl.idl to libxl_types.idl Anthony PERARD
                   ` (7 more replies)
  0 siblings, 8 replies; 26+ messages in thread
From: Anthony PERARD @ 2011-09-21 12:59 UTC (permalink / raw)
  To: Xen Devel; +Cc: Ian Campbell, Anthony PERARD, Stefano Stabellini

Patch series rebased on last xen-unstable. No other change have been done.

Anthony PERARD (7):
  libxl: Rename libxl.idl to libxl_types.idl.
  libxl: Add get/set_default_namespace in libxltypes.py.
  libxl: Introduce libxl_internal_types.idl.
  libxl: Introduce libxl__realloc.
  libxl: Intruduce libxl__strndup.
  libxl: Introduce JSON parsing stuff.
  libxl: Introduce a QMP client

 README                                     |    1 +
 tools/libxl/Makefile                       |   21 +-
 tools/libxl/gentypes.py                    |    9 +-
 tools/libxl/libxl.c                        |    2 +
 tools/libxl/libxl_create.c                 |    4 +
 tools/libxl/libxl_dm.c                     |   10 +
 tools/libxl/libxl_internal.c               |   34 ++
 tools/libxl/libxl_internal.h               |  122 ++++++
 tools/libxl/libxl_json.c                   |  560 ++++++++++++++++++++++++++
 tools/libxl/libxl_qmp.c                    |  587 ++++++++++++++++++++++++++++
 tools/libxl/{libxl.idl => libxl_types.idl} |    2 +
 tools/libxl/libxl_types_internal.idl       |    9 +
 tools/libxl/libxltypes.py                  |   18 +-
 tools/ocaml/libs/xl/Makefile               |    4 +-
 tools/python/Makefile                      |    4 +-
 15 files changed, 1369 insertions(+), 18 deletions(-)
 create mode 100644 tools/libxl/libxl_json.c
 create mode 100644 tools/libxl/libxl_qmp.c
 rename tools/libxl/{libxl.idl => libxl_types.idl} (99%)
 create mode 100644 tools/libxl/libxl_types_internal.idl

-- 
Anthony PERARD

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

end of thread, other threads:[~2011-10-06 14:24 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-21 12:59 [PATCH RESEND V8 0/7] Introduce a QMP client Anthony PERARD
2011-09-21 12:59 ` [PATCH RESEND V8 1/7] libxl: Rename libxl.idl to libxl_types.idl Anthony PERARD
2011-09-21 13:30   ` Ian Campbell
2011-09-21 12:59 ` [PATCH RESEND V8 2/7] libxl: Add get/set_default_namespace in libxltypes.py Anthony PERARD
2011-09-21 13:31   ` Ian Campbell
2011-09-21 12:59 ` [PATCH RESEND V8 3/7] libxl: Introduce libxl_internal_types.idl Anthony PERARD
2011-09-21 13:32   ` Ian Campbell
2011-09-21 12:59 ` [PATCH RESEND V8 4/7] libxl: Introduce libxl__realloc Anthony PERARD
2011-09-21 13:34   ` Ian Campbell
2011-09-21 13:58     ` Christoph Egger
2011-09-21 15:46       ` Ian Campbell
2011-09-22  8:17         ` Christoph Egger
2011-09-22  8:52           ` Ian Campbell
2011-10-06 14:24             ` Ian Jackson
2011-09-21 12:59 ` [PATCH RESEND V8 5/7] libxl: Intruduce libxl__strndup Anthony PERARD
2011-09-21 13:35   ` Ian Campbell
2011-09-21 13:59     ` Christoph Egger
2011-09-21 15:44       ` Ian Campbell
2011-09-21 12:59 ` [PATCH RESEND V8 6/7] libxl: Introduce JSON parsing stuff Anthony PERARD
2011-09-21 13:51   ` Ian Campbell
2011-09-21 12:59 ` [PATCH RESEND V8 7/7] libxl: Introduce a QMP client Anthony PERARD
2011-09-21 13:52   ` Ian Campbell
2011-09-28 15:55 ` [PATCH RESEND V8 0/7] " Ian Jackson
2011-09-29 11:02   ` Anthony PERARD
2011-09-29 13:56     ` Ian Jackson
2011-09-29 14:03       ` 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.