From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1D3Z-00071P-Of for qemu-devel@nongnu.org; Wed, 07 Sep 2011 04:00:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1D3V-00063J-JI for qemu-devel@nongnu.org; Wed, 07 Sep 2011 04:00:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1D3V-000633-5Y for qemu-devel@nongnu.org; Wed, 07 Sep 2011 04:00:21 -0400 Message-ID: <4E672489.7020407@redhat.com> Date: Wed, 07 Sep 2011 10:00:09 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1315328340-6192-1-git-send-email-armbru@redhat.com> <1315328340-6192-18-git-send-email-armbru@redhat.com> <4E6719BB.802@redhat.com> <4E671ED3.6060500@redhat.com> In-Reply-To: <4E671ED3.6060500@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 17/27] ide/atapi: Preserve tray state on migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: stefano.stabellini@eu.citrix.com, qemu-devel@nongnu.org, Markus Armbruster , lcapitulino@redhat.com, hare@suse.de, amit.shah@redhat.com, hch@lst.de On 09/07/2011 09:35 AM, Kevin Wolf wrote: > > I wonder if the most common case is this, or rather "tray closed and > > locked". Perhaps it depends (for Windows it is likely unlocked, for > > Linux locked). In any case there's time before 1.0 to fix this, so > > I would argue that the common case even for Linux is that you don't have > a CD mounted (probably the drive is empty anyway). Indeed---I was thinking about automounting by a GUI, but that's not the typical server case. Paolo