From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCPwN-0002nq-Kl for qemu-devel@nongnu.org; Mon, 13 Jun 2016 07:22:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCPwK-0000zR-Cf for qemu-devel@nongnu.org; Mon, 13 Jun 2016 07:21:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCPwK-0000zM-74 for qemu-devel@nongnu.org; Mon, 13 Jun 2016 07:21:56 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C9BAE80E47 for ; Mon, 13 Jun 2016 11:21:55 +0000 (UTC) Message-ID: <1465816914.32424.60.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 13 Jun 2016 13:21:54 +0200 In-Reply-To: <1465419025-21519-1-git-send-email-ehabkost@redhat.com> References: <1465419025-21519-1-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2 0/2] Eliminate usb_enabled() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-devel@nongnu.org, Marcel Apfelbaum , Paolo Bonzini On Mi, 2016-06-08 at 17:50 -0300, Eduardo Habkost wrote: > usb_enabled() is just a wrapper for machine_usb(current_machine) > and is not necessary, replace all usages of usb_enabled() with > machine_usb(). >=20 > In the case of pxa2xx, just remove usb_enabled() usage > completely. >=20 > Eduardo Habkost (2): > pxa2xx: Unconditionally enable USB controller > vl: Eliminate usb_enabled() Added to usb patch queue. thanks, Gerd