Branch: refs/heads/master
  Home:   https://github.com/siemens/jailhouse
  Commit: 5df9232178d3d854c5802466fbc87f02ea14752d
      
https://github.com/siemens/jailhouse/commit/5df9232178d3d854c5802466fbc87f02ea14752d
  Author: Jan Kiszka <[email protected]>
  Date:   2018-02-18 (Sun, 18 Feb 2018)

  Changed paths:
    M README.md
    M configs/x86/f2a88xm-hd3.c
    M configs/x86/imb-a180.c
    M configs/x86/linux-x86-demo.c
    M configs/x86/qemu-x86.c
    M tools/jailhouse-config-create

  Log Message:
  -----------
  configs: x86: Expand inmate reservation

Add further 16 MB for inmates, using it for linux-x86-demo. This helps
starting standard, larger kernels that can also be used for the root
cell.

While adjusting the two remaining AMD configs, also update their
hypervisor size which makes them compatible with linux-x86-demo again.

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


  Commit: e7660f9983d943c7da8a2b731adb7c0c32bb2498
      
https://github.com/siemens/jailhouse/commit/e7660f9983d943c7da8a2b731adb7c0c32bb2498
  Author: Jan Kiszka <[email protected]>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M hypervisor/arch/arm/include/asm/sysregs.h
    M hypervisor/arch/arm/mmio.c
    M hypervisor/arch/arm/traps.c

  Log Message:
  -----------
  arm: Fix name of HSR ISS field

It's called ISS according to the ARM manual, not ICC.

No functional changes.

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


  Commit: 9675814c6fe3e6953976b5299090a6abef555741
      
https://github.com/siemens/jailhouse/commit/9675814c6fe3e6953976b5299090a6abef555741
  Author: Jan Kiszka <[email protected]>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M hypervisor/arch/arm/traps.c
    M hypervisor/arch/arm64/traps.c
    M include/arch/arm/asm/jailhouse_hypercall.h
    M include/arch/arm64/asm/jailhouse_hypercall.h

  Log Message:
  -----------
  arm/arm64: Reject hypercalls with wrong immediate code

Jailhouse only supports hypercalls with the immediate code 0x4a48. Avoid
interpreting calls with other codes as ours.

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


  Commit: 5f4cca36212076a1157e140f7e0b196bff3012f5
      
https://github.com/siemens/jailhouse/commit/5f4cca36212076a1157e140f7e0b196bff3012f5
  Author: Jan Kiszka <[email protected]>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
    M hypervisor/arch/arm/include/asm/sysregs.h
    M hypervisor/arch/arm64/include/asm/sysregs.h

  Log Message:
  -----------
  arm/arm64: Replace HSR/ESR_ISS_MASK with BIT_MASK

Makes the mask more readable. There is also no need for a separate
define because only HSR/ESR_ISS makes use of it.

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


  Commit: bd5ad1e0f3dd4e0968ddc44e11975768e4ae9406
      
https://github.com/siemens/jailhouse/commit/bd5ad1e0f3dd4e0968ddc44e11975768e4ae9406
  Author: Jan Kiszka <[email protected]>
  Date:   2018-03-01 (Thu, 01 Mar 2018)

  Changed paths:
    M hypervisor/include/jailhouse/utils.h

  Log Message:
  -----------
  core: Provide GET_FIELD helper macro

This allows to extract the value of a bitfield from a variable, properly
shifted to the right for direct use.

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


  Commit: cf4c4691fd48c8b98f19ea01fdaa03f39d5fd7d3
      
https://github.com/siemens/jailhouse/commit/cf4c4691fd48c8b98f19ea01fdaa03f39d5fd7d3
  Author: Claudio Scordino <[email protected]>
  Date:   2018-03-05 (Mon, 05 Mar 2018)

  Changed paths:
    M FAQ.md
    M README.md

  Log Message:
  -----------
  Documentation: supported free OSs; memory reservation through DT

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


  Commit: a85b0ebd1766704fa8d21b21e925d24149607977
      
https://github.com/siemens/jailhouse/commit/a85b0ebd1766704fa8d21b21e925d24149607977
  Author: Jan Kiszka <[email protected]>
  Date:   2018-03-05 (Mon, 05 Mar 2018)

  Changed paths:
    M FAQ.md
    M README.md

  Log Message:
  -----------
  README/FAQ: Use consistent blank-line separations

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


  Commit: 28cc7ce508123fd21e3a1da0da561f7bd35a6244
      
https://github.com/siemens/jailhouse/commit/28cc7ce508123fd21e3a1da0da561f7bd35a6244
  Author: Adeel Ahmad <[email protected]>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Documentation: update required QEMU version to be >= 2.8

