From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtNUf-0007X2-Hi for qemu-devel@nongnu.org; Fri, 24 Oct 2008 10:18:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtNUd-0007WD-45 for qemu-devel@nongnu.org; Fri, 24 Oct 2008 10:18:24 -0400 Received: from [199.232.76.173] (port=57220 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtNUc-0007WA-Vi for qemu-devel@nongnu.org; Fri, 24 Oct 2008 10:18:23 -0400 Received: from mx2.redhat.com ([66.187.237.31]:56178) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KtNUc-0001UV-Cr for qemu-devel@nongnu.org; Fri, 24 Oct 2008 10:18:23 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id m9OEIK4Q020799 for ; Fri, 24 Oct 2008 10:18:20 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m9OEIJNM016717 for ; Fri, 24 Oct 2008 10:18:19 -0400 Received: from zweiblum.travel.kraxel.org (vpn-4-52.str.redhat.com [10.32.4.52]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id m9OEIIgh026800 for ; Fri, 24 Oct 2008 10:18:19 -0400 Message-ID: <4901D929.2020608@redhat.com> Date: Fri, 24 Oct 2008 16:18:17 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/2] Move some declarations around in the QEMU CharDriver code References: <1224790775-14106-1-git-send-email-aliguori@us.ibm.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Blue Swirl wrote: > On 10/23/08, Anthony Liguori wrote: >> The goal of this series is to move the CharDriverState code out of vl.c and >> into its own file, qemu-char.c. This patch moves around some declarations so >> the next patch can be pure code motion. > > Good idea. Do you plan to do this for other things, for example network code? /me just started hacking up a ipv6-aware qemu-inet.c ... cheers, Gerd