From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHDd1-0000h1-Hj for qemu-devel@nongnu.org; Fri, 21 Oct 2011 07:51:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHDd0-0003v5-EF for qemu-devel@nongnu.org; Fri, 21 Oct 2011 07:51:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHDcz-0003uS-JJ for qemu-devel@nongnu.org; Fri, 21 Oct 2011 07:51:09 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9LBp7PF015233 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 21 Oct 2011 07:51:07 -0400 Message-ID: <4EA15D64.3050108@redhat.com> Date: Fri, 21 Oct 2011 13:54:12 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1318503845-11473-1-git-send-email-pbonzini@redhat.com> <1318503845-11473-13-git-send-email-pbonzini@redhat.com> In-Reply-To: <1318503845-11473-13-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 12/35] scsi-disk: report media changed via GET EVENT STATUS NOTIFICATION List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 13.10.2011 13:03, schrieb Paolo Bonzini: > This adds support for media change notification via the GET EVENT STATUS > NOTIFICATION command, used by Linux versions 2.6.38 and newer. > > Signed-off-by: Paolo Bonzini Looks good, but the ATAPI version of the code is somewhat nicer to read. Kevin