From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] [HVM] Prevent usb driver crashes in Windows Date: Wed, 06 Jun 2007 19:22:45 +0100 Message-ID: References: <4666E8F1.4020000@virtualiron.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4666E8F1.4020000@virtualiron.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Steve Ofsthun Cc: xen-devel@lists.xensource.com, Ben Guthro List-Id: xen-devel@lists.xenproject.org On 6/6/07 18:03, "Steve Ofsthun" wrote: >> What precisely is the race? Qemu-dm is single threaded. Memcpy() probably >> ends up doing int copies anyway if things are appropriately aligned >> (although we might not want to rely on that). > > The race is between a domU guest cpu running guest driver code and a dom0 > cpu running the timer based USB emulation code in QEMU. I see. Thanks! -- Keir