From: Jonas Weståker <jo...@retotech.se>

This patch-set contains a bare-metal inmate running an ivshmem-demo using the 
virtual PCI IVSHMEM device provided by the Jailhouse hypervisor on BananaPi-M1 
(ARM).

Jonas Weståker (4):
  Added virtual PCI support for ARM 32
  Added bare metal ivshmem-demo inmate for Bananapi
  Added description on how to run bare metal ivshmem-demo on Bananapi
  Added debug printouts for ivshmem memory mismatch in hypervisor

 configs/bananapi-ivshmem-demo.c       | 111 ++++++++++++++++++++
 configs/bananapi.c                    |   2 +-
 configs/bpi-shmem-demo.c              |  96 +++++++++++++++++
 hypervisor/ivshmem.c                  |  14 +++
 inmates/demos/arm/HOWTO.md            |  42 ++++++++
 inmates/demos/arm/Makefile            |   3 +-
 inmates/demos/arm/ivshmem-demo.c      | 190 ++++++++++++++++++++++++++++++++++
 inmates/lib/arm/Makefile              |   1 +
 inmates/lib/arm/include/arch/inmate.h |  33 ++++++
 inmates/lib/arm/pci.c                 |  70 +++++++++++++
 10 files changed, 560 insertions(+), 2 deletions(-)
 create mode 100644 configs/bananapi-ivshmem-demo.c
 create mode 100644 configs/bpi-shmem-demo.c
 create mode 100644 inmates/demos/arm/HOWTO.md
 create mode 100644 inmates/demos/arm/ivshmem-demo.c
 create mode 100644 inmates/lib/arm/pci.c

-- 
1.9.1

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jailhouse-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to