From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQafJ-0004Xh-1K for qemu-devel@nongnu.org; Tue, 02 Feb 2016 08:06:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQafI-0007IN-CK for qemu-devel@nongnu.org; Tue, 02 Feb 2016 08:06:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQafI-0007IH-77 for qemu-devel@nongnu.org; Tue, 02 Feb 2016 08:06:40 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id BBC67804F1 for ; Tue, 2 Feb 2016 13:06:39 +0000 (UTC) From: Markus Armbruster References: <1453804885-15544-1-git-send-email-kraxel@redhat.com> <1453804885-15544-2-git-send-email-kraxel@redhat.com> Date: Tue, 02 Feb 2016 14:06:37 +0100 In-Reply-To: <1453804885-15544-2-git-send-email-kraxel@redhat.com> (Gerd Hoffmann's message of "Tue, 26 Jan 2016 11:41:22 +0100") Message-ID: <87h9hrmfc2.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 1/4] usb: make USBDevice->attached bool List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Gerd Hoffmann writes: > Signed-off-by: Gerd Hoffmann Reviewed-by: Markus Armbruster