Branch: refs/heads/next
  Home:   https://github.com/siemens/jailhouse
  Commit: f069da31a90e5bd1f6d6918328865a6a9a05c28a
      
https://github.com/siemens/jailhouse/commit/f069da31a90e5bd1f6d6918328865a6a9a05c28a
  Author: Henning Schild <[email protected]>
  Date:   2017-04-13 (Thu, 13 Apr 2017)

  Changed paths:
    M README.md

  Log Message:
  -----------
  README: update the Installation section

Reorder a bit to point the reader to using "make install" by default.
And document how to get away even without firmware_install.

Signed-off-by: Henning Schild <[email protected]>
[Jan: minor tweaks]
Signed-off-by: Jan Kiszka <[email protected]>


  Commit: 16d6af7bc5d58ca6889144eba5c18effa8223f08
      
https://github.com/siemens/jailhouse/commit/16d6af7bc5d58ca6889144eba5c18effa8223f08
  Author: Ralf Ramsauer <[email protected]>
  Date:   2017-04-13 (Thu, 13 Apr 2017)

  Changed paths:
    A Documentation/configuration-format.md
    M Documentation/memory-layout.txt

  Log Message:
  -----------
  Documentation: add stub for configuration format

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


  Commit: 0331f0fe7d8572073bd30b773be1aab3c500d82d
      
https://github.com/siemens/jailhouse/commit/0331f0fe7d8572073bd30b773be1aab3c500d82d
  Author: Jan Kiszka <[email protected]>
  Date:   2017-04-14 (Fri, 14 Apr 2017)

  Changed paths:
    M driver/pci.c

  Log Message:
  -----------
  driver: Remove bogus of_node_put

The root node of the unflattened overlay tree is not referenced. Calling
of_node_put on it is wrong and raises a kernel warning with 4.11.

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


  Commit: 123456f62aa2f7d8e10119a014d0172f2d17c5d8
      
https://github.com/siemens/jailhouse/commit/123456f62aa2f7d8e10119a014d0172f2d17c5d8
  Author: Jan Kiszka <[email protected]>
  Date:   2017-04-14 (Fri, 14 Apr 2017)

  Changed paths:
    M configs/hikey.c

  Log Message:
  -----------
  configs: Add DRM MMIO region

Required for newer kernels that start to use this resource.

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


  Commit: bf79b7218061851e6ce12a8f780595aa9ffcefa9
      
https://github.com/siemens/jailhouse/commit/bf79b7218061851e6ce12a8f780595aa9ffcefa9
  Author: Jan Kiszka <[email protected]>
  Date:   2017-04-15 (Sat, 15 Apr 2017)

  Changed paths:
    M Documentation/debug-output.md
    M configs/f2a88xm-hd3.c
    M configs/imb-a180.c
    M configs/qemu-vm.c
    M hypervisor/arch/x86/dbg-write.c
    M hypervisor/include/jailhouse/cell-config.h
    M tools/root-cell-config.c.tmpl

  Log Message:
  -----------
  core, configs: Replace JAILHOUSE_CON1_TYPE_UART_X86 with ...TYPE_8250

Since aac89b193d32, x86 uses the same 8250 driver as ARM. So it also
makes sense to use the same type constant in the config.

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


  Commit: 21f41516e28707b135b4daa9cc175570f8b7fbe9
      
https://github.com/siemens/jailhouse/commit/21f41516e28707b135b4daa9cc175570f8b7fbe9
  Author: Jan Kiszka <[email protected]>
  Date:   2017-04-15 (Sat, 15 Apr 2017)

  Changed paths:
    M hypervisor/arch/x86/dbg-write.c
    M hypervisor/include/jailhouse/uart.h
    M hypervisor/uart-8250.c

  Log Message:
  -----------
  core: Refactor reg_in/out callbacks for 8250

As we already have to provide callbacks for the different access modes,
there is nothing to gain by encoding the register distance via a
separate field - which then has to be patched in addition to the
callbacks. We can simply fold this parameter into the implementation of
the callbacks.

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


  Commit: 17fca6e00ddefa509468229b92523c6b00a2b0a1
      
