The function is now also being used for IOREQ_TYPE_TIMEOFFSET.

Signed-off-by: Jan Beulich <jbeul...@suse.com>

--- 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 )




_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to