From: Zheng Li <zheng.li@eu.citrix.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH 0 of 3] Some refactoring on xapi-libs and oxenstored
Date: Sun, 31 Jul 2011 08:59:03 +0000 [thread overview]
Message-ID: <patchbomb.1312102743@eta> (raw)
These are mostly simplifications plus small bug fixes.
Sorry that some of the patches should have been smaller, it's a bit too late to break them down. They should be quite safe to apply though, as these modifications have been running in our test facilities for a few months now.
Signed-off-by: Zheng Li <zheng.li@eu.citrix.com>
tools/ocaml/Makefile.rules | 10 +-
tools/ocaml/libs/Makefile | 4 +-
tools/ocaml/libs/eventchn/Makefile | 1 +
tools/ocaml/libs/log/META.in | 5 -
tools/ocaml/libs/log/Makefile | 44 -----
tools/ocaml/libs/log/log.ml | 258 -----------------------------
tools/ocaml/libs/log/log.mli | 55 ------
tools/ocaml/libs/log/logs.ml | 197 ----------------------
tools/ocaml/libs/log/logs.mli | 46 -----
tools/ocaml/libs/log/syslog.ml | 26 ---
tools/ocaml/libs/log/syslog.mli | 41 ----
tools/ocaml/libs/log/syslog_stubs.c | 75 --------
tools/ocaml/libs/uuid/META.in | 4 -
tools/ocaml/libs/uuid/Makefile | 29 ---
tools/ocaml/libs/uuid/uuid.ml | 100 -----------
tools/ocaml/libs/uuid/uuid.mli | 67 -------
tools/ocaml/libs/xb/Makefile | 2 +-
tools/ocaml/libs/xc/META.in | 2 +-
tools/ocaml/libs/xc/Makefile | 2 +-
tools/ocaml/libs/xc/xc.ml | 14 +-
tools/ocaml/libs/xc/xc.mli | 9 +-
tools/ocaml/libs/xc/xc_stubs.c | 10 +-
tools/ocaml/xenstored/Makefile | 4 -
tools/ocaml/xenstored/connection.ml | 5 +
tools/ocaml/xenstored/connections.ml | 7 +-
tools/ocaml/xenstored/disk.ml | 2 +-
tools/ocaml/xenstored/domain.ml | 2 +-
tools/ocaml/xenstored/domains.ml | 6 +-
tools/ocaml/xenstored/logging.ml | 302 ++++++++++++++++++----------------
tools/ocaml/xenstored/perms.ml | 8 +-
tools/ocaml/xenstored/process.ml | 20 +-
tools/ocaml/xenstored/quota.ml | 2 +-
tools/ocaml/xenstored/store.ml | 2 +-
tools/ocaml/xenstored/xenstored.conf | 15 +-
tools/ocaml/xenstored/xenstored.ml | 62 +++---
tools/python/xen/lowlevel/xs/xs.c | 16 +-
tools/xenstore/xenstore_client.c | 29 +-
tools/xenstore/xs.c | 16 +-
tools/xenstore/xs.h | 1 +
39 files changed, 309 insertions(+), 1191 deletions(-)
next reply other threads:[~2011-07-31 8:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-31 8:59 Zheng Li [this message]
2011-07-31 8:59 ` [PATCH 1 of 3] Some recent updates on ocaml xapi-libs Zheng Li
2011-08-09 8:35 ` Ian Campbell
2011-07-31 8:59 ` [PATCH 2 of 3] Remove oxenstored's dependency on the log library of xapi-libs Zheng Li
2011-08-09 8:37 ` Ian Campbell
2011-07-31 8:59 ` [PATCH 3 of 3] Add xenbus-only communication switch for xenstore clients/API Zheng Li
2011-08-09 8:29 ` [PATCH 0 of 3] Some refactoring on xapi-libs and oxenstored Ian Campbell
-- strict thread matches above, loose matches on Subject: below --
2011-07-31 0:51 Zheng Li
2011-08-03 16:45 ` Zheng Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=patchbomb.1312102743@eta \
--to=zheng.li@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.