From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kw05F-0001E5-Ky for qemu-devel@nongnu.org; Fri, 31 Oct 2008 15:55:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kw05D-0001Dn-2q for qemu-devel@nongnu.org; Fri, 31 Oct 2008 15:55:00 -0400 Received: from [199.232.76.173] (port=38269 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kw05C-0001Dk-Uu for qemu-devel@nongnu.org; Fri, 31 Oct 2008 15:54:58 -0400 Received: from wf-out-1314.google.com ([209.85.200.170]:12141) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kw05C-0001mN-RK for qemu-devel@nongnu.org; Fri, 31 Oct 2008 15:54:59 -0400 Received: by wf-out-1314.google.com with SMTP id 27so1379854wfd.4 for ; Fri, 31 Oct 2008 12:54:56 -0700 (PDT) Message-ID: Date: Fri, 31 Oct 2008 21:54:56 +0200 From: "Blue Swirl" Subject: Re: [Qemu-devel] [5580] Move CharDriverState code out of vl.c In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 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?