The "x86 Demonstration in QEMU/KVM" section currently
lists QEMU version to be 2.7 or newer, as the
x-buggy-eim property was introduced in version 2.8,
this version won't work.

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


  Commit: 2dfb4f518291d81db71223ab277e66315657076f
      
https://github.com/siemens/jailhouse/commit/2dfb4f518291d81db71223ab277e66315657076f
  Author: Adeel Ahmad <[email protected]>
  Date:   2018-03-06 (Tue, 06 Mar 2018)

  Changed paths:
    M hypervisor/arch/arm/include/asm/sysregs.h
    M hypervisor/arch/arm64/include/asm/sysregs.h

  Log Message:
  -----------
  arm/arm64: Simplify bit field extractions using GET_FIELD macro

The bit field extractions are made more readable by the use
of GET_FIELD macro, this also allows them to be mapped
directly to processor manuals. This commit also
includes a typo fix.

Signed-off-by: Adeel Ahmad <[email protected]>
[Jan: kept "hsr" as parameter name on arm]
Signed-off-by: Jan Kiszka <[email protected]>


  Commit: a56e6c0759bb40785486f22d66c9bbf52d56c674
      
https://github.com/siemens/jailhouse/commit/a56e6c0759bb40785486f22d66c9bbf52d56c674
  Author: Peng Fang <[email protected]>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
    M hypervisor/arch/arm-common/Kbuild
    M hypervisor/arch/arm-common/dbg-write.c
    M hypervisor/arch/arm-common/include/asm/uart.h
    A hypervisor/arch/arm-common/uart-imx.c
    M include/jailhouse/cell-config.h
    M inmates/lib/arm-common/Makefile.lib
    M inmates/lib/arm-common/include/uart.h
    M inmates/lib/arm-common/printk.c
    A inmates/lib/arm-common/uart-imx.c

  Log Message:
  -----------
  imx8mq: add UART support

Signed-off-by: Peng Fang <[email protected]>
Signed-off-by: Claudio Scordino <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>


  Commit: 2482c47bc2d05fecb0bd46a1de4e20c6c949a9e1
      
https://github.com/siemens/jailhouse/commit/2482c47bc2d05fecb0bd46a1de4e20c6c949a9e1
  Author: Peng Fang <[email protected]>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
    A hypervisor/arch/arm-common/include/asm/sip.h
    M hypervisor/arch/arm64/traps.c

  Log Message:
  -----------
  arm64: ignore SIPs used for low-power modes

See the following reference:
https://github.com/ARM-software/arm-trusted-firmware/blob/master/docs/arm-sip-service.rst

Signed-off-by: Peng Fang <[email protected]>
Signed-off-by: Claudio Scordino <[email protected]>
[Jan: fixed git whitespace warning]
Signed-off-by: Jan Kiszka <[email protected]>


  Commit: 81c31c23bf69488e3a64cc5cf19e7214a18dda63
      
https://github.com/siemens/jailhouse/commit/81c31c23bf69488e3a64cc5cf19e7214a18dda63
  Author: Peng Fang <[email protected]>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
    A configs/arm64/imx8mq-gic-demo.c
    A configs/arm64/imx8mq.c
    M inmates/lib/arm64/include/mach.h

  Log Message:
  -----------
  Cell configs for imx8mq EVK board.

Signed-off-by: Peng Fang <[email protected]>
Signed-off-by: Claudio Scordino <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>


  Commit: 965d0bf9853baad2842cbec8e39001f3ba8feaf5
      
https://github.com/siemens/jailhouse/commit/965d0bf9853baad2842cbec8e39001f3ba8feaf5
  Author: Peng Fang <[email protected]>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
    M README.md

  Log Message:
  -----------
  README: support for NXP IMX8

Signed-off-by: Peng Fang <[email protected]>
Signed-off-by: Claudio Scordino <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>


  Commit: b0c00634823d35cae44e0484fd83585532be2157
      
https://github.com/siemens/jailhouse/commit/b0c00634823d35cae44e0484fd83585532be2157
  Author: Jan von Wiarda <[email protected]>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
    M README.md

  Log Message:
  -----------
  README: support for emtrion emCON-RZ/G1x series

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


  Commit: 086b4fbf91db72a7a79ca01b522ea5a3b8d26fc5
      
https://github.com/siemens/jailhouse/commit/086b4fbf91db72a7a79ca01b522ea5a3b8d26fc5
  Author: Jan Kiszka <[email protected]>
  Date:   2018-03-11 (Sun, 11 Mar 2018)

  Changed paths:
    M README.md

  Log Message:
  -----------
  README: Set link to jailhouse-images project

An x86 demo image is now in a good shape so that we can recommend it.

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


Compare: 
https://github.com/siemens/jailhouse/compare/1fa90014cadf...086b4fbf91db

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