From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXm0j-0003kp-RN for qemu-devel@nongnu.org; Mon, 22 Feb 2016 03:38:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXm0j-0006k5-2j for qemu-devel@nongnu.org; Mon, 22 Feb 2016 03:38:29 -0500 Message-ID: <1456130301.29896.29.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 22 Feb 2016 09:38:21 +0100 In-Reply-To: <1455883404-10976-1-git-send-email-peter.maydell@linaro.org> References: <1455883404-10976-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] tusb6010: move from hw/timer to hw/usb List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: xiaoqiang zhao , qemu-arm@nongnu.org, qemu-devel@nongnu.org, patches@linaro.org On Fr, 2016-02-19 at 12:03 +0000, Peter Maydell wrote: > The TUSB6010 is a USB controller (as the name suggests). Move it from > hw/timer (where it was accidentally filed in 2013 when we moved > everything out of hw/) to hw/usb. Added to usb queue. thanks, Gerd