Displaying 1 result from an estimated 1 matches for "896b536d66c9".
2007 Aug 21
0
Re: [Xen-ia64-devel] [PATCH] Fix unaligned reference of QEMU
...with this patch:
>
> http://xenbits.xensource.com/xen-unstable.hg?rev/677731eb734d
>
> This change required 8-byte alignment on 64 bit systems instead of the
> 4-byte claimed in the changelog, which resulted in this patch:
>
> http://xenbits.xensource.com/xen-unstable.hg?rev/896b536d66c9
>
> Now the problem appears to be that memcpy_words() is not isolated to
> only the USB traffic. When I see the unaligned accesses, they seem to
> have some correlation with network traffic, and your benchmark results
> prove that. I think we need figure out when to use memcpy_wor...