From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZlXw-0000wh-Lu for qemu-devel@nongnu.org; Thu, 23 Jun 2011 11:10:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZlXu-00045i-Pw for qemu-devel@nongnu.org; Thu, 23 Jun 2011 11:10:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZlXu-000452-8I for qemu-devel@nongnu.org; Thu, 23 Jun 2011 11:10:18 -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 p5NFAHij013063 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 23 Jun 2011 11:10:17 -0400 Message-ID: <4E035754.4000705@redhat.com> Date: Thu, 23 Jun 2011 17:10:12 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1308300756-29327-1-git-send-email-armbru@redhat.com> In-Reply-To: <1308300756-29327-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] usb-storage: Turn drive serial into a qdev property usb-storage.serial List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On 06/17/11 10:52, Markus Armbruster wrote: > It needs to be a qdev property, because it belongs to the drive's > guest part. Precedence: commit a0fef654 and 6ced55a5. > > Bonus: info qtree now shows the serial number. Patch applied to usb queue. thanks, Gerd