From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: [PATCH] x86/HVM: drop now wrong ASSERT() from hvm_broadcast_ioreq() Date: Tue, 14 Jul 2015 12:33:51 +0100 Message-ID: <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.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZEyTD-0003AJ-3J for xen-devel@lists.xenproject.org; Tue, 14 Jul 2015 11:33:55 +0000 Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel Cc: Andrew Cooper , Paul Durrant , Keir Fraser List-Id: xen-devel@lists.xenproject.org The function is now also being used for IOREQ_TYPE_TIMEOFFSET. Signed-off-by: Jan Beulich --- 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 )