From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1163955AbdKRVUn (ORCPT ); Sat, 18 Nov 2017 16:20:43 -0500 Received: from terminus.zytor.com ([65.50.211.136]:55567 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1163938AbdKRVUe (ORCPT ); Sat, 18 Nov 2017 16:20:34 -0500 Subject: Re: [PATCH 00/10] x86: Add support for running as secondary Jailhouse guest To: Jan Kiszka , Thomas Gleixner , Ingo Molnar Cc: x86@kernel.org, Linux Kernel Mailing List , jailhouse-dev@googlegroups.com References: From: "H. Peter Anvin" Message-ID: <6c61ceb7-e3fe-57a8-de50-e8f573d18cfd@zytor.com> Date: Sat, 18 Nov 2017 13:15:51 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/15/17 23:26, Jan Kiszka wrote: > This series paves the way to run Linux in so-called non-root cells > (guest partitions) of the Jailhouse hypervisor. > > Jailhouse [1] was started 4 years ago as an open-source (GPL) leight- > weight hypervisor that statically partitions SMP systems. It's unique in > that it uses one Linux instance, the root cell, as boot loader and > management console. Jailhouse targets use cases for hard real-time and > safety-critical systems that KVM cannot cater due to its inherent > complexity. > > Jaihouse can run bare-metal, free and closed-source RTOSes as secondary > guests and, with this series, also x86 Linux instances. While ARM and > ARM64 non-root Linux guests are feasible without extra patches, thanks > to the high configurability via device trees, x86 requires special > platform support, mostly to step away from non-existing resources in a > non-root Jailhouse cell. > Could you please write a single summary about the virtualization holes in Jailhouse that you are papering over? -hpa