[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-ia64-devel] [PATCH][IA64] bug fix for acceleration of IDE PIO on HVM/IA64
Hi Keir, Thanks for checking in patches to accerate IDE PIO on HVM/IA64. As Alex pointed out, this patch is also necessary. Please apply. Thanks, Kouya Singed-off-by: Kouya Shimura <kouya@xxxxxxxxxxxxxx> diff -r 8ba425b640b3 tools/ioemu/hw/ide.c --- a/tools/ioemu/hw/ide.c Wed Feb 28 11:13:49 2007 -0500 +++ b/tools/ioemu/hw/ide.c Wed Feb 28 11:36:58 2007 +0900 @@ -504,7 +504,7 @@ buffered_pio_write(IDEState *s, uint32_t buffered_pio_write(IDEState *s, uint32_t addr, int size) { struct pio_buffer *piobuf = piobuf_by_addr(addr); - uint32_t data_end; + int data_end; if (!piobuf) return; @@ -523,7 +523,7 @@ buffered_pio_read(IDEState *s, uint32_t buffered_pio_read(IDEState *s, uint32_t addr, int size) { struct pio_buffer *piobuf = piobuf_by_addr(addr); - uint32_t data_end; + int data_end; if (!piobuf) return; _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |