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

[Xen-devel] [PATCH] 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>

diff -r 4e108cf56d07 xen/arch/x86/hvm/intercept.c
--- a/xen/arch/x86/hvm/intercept.c      Mon Dec 27 08:00:09 2010 +0000
+++ b/xen/arch/x86/hvm/intercept.c      Wed Jan 05 16:25:41 2011 +0800
@@ -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++;
 }

Attachment: fix-register_io_handler.patch
Description: fix-register_io_handler.patch

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

 


Rackspace

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