From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtfSq-0007Ep-Uc for qemu-devel@nongnu.org; Sat, 04 Feb 2012 08:15:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtfSq-0006oJ-28 for qemu-devel@nongnu.org; Sat, 04 Feb 2012 08:15:36 -0500 Received: from mail-we0-f173.google.com ([74.125.82.173]:42577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtfSp-0006o6-Kx for qemu-devel@nongnu.org; Sat, 04 Feb 2012 08:15:35 -0500 Received: by werh12 with SMTP id h12so3965884wer.4 for ; Sat, 04 Feb 2012 05:15:34 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F2D2F73.2090601@redhat.com> Date: Sat, 04 Feb 2012 14:15:31 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1328342612-25826-1-git-send-email-pbonzini@redhat.com> <1328342612-25826-4-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] vmmouse: replace PROP_PTR property with gpio pin to i8042 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerhard Wiesinger Cc: qemu-devel@nongnu.org On 02/04/2012 02:03 PM, Gerhard Wiesinger wrote: > Hello Paolo, > > What will be fixed/enhanced by this patch? Scenario? Nothing, it's just a cleanup. It's a step towards removing PROP_PTR. Paolo