From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [RFC PATCH v6 00/28] libxl: Deprivilege qemu Date: Thu, 7 Jan 2016 16:19:12 +0000 Message-ID: <20160107161912.GB1457@citrix.com> References: <1450809903-3393-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1450809903-3393-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xensource.com, Wei Liu , Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Tue, Dec 22, 2015 at 06:44:35PM +0000, Ian Jackson wrote: > This is a new version of Stefano Stabellini's series > [PATCH v5 0/6] libxl: xs_restrict QEMU > > I took Stefano's code as a spec for how to interact with qemu, and > have reworked the whole series. In particular, I have > - rebased onto staging > - split up some of the larger patches > - restructured the patches so that every intervening version should work > - redone the async task handling > - provided what seem to me to be appropriate configuration options > - shaved a few yaks (although I tried to limit this!) > - fixed the cross-version compatibility > - reduced the new permission grant for the domain to only .../physmap > One aspect I don't see in this series is how save and restore for multiple emulator context is handled. Did I miss anything? Wei.