By-catch of ongoing work on a new CPU configuration format and the RISC-V port. In addition, this reorders the output of linefeed and carriage return on the debug console of hypervisor and inmates.
See patches for more details. Jan CC: Jan Kiszka <[email protected]> Jan Kiszka (12): driver: Leave a comment while on_each_cpu(wait=true) does not work driver: Remove unneeded masking of cpus_assigned core: Share identical PAGE defines via jailhouse/paging.h core: Remove DEFINE_SPINLOCK abstraction x86: Remove no longer needed include from asm/cell.h x86: Remove ifndef from BITS_PER_LONG definition x86: Simplify iommu_select_fault_reporting_cpu by using first_cpu x86: Stop exporting apic_to_cpu_id array ci: Renovate hypervisor config Documentation: Remove obsolete description of CONFIG_BARE_METAL core: Reorder CR and LF on debug console inmate: Reorder CR and LF on debug console Documentation/Doxyfile | 1 - Documentation/hypervisor-configuration.md | 10 --------- ci/build-all-configs.sh | 2 +- ci/jailhouse-config-amd-seattle.h | 2 -- ci/jailhouse-config-banana-pi.h | 1 - ci/jailhouse-config-x86.h | 1 - ci/jailhouse-config.h | 3 +++ driver/cell.c | 3 --- driver/main.c | 6 ++++++ hypervisor/arch/arm-common/irqchip.c | 2 +- hypervisor/arch/arm/include/asm/paging.h | 3 --- hypervisor/arch/arm/include/asm/spinlock.h | 1 - hypervisor/arch/arm/mmu_hyp.c | 2 +- hypervisor/arch/arm64/entry.S | 2 +- hypervisor/arch/arm64/include/asm/paging.h | 3 --- hypervisor/arch/arm64/include/asm/spinlock.h | 1 - hypervisor/arch/x86/apic.c | 2 +- hypervisor/arch/x86/include/asm/apic.h | 1 - hypervisor/arch/x86/include/asm/cell.h | 2 -- hypervisor/arch/x86/include/asm/paging.h | 3 --- hypervisor/arch/x86/include/asm/spinlock.h | 2 -- hypervisor/arch/x86/include/asm/types.h | 2 -- hypervisor/arch/x86/include/asm/vmx.h | 2 +- hypervisor/arch/x86/iommu.c | 26 ++++++++++------------- hypervisor/arch/x86/pci.c | 2 +- hypervisor/arch/x86/vtd.c | 2 +- hypervisor/control.c | 2 +- hypervisor/hypervisor.lds.S | 2 +- hypervisor/include/jailhouse/paging.h | 17 +++++++++++++-- hypervisor/printk.c | 2 +- hypervisor/setup.c | 2 +- hypervisor/uart.c | 27 +++++++++++++++--------- inmates/lib/printk.c | 31 ++++++++++++++++------------ 33 files changed, 82 insertions(+), 88 deletions(-) delete mode 100644 ci/jailhouse-config-amd-seattle.h delete mode 100644 ci/jailhouse-config-banana-pi.h delete mode 100644 ci/jailhouse-config-x86.h create mode 100644 ci/jailhouse-config.h -- 2.16.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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/cover.1581770164.git.jan.kiszka%40web.de.
