From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] x86/HVM: drop now wrong ASSERT() from hvm_broadcast_ioreq() Date: Tue, 14 Jul 2015 13:32:28 +0100 Message-ID: <55A5015C.8050306@citrix.com> References: <55A50FBF0200007800090A32@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZEzNx-0006gE-UU for xen-devel@lists.xenproject.org; Tue, 14 Jul 2015 12:32:34 +0000 In-Reply-To: <55A50FBF0200007800090A32@mail.emea.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 , xen-devel Cc: Paul Durrant , Keir Fraser List-Id: xen-devel@lists.xenproject.org On 14/07/15 12:33, Jan Beulich wrote: > The function is now also being used for IOREQ_TYPE_TIMEOFFSET. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper > > --- a/xen/arch/x86/hvm/hvm.c > +++ b/xen/arch/x86/hvm/hvm.c > @@ -2717,8 +2717,6 @@ unsigned int hvm_broadcast_ioreq(ioreq > struct hvm_ioreq_server *s; > unsigned int failed = 0; > > - ASSERT(p->type == IOREQ_TYPE_INVALIDATE); > - > list_for_each_entry ( s, > &d->arch.hvm_domain.ioreq_server.list, > list_entry ) > > >