https://github.com/siemens/jailhouse/commit/17fca6e00ddefa509468229b92523c6b00a2b0a1
  Author: Jan Kiszka <[email protected]>
  Date:   2017-04-15 (Sat, 15 Apr 2017)

  Changed paths:
    M configs/amd-seattle.c
    M configs/bananapi.c
    M configs/f2a88xm-hd3.c
    M configs/foundation-v8.c
    M configs/hikey.c
    M configs/imb-a180.c
    M configs/jetson-tk1.c
    M configs/jetson-tx1.c
    M configs/orangepi0.c
    M configs/qemu-vm.c
    M configs/vexpress.c
    M configs/zynqmp-zcu102.c
    M hypervisor/include/jailhouse/cell-config.h
    M tools/jailhouse-cell-linux
    M tools/jailhouse-hardware-check
    M tools/root-cell-config.c.tmpl

  Log Message:
  -----------
  core, config: Rework debug console access type configuration

Prepare for 8-bit MMIO by defining two bits to describe the debug
console access type: one bit to choose PIO or MMIO, a second bit to
select 8 or 32-bit access size and register distance.

As the encoding of the flags field changed, we need to update the header
revision.

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


  Commit: c12ffb890f6e086739b003a3735a359d4389b807
      
https://github.com/siemens/jailhouse/commit/c12ffb890f6e086739b003a3735a359d4389b807
  Author: Jan Kiszka <[email protected]>
  Date:   2017-04-15 (Sat, 15 Apr 2017)

  Changed paths:
    M hypervisor/arch/x86/dbg-write.c

  Log Message:
  -----------
  x86: Add support for 8-bit MMIO 1-byte distance UART

Required for the Denverton SoC.

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


  Commit: da84cb0fc62ea84173459751e01902cbac1acd48
      
https://github.com/siemens/jailhouse/commit/da84cb0fc62ea84173459751e01902cbac1acd48
  Author: Jan Kiszka <[email protected]>
  Date:   2017-04-15 (Sat, 15 Apr 2017)

  Changed paths:
    M inmates/lib/x86/printk.c

  Log Message:
  -----------
  inmate: x86: Add support for 8-bit MMIO 1-byte distance UART

Required for the Denverton SoC.

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


  Commit: 08acac14b1a7823cc15b5d00dced050f4086db2e
      
https://github.com/siemens/jailhouse/commit/08acac14b1a7823cc15b5d00dced050f4086db2e
  Author: Jan Kiszka <[email protected]>
  Date:   2017-04-15 (Sat, 15 Apr 2017)

  Changed paths:
    M Documentation/debug-output.md
    M Documentation/vga-console.txt

  Log Message:
  -----------
  Documentation: Update debug console description

Update to the changes in the debug console access mode and register
distance configuration.

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


  Commit: 870f671c4c0b8bd1429679fe9fe07c5f6b11a9c9
      
https://github.com/siemens/jailhouse/commit/870f671c4c0b8bd1429679fe9fe07c5f6b11a9c9
  Author: Jan Kiszka <[email protected]>
  Date:   2017-04-15 (Sat, 15 Apr 2017)

  Changed paths:
    M Documentation/debug-output.md

  Log Message:
  -----------
  Documentation: Reformat debug-output.md

Adjust markdown formatting, avoiding ugly ``` where possible via
indention, ensuring proper monospace formatting of the JAILHOUSE_CON1
constants.

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


  Commit: e4b37ddae6d7745ce6ece220e919014285befcb4
      
https://github.com/siemens/jailhouse/commit/e4b37ddae6d7745ce6ece220e919014285befcb4
  Author: Jan Kiszka <[email protected]>
  Date:   2017-04-15 (Sat, 15 Apr 2017)

  Changed paths:
    M Documentation/debug-output.md
    A Documentation/vga-console.md
    R Documentation/vga-console.txt

  Log Message:
  -----------
  Documentation: Convert vga-console.txt to markdown

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


Compare: 
https://github.com/siemens/jailhouse/compare/4f67c2ffdb89...e4b37ddae6d7

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