From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [XEN][RFC PATCH V2 05/17] hvm: Modify hvm_op Date: Thu, 23 Aug 2012 11:52:49 +0100 Message-ID: <50360B81.2070402@citrix.com> References: <5035E986020000780008A617@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5035E986020000780008A617@nat28.tlf.novell.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: Jan Beulich Cc: "christian.limpach@gmail.com" , "xen-devel@lists.xen.org" , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 08/23/2012 08:27 AM, Jan Beulich wrote: >> switch ( a.index ) >> { >> - case HVM_PARAM_IOREQ_PFN: >> > Removing sub-ops which a domain can issue for itself (which for this and > another one below appears to be the case) is not allowed. > I removed these 3 sub-ops because it will not work with QEMU disaggregation. Shared pages and event channel for IO request are private for each device model. >> + case HVM_PARAM_IO_PFN_FIRST: >> > I don't see where in this patch this and the other new sub-op constants > get defined. > Both sub-op constants are added in patch 1: http://lists.xen.org/archives/html/xen-devel/2012-08/msg01767.html