From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNfWJ-0002jU-6p for qemu-devel@nongnu.org; Thu, 04 Apr 2013 04:27:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNfWE-0002PW-Ji for qemu-devel@nongnu.org; Thu, 04 Apr 2013 04:27:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNfWE-0002PL-Aq for qemu-devel@nongnu.org; Thu, 04 Apr 2013 04:27:38 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r348RbXE029993 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 4 Apr 2013 04:27:37 -0400 Message-ID: <515D3976.3020401@redhat.com> Date: Thu, 04 Apr 2013 10:27:34 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1364986038-17514-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1364986038-17514-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] usb-storage: Forward serial number to scsi-disk List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 04/03/13 12:47, Kevin Wolf wrote: > usb-storage takes care to fetch the USB serial number from -drive > options, but it neglected to pass its own 'serial' property to the > scsi-disk it creates. With this patch, the 'serial' qdev property and > the 'serial' option in -drive behave the same and correctly apply the > serial number on both USB and SCSI level. Acked-by: Gerd Hoffmann cheers, Gerd