From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8uOy-0007M8-0F for qemu-devel@nongnu.org; Tue, 04 Sep 2012 10:46:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8uOs-00021B-9o for qemu-devel@nongnu.org; Tue, 04 Sep 2012 10:46:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8uOs-000214-1O for qemu-devel@nongnu.org; Tue, 04 Sep 2012 10:46:46 -0400 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 q84EkjrL018969 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 4 Sep 2012 10:46:45 -0400 Message-ID: <50461453.2080200@redhat.com> Date: Tue, 04 Sep 2012 16:46:43 +0200 From: Kevin Wolf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/1] block: fix block tray status List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Hrdina Cc: qemu-devel@nongnu.org Am 09.08.2012 12:44, schrieb Pavel Hrdina: > The tray status should change also if you eject empty block device. > > Signed-off-by: Pavel Hrdina Thanks, applied to block-next. Kevin