From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIPVo-0006Fz-9L for qemu-devel@nongnu.org; Wed, 09 Dec 2009 11:35:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIPVj-0006Dd-Ky for qemu-devel@nongnu.org; Wed, 09 Dec 2009 11:35:36 -0500 Received: from [199.232.76.173] (port=51745 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIPVj-0006Da-If for qemu-devel@nongnu.org; Wed, 09 Dec 2009 11:35:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58319) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIPVj-0006eq-6x for qemu-devel@nongnu.org; Wed, 09 Dec 2009 11:35:31 -0500 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nB9GZTtv007624 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 9 Dec 2009 11:35:29 -0500 Message-ID: <4B1FD1CD.1080008@redhat.com> Date: Wed, 09 Dec 2009 17:35:25 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [FOR 0.12 PATCH v2 0/3] Replace device names containing whitespace References: <1260374873-29783-1-git-send-email-armbru@redhat.com> In-Reply-To: <1260374873-29783-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org Hi, > * usb_qdev_init() copies the qdev name to USBDevice devname. Gets > overwritten for usb-host devices, but not for the others. This is > what Gerd pointed out. I fixed it just like Gerd recommended. Looks good now. Ack to the whole series. cheers, Gerd