From: Jan Beulich Date: Tue, 14 Jul 2015 13:20:15 +0000 (+0200) Subject: x86/HVM: drop now wrong ASSERT() from hvm_broadcast_ioreq() X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2827 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d924ddbf59f54f432f5fb6907d1262ddb9a9070a;p=xen.git 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 Reviewed-by: Andrew Cooper Reviewed-by: Paul Durrant --- diff --git a/xen/arch/x86/hvm/hvm.c b/xen/arch/x86/hvm/hvm.c index 545aa910cc..8a101116ba 100644 --- a/xen/arch/x86/hvm/hvm.c +++ b/xen/arch/x86/hvm/hvm.c @@ -2717,8 +2717,6 @@ unsigned int hvm_broadcast_ioreq(ioreq_t *p, bool_t buffered) 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 )