All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add xl command to get hypervisor .config
@ 2019-03-14 11:59 Juergen Gross
  2019-03-14 11:59 ` [PATCH v2 1/2] xen: add interface for obtaining .config from hypervisor Juergen Gross
  2019-03-14 11:59 ` [PATCH v2 2/2] tools: add new xl command get-hypervisor-config Juergen Gross
  0 siblings, 2 replies; 15+ messages in thread
From: Juergen Gross @ 2019-03-14 11:59 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, Stefano Stabellini, Wei Liu,
	Konrad Rzeszutek Wilk, George Dunlap, Andrew Cooper, Ian Jackson,
	Tim Deegan, Julien Grall, Jan Beulich, Daniel De Graaf

Add "xl get-hypervisor-config" printing the .config used to build the
currently running hypervisor.

Juergen Gross (2):
  xen: add interface for obtaining .config from hypervisor
  tools: add new xl command get-hypervisor-config

 .gitignore                          |  2 ++
 docs/man/xl.1.pod.in                |  5 +++++
 tools/flask/policy/modules/dom0.te  |  2 +-
 tools/libxc/include/xenctrl.h       |  8 +++++++
 tools/libxc/include/xenguest.h      | 13 ++++++++++++
 tools/libxc/xc_misc.c               | 42 +++++++++++++++++++++++++++++++++++++
 tools/libxc/xg_private.h            |  4 ----
 tools/libxl/libxl.c                 | 34 ++++++++++++++++++++++++++++++
 tools/libxl/libxl.h                 |  8 +++++++
 tools/xl/xl.h                       |  1 +
 tools/xl/xl_cmdtable.c              |  5 +++++
 tools/xl/xl_misc.c                  | 20 ++++++++++++++++++
 xen/common/Makefile                 |  7 +++++++
 xen/common/sysctl.c                 | 17 +++++++++++++++
 xen/include/public/sysctl.h         | 18 +++++++++++++++-
 xen/include/xen/kernel.h            |  3 +++
 xen/tools/Makefile                  |  9 ++++++--
 xen/tools/bin2c.c                   | 28 +++++++++++++++++++++++++
 xen/xsm/flask/hooks.c               |  3 +++
 xen/xsm/flask/policy/access_vectors |  2 ++
 20 files changed, 223 insertions(+), 8 deletions(-)
 create mode 100644 xen/tools/bin2c.c

-- 
2.16.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2019-08-05 15:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-14 11:59 [PATCH v2 0/2] add xl command to get hypervisor .config Juergen Gross
2019-03-14 11:59 ` [PATCH v2 1/2] xen: add interface for obtaining .config from hypervisor Juergen Gross
2019-03-14 12:27   ` Wei Liu
2019-03-15 13:57   ` Jan Beulich
     [not found]   ` <5C8BAF5A020000780021F53D@suse.com>
2019-03-15 14:01     ` Juergen Gross
2019-03-15 14:24       ` Jan Beulich
2019-03-15 15:55   ` Andrew Cooper
2019-03-15 16:29     ` Juergen Gross
2019-04-04 13:27       ` Wei Liu
2019-04-04 13:35         ` Juergen Gross
2019-08-05 15:07           ` [Xen-devel] " George Dunlap
2019-08-05 15:12             ` Juergen Gross
2019-03-15 18:57   ` Daniel De Graaf
2019-03-14 11:59 ` [PATCH v2 2/2] tools: add new xl command get-hypervisor-config Juergen Gross
2019-03-14 12:27   ` Wei Liu

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.