From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfOVj-0002vV-Hu for qemu-devel@nongnu.org; Wed, 10 Feb 2010 21:10:31 -0500 Received: from [199.232.76.173] (port=48127 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfOVj-0002uo-2Y for qemu-devel@nongnu.org; Wed, 10 Feb 2010 21:10:31 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfOVh-0002oP-Fi for qemu-devel@nongnu.org; Wed, 10 Feb 2010 21:10:30 -0500 Received: from mail-iw0-f194.google.com ([209.85.223.194]:62754) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NfOVh-0002oJ-8O for qemu-devel@nongnu.org; Wed, 10 Feb 2010 21:10:29 -0500 Received: by iwn32 with SMTP id 32so1325760iwn.14 for ; Wed, 10 Feb 2010 18:10:28 -0800 (PST) Message-ID: <4B73670F.6030002@codemonkey.ws> Date: Wed, 10 Feb 2010 20:10:23 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/3] move stuff out from vl.c to console.c References: <1265844597-29941-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1265844597-29941-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 02/10/2010 05:29 PM, Paolo Bonzini wrote: > Moving stuff around to console.c; video does not belong in a target-dependent > file. > Excellent. I love series that move stuff out of vl.c :-) Regards, Anthony Liguori > Paolo Bonzini (3): > use lazy initialization for display_state > remove knowledge of defaultallocator_free_displaysurface from sdl.c > move default allocator to console.c > > console.c | 176 +++++++++++++++++++++++++++++++++++++++---------------------- > console.h | 4 -- > sdl.c | 4 -- > vl.c | 47 +---------------- > 4 files changed, 114 insertions(+), 117 deletions(-) > > > >