From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sen7G-00068M-7G for qemu-devel@nongnu.org; Wed, 13 Jun 2012 08:56:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sen7B-00082c-5E for qemu-devel@nongnu.org; Wed, 13 Jun 2012 08:56:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sen7A-000826-KI for qemu-devel@nongnu.org; Wed, 13 Jun 2012 08:56:01 -0400 Message-ID: <4FD88DD9.8030501@redhat.com> Date: Wed, 13 Jun 2012 14:55:53 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4FD66B8F.4080203@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Semantics of DeviceState::realized and BlockDriverState List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Kevin Wolf , Stefan Hajnoczi , qemu-devel , Anthony Liguori , =?ISO-8859-1?Q?Andreas_F=E4rber?= Il 13/06/2012 14:53, Markus Armbruster ha scritto: >> > This behavior is necessary to allow overriding backing files. > Could you explain why we need to override backing files between open and > attach? Open tells us that you need a backing file. After attach, state should be finalized. Hence, between open and attach is the only time when you can override backing files. > Can you give another example of something we need to be able to do > between open and attach? I can't think of anything. Paolo