From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Durrant Subject: Re: [PATCH] x86/HVM: drop now wrong ASSERT() from hvm_broadcast_ioreq() Date: Tue, 14 Jul 2015 12:33:40 +0000 Message-ID: <9AAE0902D5BC7E449B7C8E4E778ABCD02F4C1C7E@AMSPEX01CL02.citrite.net> 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.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZEzP5-0006kS-H0 for xen-devel@lists.xenproject.org; Tue, 14 Jul 2015 12:33:43 +0000 In-Reply-To: <55A50FBF0200007800090A32@mail.emea.novell.com> Content-Language: en-US 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: Andrew Cooper , "Keir (Xen.org)" List-Id: xen-devel@lists.xenproject.org > -----Original Message----- > From: Jan Beulich [mailto:JBeulich@suse.com] > Sent: 14 July 2015 12:34 > To: xen-devel > Cc: Andrew Cooper; Paul Durrant; Keir (Xen.org) > Subject: [PATCH] x86/HVM: drop now wrong ASSERT() from > hvm_broadcast_ioreq() > > The function is now also being used for IOREQ_TYPE_TIMEOFFSET. > > Signed-off-by: Jan Beulich Ouch. Yes. Reviewed-by: Paul Durrant > > --- 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 ) > >