WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [HVM] Remove unused ioreq state IORESP_HO

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [HVM] Remove unused ioreq state IORESP_HOOK.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 03 Aug 2006 18:30:20 +0000
Delivery-date: Thu, 03 Aug 2006 11:33:21 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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 <=