Branch: refs/heads/next
  Home:   https://github.com/siemens/jailhouse
  Commit: 38ab72ecf1c93fd630ef94cef42da3f089d2cfab
      
https://github.com/siemens/jailhouse/commit/38ab72ecf1c93fd630ef94cef42da3f089d2cfab
  Author: Jan Kiszka <[email protected]>
  Date:   2017-10-20 (Fri, 20 Oct 2017)

  Changed paths:
    M hypervisor/arch/x86/svm.c
    M hypervisor/arch/x86/vcpu.c
    M hypervisor/arch/x86/vmx.c

  Log Message:
  -----------
  x86: Relocate parking code page

This step prepares for configurable cell reset addresses. In order to
enable them, we need a stable parking code address so that we do not
need to generate per-cell mappings for this purpose.

Simply place the parking loop at address 0. Use a regular SIPI vector 0
for resetting the affected CPUs. This means on Intel that we have to
issue the DEBUGCTL reset separately in vcpu_park because we no longer
take the APIC_BSP_PSEUDO_SIPI path.

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


  Commit: 8457e83186f157e7ebd30d75e6e652b2ee61d563
      
https://github.com/siemens/jailhouse/commit/8457e83186f157e7ebd30d75e6e652b2ee61d563
  Author: Jan Kiszka <[email protected]>
  Date:   2017-10-22 (Sun, 22 Oct 2017)

  Changed paths:
    M configs/apic-demo.c
    M configs/e1000-demo.c
    M configs/ioapic-demo.c
    M configs/ivshmem-demo.c
    M configs/linux-x86-demo.c
    M configs/pci-demo.c
    M configs/smp-demo.c
    M configs/tiny-demo.c
    M hypervisor/arch/x86/svm.c
    M hypervisor/arch/x86/vmx.c

  Log Message:
  -----------
  x86, configs: Make CPU reset address configurable

Analogously to ARM, this makes the reset address of x86 CPUs definable
via jailhouse_cell_desc.cpu_reset_address. In order to keep the existing
demo inmates alive, all related config files define cpu_reset_address to
0xffff0 which was hard-coded into the hypervisor so far.

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


  Commit: 044114743141bfd171df5481b0efab51a0c0b68d
      
https://github.com/siemens/jailhouse/commit/044114743141bfd171df5481b0efab51a0c0b68d
  Author: Henning Schild <[email protected]>
  Date:   2017-10-22 (Sun, 22 Oct 2017)

  Changed paths:
    M README.md

  Log Message:
  -----------
  README: use icon for webchat link

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


Compare: 
https://github.com/siemens/jailhouse/compare/2be7ea62732d...044114743141

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