[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v4 0/6] Add dmops to allow use of VGA with restricted QEMU
The recently added support for restricting QEMU prevents use of the VGA console. This series addresses that by adding a couple of new dmops. A corresponding patch for QEMU is needed to make use of the new dmops. Changes in v4: * Rename add_to_physmap -> relocate_memory. * Use continutation instead of erroring in relocate_memory. * Bump domctl interface version. Changes in v3: * Address Jan's comments - primarily adding a new patch to remove the existing pin_mem_cacheattr domctl. Changes in v2: * Address Paul's comments - mainly making add_to_physmap operate on a range. Ross Lagerwall (6): xen/mm: Make xenmem_add_to_physmap global x86/hvm: Provide XEN_DMOP_relocate_memory x86/hvm: Provide XEN_DMOP_pin_memory_cacheattr tools: libxendevicemodel: Provide xendevicemodel_relocate_memory tools: libxendevicemodel: Provide xendevicemodel_pin_memory_cacheattr x86/domctl: Remove XEN_DOMCTL_pin_mem_cacheattr tools/flask/policy/modules/xen.if | 4 +- tools/libs/devicemodel/Makefile | 2 +- tools/libs/devicemodel/core.c | 39 +++++++++++++++++++ tools/libs/devicemodel/include/xendevicemodel.h | 28 ++++++++++++++ tools/libs/devicemodel/libxendevicemodel.map | 6 +++ tools/libxc/include/xenctrl.h | 6 --- tools/libxc/include/xenctrl_compat.h | 3 ++ tools/libxc/xc_devicemodel_compat.c | 8 ++++ tools/libxc/xc_domain.c | 15 -------- xen/arch/x86/domctl.c | 8 ---- xen/arch/x86/hvm/dm.c | 50 +++++++++++++++++++++++++ xen/common/memory.c | 5 +-- xen/include/public/domctl.h | 9 +---- xen/include/public/hvm/dm_op.h | 40 ++++++++++++++++++++ xen/include/xen/mm.h | 3 ++ xen/include/xlat.lst | 2 + xen/xsm/flask/hooks.c | 3 -- xen/xsm/flask/policy/access_vectors | 2 - 18 files changed, 186 insertions(+), 47 deletions(-) -- 2.9.5 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |