qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH] exec: optimize lduw_phys and stw_phys


From: Bernhard Kohl
Subject: [Qemu-devel] Re: [PATCH] exec: optimize lduw_phys and stw_phys
Date: Fri, 07 May 2010 21:17:28 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Thunderbird/3.0.4

Am 05.05.2010 18:17, schrieb Bernhard Kohl:
Implementation of the optimized code for these two functions.

This is necessary for virtio which reads and writes VirtQueue index
fields using these functions. The assumption is that this are atomic
operations, which is not the case, if the memcpy() function which is
used in the non optimized code does single byte copying. This happens
for example with an older WindRiver glibc.

Signed-off-by: Bernhard Kohl <address@hidden>

Hi,

due to a mail server malfunction I resent this message one day later.
Please ignore this one.

Bernhard





reply via email to

[Prev in Thread] Current Thread [Next in Thread]