Branch: refs/heads/next
  Home:   https://github.com/siemens/jailhouse
  Commit: 1ebe8e5e5e91c46495c835858cb2d938112dc200
      
https://github.com/siemens/jailhouse/commit/1ebe8e5e5e91c46495c835858cb2d938112dc200
  Author: Andreas Kölbl <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M hypervisor/arch/arm-common/dbg-write.c
    M hypervisor/control.c
    M hypervisor/include/jailhouse/control.h
    M hypervisor/include/jailhouse/printk.h
    M hypervisor/printk.c

  Log Message:
  -----------
  core: Move panic_cpu and panic_in_progress to control.c

Those variables were defined in printk.c. control.c is a better home for
them.

Signed-off-by: Andreas Kölbl <Andreas Kölbl [email protected]>
Signed-off-by: Jan Kiszka <[email protected]>


  Commit: f3df09ddd81601990b6adde6d163bee229c2e859
      
https://github.com/siemens/jailhouse/commit/f3df09ddd81601990b6adde6d163bee229c2e859
  Author: Andreas Kölbl <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Documentation: Add new supported boards to the README

This patch adds the ARM64 board support packages to the README as supported.

Signed-off-by: Andreas Kölbl <[email protected]>
[Jan: clarified that ARMv8 is an alternative to v7]
Signed-off-by: Jan Kiszka <[email protected]>


  Commit: 1c6dae853e0effffeb2c70abf1f7dc61cb68f6dd
      
https://github.com/siemens/jailhouse/commit/1c6dae853e0effffeb2c70abf1f7dc61cb68f6dd
  Author: Jan Kiszka <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M hypervisor/arch/arm64/Makefile
    M inmates/lib/arm64/Makefile.lib

  Log Message:
  -----------
  arm64, inmates: Remove unneeded KBUILD_AFLAGS filter

asm/unified.h is only injected on ARM.

Signed-off-by: Jan Kiszka <[email protected]>


  Commit: 0045a844f3cd17705105bbceaf0398bc5bdc4e64
      
https://github.com/siemens/jailhouse/commit/0045a844f3cd17705105bbceaf0398bc5bdc4e64
  Author: Jan Kiszka <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    M hypervisor/Makefile
    A hypervisor/arch/arm/Kbuild
    M hypervisor/arch/arm/Makefile
    A hypervisor/arch/arm64/Kbuild
    M hypervisor/arch/arm64/Makefile
    A hypervisor/arch/x86/Kbuild
    M hypervisor/arch/x86/Makefile

  Log Message:
  -----------
  core: Move arch-specific rules out of top-level makefile

Instead of adding more and more ifeq ($(SRCARCH),...), declare
arch/*/Makefile to be an include of the top-level makefile. The previous
content of the arch makefiles is moved into new Kbuild files.

Signed-off-by: Jan Kiszka <[email protected]>


  Commit: a659c62462b166234a66cad7f80f325cd2336888
      
https://github.com/siemens/jailhouse/commit/a659c62462b166234a66cad7f80f325cd2336888
  Author: Jan Kiszka <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    A hypervisor/arch/arm-common/Kbuild
    M hypervisor/arch/arm/Kbuild
    M hypervisor/arch/arm64/Kbuild

  Log Message:
  -----------
  arm, arm64: Move common makefile elements into arm-common/Kbuild

Reduces duplications, simplifying future changes.

Signed-off-by: Jan Kiszka <[email protected]>


  Commit: cd513ce9cb9f7934b11e94e2877a7a5aca3b4861
      
https://github.com/siemens/jailhouse/commit/cd513ce9cb9f7934b11e94e2877a7a5aca3b4861
  Author: Jan Kiszka <[email protected]>
  Date:   2016-10-29 (Sat, 29 Oct 2016)

  Changed paths:
    A hypervisor/arch/arm-common/include/asm/asm-defines.h
    A hypervisor/arch/arm-common/include/asm/gic.h
    A hypervisor/arch/arm-common/include/asm/gic_v2.h
    A hypervisor/arch/arm-common/include/asm/irqchip.h
    A hypervisor/arch/arm-common/include/asm/mmio.h
    A hypervisor/arch/arm-common/include/asm/paging_modes.h
    A hypervisor/arch/arm-common/include/asm/psci.h
    A hypervisor/arch/arm-common/include/asm/uart-pl011.h
    A hypervisor/arch/arm-common/include/asm/uart.h
    M hypervisor/arch/arm/Makefile
    R hypervisor/arch/arm/include/asm/asm-defines.h
    R hypervisor/arch/arm/include/asm/gic.h
    R hypervisor/arch/arm/include/asm/gic_v2.h
    R hypervisor/arch/arm/include/asm/irqchip.h
    R hypervisor/arch/arm/include/asm/mmio.h
    R hypervisor/arch/arm/include/asm/paging_modes.h
    R hypervisor/arch/arm/include/asm/psci.h
    R hypervisor/arch/arm/include/asm/uart-pl011.h
    R hypervisor/arch/arm/include/asm/uart.h
    M hypervisor/arch/arm64/Makefile
    M inmates/Makefile

  Log Message:
  -----------
  arm, arm64: Move shared headers into arm-common

Analogously to the C source files, move also the asm headers that are
shared between ARM and its 64-bit variant into arm-common. This helps to
quickly identify the dual use and reduces the risk of breaking the other
side due to incompatible changes.

Signed-off-by: Jan Kiszka <[email protected]>


Compare: 
https://github.com/siemens/jailhouse/compare/74f65e8e9c19...cd513ce9cb9f

-- 
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