From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KRPlC-00073x-KW for qemu-devel@nongnu.org; Fri, 08 Aug 2008 07:03:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRPlA-00071y-2U for qemu-devel@nongnu.org; Fri, 08 Aug 2008 07:03:53 -0400 Received: from [199.232.76.173] (port=36554 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRPl8-000716-QJ for qemu-devel@nongnu.org; Fri, 08 Aug 2008 07:03:50 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:35053) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRPl8-0006BX-9T for qemu-devel@nongnu.org; Fri, 08 Aug 2008 07:03:50 -0400 Date: Fri, 8 Aug 2008 12:03:40 +0100 From: Samuel Thibault Subject: Re: [Xen-devel] Re: [Qemu-devel] [PATCH 0/7] merge some xen bits into qemu Message-ID: <20080808110340.GI4645@implementation.uk.xensource.com> References: <20080806102338.GA4448@implementation.uk.xensource.com> <20080806125055.GG4448@implementation.uk.xensource.com> <4899AD19.8060606@redhat.com> <20080806140132.GL4448@implementation.uk.xensource.com> <4899B06F.2090101@redhat.com> <20080806142526.GN4448@implementation.uk.xensource.com> <20080806221047.GE4486@implementation> <489AA532.7040006@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: xen-devel@lists.xensource.com, Ian Jackson , Markus Armbruster , qemu-devel@nongnu.org, Gerd Hoffmann Blue Swirl, le Thu 07 Aug 2008 18:06:07 +0300, a écrit : > 0006-xen-console-backend.patch > > Not your fault, but a lot of places (at least ps2.c and > slavio_serial.c) define some kind of ring buffers. Maybe these could > be consolidated some time. There is also one in console.c It'd be probably be good to have an implementation of a ring of arbitrary structures. We have a pending patch of usb-hid to fix double clicks by queueing click events. Samuel