[Qemu-devel] [PATCH v3 0/3] xen-hvm: use new resource mapping API

Paul Durrant posted 3 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180515164053.14604-1-paul.durrant@citrix.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
configure                   |   5 ++
hw/i386/xen/trace-events    |   1 +
hw/i386/xen/xen-hvm.c       | 112 ++++++++++++++++++++++++++++++++------------
include/hw/xen/xen_common.h |  16 +++++++
scripts/checkpatch.pl       |   2 +-
5 files changed, 105 insertions(+), 31 deletions(-)
[Qemu-devel] [PATCH v3 0/3] xen-hvm: use new resource mapping API
Posted by Paul Durrant 5 years, 10 months ago
This series modifies QEMU to use the new guest resource mapping API
(available in Xen 4.11+) to map ioreq pages.

v2:
 - Add a patch to checkpatch to avoid misparsing of Xen stable API handles

Paul Durrant (3):
  xen-hvm: create separate function for ioreq server initialization
  checkpatch: generalize xen handle matching in the list of types
  xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pages

 configure                   |   5 ++
 hw/i386/xen/trace-events    |   1 +
 hw/i386/xen/xen-hvm.c       | 112 ++++++++++++++++++++++++++++++++------------
 include/hw/xen/xen_common.h |  16 +++++++
 scripts/checkpatch.pl       |   2 +-
 5 files changed, 105 insertions(+), 31 deletions(-)
---
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Daniel P. Berrange <berrange@redhat.com>
Cc: Eric Blake <eblake@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>

-- 
2.11.0