Patches applied successfully (
tree,
apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20260320150120.874878-1-jgross@suse.com
docs/man/xl.cfg.5.pod.in | 13 +
tools/golang/xenlight/helpers.gen.go | 84 +++++
tools/golang/xenlight/types.gen.go | 10 +
tools/include/libxl.h | 21 ++
tools/include/xenstore.h | 37 ++
tools/libs/light/Makefile | 1 +
tools/libs/light/libxl_dom.c | 8 +
tools/libs/light/libxl_domain.c | 11 +
tools/libs/light/libxl_types.idl | 10 +
tools/libs/light/libxl_xsquota.c | 116 ++++++
tools/libs/store/Makefile | 2 +-
tools/libs/store/libxenstore.map | 8 +
tools/libs/store/xs.c | 111 ++++++
tools/xenstored/control.c | 24 +-
tools/xenstored/core.c | 41 ++-
tools/xenstored/domain.c | 519 +++++++++++++++++++++------
tools/xenstored/domain.h | 28 +-
tools/xenstored/lu.c | 6 +
tools/xenstored/transaction.c | 2 +-
tools/xenstored/watch.c | 4 +-
tools/xl/Makefile | 1 +
tools/xl/xl.h | 2 +
tools/xl/xl_cmdtable.c | 10 +
tools/xl/xl_parse.c | 47 ++-
tools/xl/xl_parse.h | 1 +
tools/xl/xl_xsquota.c | 90 +++++
26 files changed, 1057 insertions(+), 150 deletions(-)
create mode 100644 tools/libs/light/libxl_xsquota.c
create mode 100644 tools/xl/xl_xsquota.c