[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v2 0/5] 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 v2: * Address Paul's comments - mainly making add_to_physmap operate on a range. Ross Lagerwall (5): xen/mm: Make xenmem_add_to_physmap global xen: Provide XEN_DMOP_add_to_physmap xen: Provide XEN_DMOP_pin_memory_cacheattr tools: libxendevicemodel: Provide xendevicemodel_add_to_physmap tools: libxendevicemodel: Provide xendevicemodel_pin_memory_cacheattr tools/libs/devicemodel/Makefile | 2 +- tools/libs/devicemodel/core.c | 40 ++++++++++++++++++++ tools/libs/devicemodel/include/xendevicemodel.h | 29 +++++++++++++++ tools/libs/devicemodel/libxendevicemodel.map | 6 +++ xen/arch/x86/hvm/dm.c | 49 +++++++++++++++++++++++++ xen/common/memory.c | 5 +-- xen/include/public/hvm/dm_op.h | 31 ++++++++++++++++ xen/include/xen/mm.h | 3 ++ xen/include/xlat.lst | 2 + 9 files changed, 163 insertions(+), 4 deletions(-) -- 2.9.5 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |