From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuZ0b-0002E9-Re for qemu-devel@nongnu.org; Mon, 27 Oct 2008 16:48:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuZ0a-0002DY-1i for qemu-devel@nongnu.org; Mon, 27 Oct 2008 16:48:17 -0400 Received: from [199.232.76.173] (port=51752 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuZ0Z-0002DV-Sd for qemu-devel@nongnu.org; Mon, 27 Oct 2008 16:48:15 -0400 Received: from mail-gx0-f17.google.com ([209.85.217.17]:39993) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuZ0Y-0000h0-PV for qemu-devel@nongnu.org; Mon, 27 Oct 2008 16:48:15 -0400 Received: by gxk10 with SMTP id 10so3072478gxk.10 for ; Mon, 27 Oct 2008 13:48:10 -0700 (PDT) Message-ID: <49062907.9040809@codemonkey.ws> Date: Mon, 27 Oct 2008 15:48:07 -0500 From: Anthony Liguori 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> <4901D929.2020608@redhat.com> In-Reply-To: <4901D929.2020608@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed 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 Gerd Hoffmann wrote: > 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 ... > What's the goal here? Are you talking about ipv6-enabled slirp or is this something more clever? Regards, Anthony Liguori > cheers, > Gerd > > > > >