The changes on x86 further improve assigning of PCI devices to non-root
cells and passing them back and forth.

The Orange Pi is much more stable now after enabling some Errata
workarounds in the kernel - only saw it crashing once since then. Ready
for playing with it seriously.

Jan

Jan Kiszka (6):
  core: pci: Mask MSI-X vectors on reset also physically
  inmates: arm: Allow to configure blinking LED via command line
  arm/arm64: Consistently name CONFIG_MACH after the boards, not the
    SoCs
  configs, imates: Add support for Orange Pi Zero
  x86: Expand x86_msi_vector to carry 64-bit address unconditionally
  x86: Be graceful with invalid MSI target addresses

 ci/jailhouse-config-banana-pi.h        |   2 +-
 configs/dts/inmate-orangepi0.dts       | 108 ++++++++++++++++++++++++
 configs/orangepi0-gic-demo.c           |  63 ++++++++++++++
 configs/orangepi0-linux-demo.c         | 100 ++++++++++++++++++++++
 configs/orangepi0.c                    | 148 +++++++++++++++++++++++++++++++++
 hypervisor/arch/x86/include/asm/apic.h |   7 +-
 hypervisor/arch/x86/pci.c              |  15 +++-
 hypervisor/pci.c                       |   8 +-
 inmates/demos/arm/gic-demo.c           |  23 ++---
 inmates/lib/arm/include/mach.h         |  15 +++-
 inmates/lib/arm64/include/mach.h       |   7 +-
 11 files changed, 469 insertions(+), 27 deletions(-)
 create mode 100644 configs/dts/inmate-orangepi0.dts
 create mode 100644 configs/orangepi0-gic-demo.c
 create mode 100644 configs/orangepi0-linux-demo.c
 create mode 100644 configs/orangepi0.c

-- 
2.1.4

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to