[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] x86 hvm: Add a missing line to record the type passed into register_io_handler()



# HG changeset patch
# User Keir Fraser <keir@xxxxxxx>
# Date 1294221174 0
# Node ID 41a259d7a33dfbea6296cbeaae178823e09b91db
# Parent  852d87e0480b4e813807bdef00e4d829850dc29a
x86 hvm: Add a missing line to record the type passed into register_io_handler()

Add a missing line to record the type passed into
register_io_handler()

Without this line, the BUFFERED_IO handler was never called.

Signed-off-by: Wei Gang <gang.wei@xxxxxxxxx>
---
 xen/arch/x86/hvm/intercept.c |    1 +
 1 files changed, 1 insertion(+)

diff -r 852d87e0480b -r 41a259d7a33d xen/arch/x86/hvm/intercept.c
--- a/xen/arch/x86/hvm/intercept.c      Wed Jan 05 09:52:18 2011 +0000
+++ b/xen/arch/x86/hvm/intercept.c      Wed Jan 05 09:52:54 2011 +0000
@@ -238,6 +238,7 @@ void register_io_handler(
     handler->hdl_list[num].addr = addr;
     handler->hdl_list[num].size = size;
     handler->hdl_list[num].action.ptr = action;
+    handler->hdl_list[num].type = type;
     handler->num_slot++;
 }
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.