From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Rutland Subject: Re: Advice on HYP interface for AsyncPF Date: Thu, 9 Apr 2015 15:48:21 +0100 Message-ID: <20150409144820.GF9648@leverpostej> References: <5525DA0E.2010103@samsung.com> <20150409085723.0a201cb9@why.wild-wind.fr.eu.org> <20150409120646.GA3212@hawk.usersys.redhat.com> <20150409124852.GE18488@leverpostej> <20150409134326.GF3212@hawk.usersys.redhat.com> <20150409140027.GB9648@leverpostej> <20150409142258.GH3212@hawk.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id BADB54BEEB for ; Thu, 9 Apr 2015 10:40:50 -0400 (EDT) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Oj5K5Z6x0K-9 for ; Thu, 9 Apr 2015 10:40:48 -0400 (EDT) Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 9D7584BEEA for ; Thu, 9 Apr 2015 10:40:48 -0400 (EDT) Content-Disposition: inline In-Reply-To: <20150409142258.GH3212@hawk.usersys.redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: Andrew Jones Cc: Marc Zyngier , "kvmarm@lists.cs.columbia.edu" List-Id: kvmarm@lists.cs.columbia.edu > (btw, the hypervisor node already supports faking other hypervisors with > its compatible string. You could specify "linux,kvm" first, and > "xen,xen" second, if you had the capability to emulate the later.) I don't think that would be a good idea. You'd then have to ensure that you have properties from both bindings (hoping they don't clash). What's the guest meant to do if it recognises both strings? Mark.