|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [HVM] Remove unused ioreq state IORESP_HO
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Node ID d7242c3a29064bae094d50ffca8cc99efd6dbc84
# Parent 3fc216fbef580a51e8c17eb5945e29f9ced15c33
[HVM] Remove unused ioreq state IORESP_HOOK.
Signed-off-by: Steven Smith <ssmith@xxxxxxxxxxxxx>
---
xen/arch/ia64/vmx/vmx_support.c | 3 ---
xen/include/public/hvm/ioreq.h | 1 -
2 files changed, 4 deletions(-)
diff -r 3fc216fbef58 -r d7242c3a2906 xen/arch/ia64/vmx/vmx_support.c
--- a/xen/arch/ia64/vmx/vmx_support.c Thu Aug 03 14:01:09 2006 +0100
+++ b/xen/arch/ia64/vmx/vmx_support.c Thu Aug 03 14:02:29 2006 +0100
@@ -83,9 +83,6 @@ void vmx_io_assist(struct vcpu *v)
p = &vio->vp_ioreq;
- if (p->state == STATE_IORESP_HOOK)
- panic_domain(vcpu_regs(v),"Not supported: No hook available for DM
request\n");
-
if (test_bit(ARCH_VMX_IO_WAIT, &v->arch.arch_vmx.flags)) {
if (p->state != STATE_IORESP_READY) {
/* Can't block here, for the same reason as other places to
diff -r 3fc216fbef58 -r d7242c3a2906 xen/include/public/hvm/ioreq.h
--- a/xen/include/public/hvm/ioreq.h Thu Aug 03 14:01:09 2006 +0100
+++ b/xen/include/public/hvm/ioreq.h Thu Aug 03 14:02:29 2006 +0100
@@ -27,7 +27,6 @@
#define STATE_IOREQ_READY 1
#define STATE_IOREQ_INPROCESS 2
#define STATE_IORESP_READY 3
-#define STATE_IORESP_HOOK 4
#define IOREQ_TYPE_PIO 0 /* pio */
#define IOREQ_TYPE_COPY 1 /* mmio ops */
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [HVM] Remove unused ioreq state IORESP_HOOK.,
Xen patchbot-unstable <=
|
|
|
|
|