projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42b79d4
)
x86/HVM: drop now wrong ASSERT() from hvm_broadcast_ioreq()
author
Jan Beulich
<jbeulich@suse.com>
Tue, 14 Jul 2015 13:20:15 +0000
(15:20 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Tue, 14 Jul 2015 13:20:15 +0000
(15:20 +0200)
The function is now also being used for IOREQ_TYPE_TIMEOFFSET.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
xen/arch/x86/hvm/hvm.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/hvm/hvm.c
b/xen/arch/x86/hvm/hvm.c
index 545aa910cc2bd58b1c0217b9a5cc9fe1918a01dd..8a101116bab313756a2d2c947e62736e77170211 100644
(file)
--- 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 )