All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] libxl: xs_restrict QEMU
@ 2015-06-04 11:27 Stefano Stabellini
  2015-06-04 11:28 ` [PATCH v2 1/5] libxl: allow /local/domain/0/device-model/$DOMID to be written by $DOMID Stefano Stabellini
                   ` (5 more replies)
  0 siblings, 6 replies; 30+ messages in thread
From: Stefano Stabellini @ 2015-06-04 11:27 UTC (permalink / raw)
  To: xen-devel; +Cc: Wei Liu, Ian Jackson, Ian Campbell, Stefano Stabellini

Hi all,

this patch series changes libxl to start QEMU as device model with the
new xsrestrict option (http://marc.info/?l=xen-devel&m=143341692707358).
It also starts a second QEMU to provide PV backends in userspace (qdisk)
to HVM guests.


Changes in v2:

- fix xs permissions to actually do what intended
- use LIBXL_TOOLSTACK_DOMID instead of 0
- add "libxl: xsrestrict QEMU"
- add "libxl: change xs path for pv qemu"
- add "libxl: spawns two QEMUs for HVM guests"


Stefano Stabellini (5):
      libxl: allow /local/domain/0/device-model/$DOMID to be written by $DOMID
      libxl: do not add a vkb backend to hvm guests
      libxl: xsrestrict QEMU
      libxl: change xs path for pv qemu
      libxl: spawns two QEMUs for HVM guests

 tools/libxl/libxl.c          |    2 +-
 tools/libxl/libxl_create.c   |   23 +++++++---
 tools/libxl/libxl_device.c   |    2 +-
 tools/libxl/libxl_dm.c       |   99 +++++++++++++++++++++++++++++++++++++-----
 tools/libxl/libxl_dom.c      |   12 ++---
 tools/libxl/libxl_internal.c |   19 ++++++--
 tools/libxl/libxl_internal.h |    8 ++--
 tools/libxl/libxl_pci.c      |   14 +++---
 tools/libxl/libxl_utils.c    |   10 +++++
 9 files changed, 152 insertions(+), 37 deletions(-)

Cheers,

Stefano

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

end of thread, other threads:[~2015-06-09 14:50 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-04 11:27 [PATCH v2 0/5] libxl: xs_restrict QEMU Stefano Stabellini
2015-06-04 11:28 ` [PATCH v2 1/5] libxl: allow /local/domain/0/device-model/$DOMID to be written by $DOMID Stefano Stabellini
2015-06-07 11:39   ` Wei Liu
2015-06-08 14:47     ` Stefano Stabellini
2015-06-08 15:48   ` Ian Jackson
2015-06-04 11:28 ` [PATCH v2 2/5] libxl: do not add a vkb backend to hvm guests Stefano Stabellini
2015-06-04 11:28 ` [PATCH v2 3/5] libxl: xsrestrict QEMU Stefano Stabellini
2015-06-08 15:53   ` Ian Jackson
2015-06-08 16:16     ` Stefano Stabellini
2015-06-04 11:28 ` [PATCH v2 4/5] libxl: change xs path for pv qemu Stefano Stabellini
2015-06-08 10:25   ` Wei Liu
2015-06-08 10:34     ` Andrew Cooper
2015-06-08 15:27     ` Stefano Stabellini
2015-06-09  9:52       ` Wei Liu
2015-06-09 11:24         ` Stefano Stabellini
2015-06-09 11:40           ` Stefano Stabellini
2015-06-09 11:40           ` Wei Liu
2015-06-04 11:28 ` [PATCH v2 5/5] libxl: spawns two QEMUs for HVM guests Stefano Stabellini
2015-06-07 11:52   ` Wei Liu
2015-06-08 15:15     ` Stefano Stabellini
2015-06-08 15:43       ` Ian Jackson
2015-06-08 16:09         ` Stefano Stabellini
2015-06-08 16:39           ` Ian Jackson
2015-06-08 17:52             ` Stefano Stabellini
2015-06-09 10:02               ` Ian Jackson
2015-06-09 10:05                 ` Ian Jackson
2015-06-09 14:08                   ` Stefano Stabellini
2015-06-09 14:50                     ` Ian Jackson
2015-06-07 11:38 ` [PATCH v2 0/5] libxl: xs_restrict QEMU Wei Liu
2015-06-07 11:42   ` 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.