From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tj5s2-0002Fl-W1 for qemu-devel@nongnu.org; Thu, 13 Dec 2012 05:18:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tj5s1-0004pr-PA for qemu-devel@nongnu.org; Thu, 13 Dec 2012 05:18:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tj5s1-0004pd-I8 for qemu-devel@nongnu.org; Thu, 13 Dec 2012 05:18:25 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBDAINdb031385 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 13 Dec 2012 05:18:23 -0500 Message-ID: <50C9AB6D.8040004@redhat.com> Date: Thu, 13 Dec 2012 11:18:21 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <6a624c962a5e9dbd00271be1c5fd719d1dd338af.1355212056.git.phrdina@redhat.com> In-Reply-To: <6a624c962a5e9dbd00271be1c5fd719d1dd338af.1355212056.git.phrdina@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/1] atapi: reset cdrom tray statuses on ide_reset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Hrdina Cc: qemu-devel@nongnu.org Am 11.12.2012 08:55, schrieb Pavel Hrdina: > Tray statuses should be also reseted. Some guests may lock the tray > and after reset before any kernel is loaded the tray should be unlocked. > > Also if you reset the real computer the tray is closed. We should > do the same in qemu. > > Signed-off-by: Pavel Hrdina Thanks, applied to the block branch. Do we need to reset more fields, like s->events? Kevin