From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40516 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OseXN-0005Bo-GQ for qemu-devel@nongnu.org; Mon, 06 Sep 2010 12:27:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OseXM-0007X5-GV for qemu-devel@nongnu.org; Mon, 06 Sep 2010 12:27:17 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:44966) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OseXM-0007Wt-Dq for qemu-devel@nongnu.org; Mon, 06 Sep 2010 12:27:16 -0400 Received: by gxk26 with SMTP id 26so1990206gxk.4 for ; Mon, 06 Sep 2010 09:27:15 -0700 (PDT) Message-ID: <4C851661.8060609@codemonkey.ws> Date: Mon, 06 Sep 2010 11:27:13 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RFC] qed: Add QEMU Enhanced Disk format References: <1283767478-16740-1-git-send-email-stefanha@linux.vnet.ibm.com> <96B05610-5964-4502-A80E-B8A60FA51C1C@suse.de> <279893DE-5606-44C3-A25B-A94BA4447158@suse.de> In-Reply-To: <279893DE-5606-44C3-A25B-A94BA4447158@suse.de> 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: Alexander Graf Cc: Kevin Wolf , Luca Tettamanti , Stefan Hajnoczi , qemu-devel@nongnu.org On 09/06/2010 09:24 AM, Alexander Graf wrote: > > Oh - I missed the static there. Yeah, it's even worse. This is racy. > It's easy to refactor away so I'll just do that but it's not actually racy. It's just not re-entrant and the lifetime of the returned result is only until the next call. Regards, Anthony Liguori > Alex > > >