mbox series

[v2,0/2] xen-hvm: use new resource mapping API

Message ID 20180510091518.28199-1-paul.durrant@citrix.com
Headers show
Series xen-hvm: use new resource mapping API | expand

Message

Paul Durrant May 10, 2018, 9:15 a.m. UTC
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       | 114 ++++++++++++++++++++++++++++++++------------
 include/hw/xen/xen_common.h |  14 ++++++
 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>

Comments

Paul Durrant May 14, 2018, 9:38 a.m. UTC | #1
Anthony, Stefano,

Ping?

I'd like to get your feedback before spinning a v3 to incorporate Eric's suggestion regarding the commit comment for #2.

  Paul

> -----Original Message-----
> From: Paul Durrant [mailto:paul.durrant@citrix.com]
> Sent: 10 May 2018 10:15
> To: qemu-devel@nongnu.org; xen-devel@lists.xenproject.org
> Cc: Paul Durrant <Paul.Durrant@citrix.com>; Anthony Perard
> <anthony.perard@citrix.com>; Daniel P . Berrange <berrange@redhat.com>;
> Eric Blake <eblake@redhat.com>; Paolo Bonzini <pbonzini@redhat.com>;
> Stefano Stabellini <sstabellini@kernel.org>
> Subject: [PATCH v2 0/2] xen-hvm: use new resource mapping API
> 
> 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       | 114 ++++++++++++++++++++++++++++++++-
> -----------
>  include/hw/xen/xen_common.h |  14 ++++++
>  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