All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] OCaml bindings for hvm_param_get and xc_evtchn_status
@ 2022-12-02 10:55 Edwin Török
  2022-12-02 10:55 ` [PATCH v2 1/4] CODING-STYLE: add .editorconfig to clarify indentation uses spaces Edwin Török
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Edwin Török @ 2022-12-02 10:55 UTC (permalink / raw)
  To: xen-devel
  Cc: Edwin Török, Andrew Cooper, George Dunlap, Jan Beulich,
	Julien Grall, Stefano Stabellini, Wei Liu, Christian Lindig,
	David Scott, Anthony PERARD

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



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

end of thread, other threads:[~2022-12-02 13:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-02 10:55 [PATCH v2 0/4] OCaml bindings for hvm_param_get and xc_evtchn_status Edwin Török
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

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.