Lines Matching full:jailhouse
5 Communicate with another "cell" in the Jailhouse hypervisor using IVSHMEM Ethernet.
11 another "cell" in the Jailhouse hypervisor. Currently only the qemu_cortex_a53
14 Building Jailhouse Linux for QEMU
17 Clone Jailhouse yocto project. At the time of writing, the "next" branch has
22 git clone https://github.com/siemens/jailhouse-images.git
23 cd jailhouse-images
59 Copy the generated zephyr.bin to the Jailhouse Linux root cell:
65 Jailhouse has a prebuilt Zephyr cell configuration that works for
68 Back in Jailhouse Linux shell, create the Zephyr cell:
72 jailhouse enable /etc/jailhouse/qemu-arm64.cell
73 jailhouse console
74 jailhouse cell create /etc/jailhouse/qemu-arm64-zephyr-demo.cell
87 jailhouse cell load qemu-arm64-zephyr-demo zephyr.bin --address 0x70000000
88 jailhouse cell start qemu-arm64-zephyr-demo