From: "Edwin Török" <edvin.torok@citrix.com>
To: <xen-devel@lists.xenproject.org>
Cc: "Edwin Török" <edvin.torok@citrix.com>,
"Andrew Cooper" <andrew.cooper3@citrix.com>,
"George Dunlap" <george.dunlap@citrix.com>,
"Jan Beulich" <jbeulich@suse.com>,
"Julien Grall" <julien@xen.org>,
"Stefano Stabellini" <sstabellini@kernel.org>,
"Wei Liu" <wl@xen.org>,
"Christian Lindig" <christian.lindig@citrix.com>,
"David Scott" <dave@recoil.org>,
"Anthony PERARD" <anthony.perard@citrix.com>
Subject: [PATCH v2 0/4] OCaml bindings for hvm_param_get and xc_evtchn_status
Date: Fri, 2 Dec 2022 10:55:55 +0000 [thread overview]
Message-ID: <cover.1669978356.git.edvin.torok@citrix.com> (raw)
Changes since v1:
* dropped stdint.h patch, still being discussed on where to best fix it
* addressed review comments (see individual patches' changes section)
Edwin Török (4):
CODING-STYLE: add .editorconfig to clarify indentation uses spaces
tools/ocaml/libs/xc: add binding to xc_evtchn_status
tools/ocaml/libs/xc: add hvm_param_get binding
tools/ocaml: add .clang-format
.editorconfig | 20 ++++++
tools/ocaml/.clang-format | 9 +++
tools/ocaml/libs/Makefile | 2 +-
tools/ocaml/libs/xc/META.in | 2 +-
tools/ocaml/libs/xc/Makefile | 2 +-
tools/ocaml/libs/xc/xenctrl.ml | 62 ++++++++++++++++++
tools/ocaml/libs/xc/xenctrl.mli | 63 ++++++++++++++++++
tools/ocaml/libs/xc/xenctrl_stubs.c | 99 +++++++++++++++++++++++++++++
8 files changed, 256 insertions(+), 3 deletions(-)
create mode 100644 .editorconfig
create mode 100644 tools/ocaml/.clang-format
--
2.34.1
next reply other threads:[~2022-12-02 10:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-02 10:55 Edwin Török [this message]
2022-12-02 10:55 ` [PATCH v2 1/4] CODING-STYLE: add .editorconfig to clarify indentation uses spaces Edwin Török
2022-12-02 10:55 ` [PATCH v2 2/4] tools/ocaml/libs/xc: add binding to xc_evtchn_status Edwin Török
2022-12-02 11:43 ` Andrew Cooper
2022-12-02 12:59 ` Christian Lindig
2022-12-02 10:55 ` [PATCH v2 3/4] tools/ocaml/libs/xc: add hvm_param_get binding Edwin Török
2022-12-02 11:22 ` Andrew Cooper
2022-12-02 11:50 ` Christian Lindig
2022-12-02 10:55 ` [PATCH v2 4/4] tools/ocaml: add .clang-format Edwin Török
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=cover.1669978356.git.edvin.torok@citrix.com \
--to=edvin.torok@citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=anthony.perard@citrix.com \
--cc=christian.lindig@citrix.com \
--cc=dave@recoil.org \
--cc=george.dunlap@citrix.com \
--cc=jbeulich@suse.com \
--cc=julien@xen.org \
--cc=sstabellini@kernel.org \
--cc=wl@xen.org \
--cc=xen-devel@lists.xenproject.org \
/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.