From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kw0Ax-0003DW-Aa for qemu-devel@nongnu.org; Fri, 31 Oct 2008 16:00:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kw0Av-0003Br-PU for qemu-devel@nongnu.org; Fri, 31 Oct 2008 16:00:54 -0400 Received: from [199.232.76.173] (port=41864 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kw0Av-0003Bg-DO for qemu-devel@nongnu.org; Fri, 31 Oct 2008 16:00:53 -0400 Received: from rn-out-0910.google.com ([64.233.170.185]:47013) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kw0Av-0003D0-Cj for qemu-devel@nongnu.org; Fri, 31 Oct 2008 16:00:53 -0400 Received: by rn-out-0910.google.com with SMTP id m61so1222414rnd.8 for ; Fri, 31 Oct 2008 13:00:52 -0700 (PDT) Message-ID: <490B63E2.1070109@codemonkey.ws> Date: Fri, 31 Oct 2008 15:00:34 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [5580] Move CharDriverState code out of vl.c References: In-Reply-To: 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 Blue Swirl wrote: > On 10/31/08, Anthony Liguori wrote: > >> Revision: 5580 >> http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5580 >> Author: aliguori >> Date: 2008-10-31 18:49:55 +0000 (Fri, 31 Oct 2008) >> >> Log Message: >> ----------- >> Move CharDriverState code out of vl.c >> > > >> +inline int send_all(int fd, const uint8_t *buf, int len1) >> > > Forgot something? > Yeah, sorry about that. I had updated the patch but it didn't apply anymore so I redid the motion. I fixed it in SVN. Regards, Anthony Liguori