From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoAhc-0007ei-4O for qemu-devel@nongnu.org; Thu, 17 Sep 2009 02:42:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoAhX-0007cV-HF for qemu-devel@nongnu.org; Thu, 17 Sep 2009 02:42:47 -0400 Received: from [199.232.76.173] (port=52078 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoAhX-0007cQ-8W for qemu-devel@nongnu.org; Thu, 17 Sep 2009 02:42:43 -0400 Received: from mail-fx0-f211.google.com ([209.85.220.211]:53270) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoAhT-00077b-Ll for qemu-devel@nongnu.org; Thu, 17 Sep 2009 02:42:41 -0400 Received: by fxm7 with SMTP id 7so3944885fxm.34 for ; Wed, 16 Sep 2009 23:42:38 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4AB1DA5D.8040307@gnu.org> Date: Thu, 17 Sep 2009 08:42:37 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1253132733-10409-1-git-send-email-kraxel@redhat.com> <1253132733-10409-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1253132733-10409-2-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/7] allow qdev busses allocations be inplace List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 09/16/2009 10:25 PM, Gerd Hoffmann wrote: > + int qdev_allocated; Also, this member seems write-only. Paolo