[PATCH v2 0/3] xen/virtio: support grant based virtio on x86

Juergen Gross posted 3 patches 1 year, 7 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
arch/x86/xen/enlighten_hvm.c |  2 +-
arch/x86/xen/enlighten_pv.c  |  2 +-
drivers/xen/grant-dma-ops.c  | 83 +++++++++++++++++++++++++-----------
include/xen/xen-ops.h        |  6 +++
4 files changed, 65 insertions(+), 28 deletions(-)
[PATCH v2 0/3] xen/virtio: support grant based virtio on x86
Posted by Juergen Gross 1 year, 7 months ago
Add basic support for virtio with grants on x86 by defaulting the
backend to be in dom0 in the case the guest kernel was built with
CONFIG_XEN_VIRTIO_FORCE_GRANT.

Juergen Gross (3):
  xen/virtio: restructure xen grant dma setup
  xen/virtio: use dom0 as default backend for
    CONFIG_XEN_VIRTIO_FORCE_GRANT
  xen/virtio: enable grant based virtio on x86

 arch/x86/xen/enlighten_hvm.c |  2 +-
 arch/x86/xen/enlighten_pv.c  |  2 +-
 drivers/xen/grant-dma-ops.c  | 83 +++++++++++++++++++++++++-----------
 include/xen/xen-ops.h        |  6 +++
 4 files changed, 65 insertions(+), 28 deletions(-)

-- 
2.35.3