Displaying 1 result from an estimated 1 matches for "049d4baa9965".
2007 Aug 21
0
Re: [Xen-ia64-devel] [PATCH] Fix unaligned reference of QEMU
...e right thing. This actually
increases throughput more than 10x in a wget into an HVM domain
(~2.5MB/s vs ~30MB/s). Keir, if this looks ok, could you please apply
to the mainline since this is common code? Thanks,
Alex
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---
diff -r 049d4baa9965 tools/ioemu/target-i386-dm/exec-dm.c
--- a/tools/ioemu/target-i386-dm/exec-dm.c Thu Aug 16 13:46:50 2007 -0600
+++ b/tools/ioemu/target-i386-dm/exec-dm.c Tue Aug 21 09:28:27 2007 -0600
@@ -470,6 +470,12 @@ static void memcpy_words(void *dst, void
#else
static void memcpy_words(void *dst, void *sr...