From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYbm2-0002s6-IL for qemu-devel@nongnu.org; Thu, 19 Mar 2015 10:50:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYblz-00073H-9O for qemu-devel@nongnu.org; Thu, 19 Mar 2015 10:50:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYblz-00071Q-1g for qemu-devel@nongnu.org; Thu, 19 Mar 2015 10:50:11 -0400 Message-ID: <1426776606.10990.13.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 19 Mar 2015 15:50:06 +0100 In-Reply-To: References: <1426684075-27224-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL for-2.3 00/13] usb patch queue. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Do, 2015-03-19 at 12:11 +0000, Peter Maydell wrote: > On 18 March 2015 at 13:07, Gerd Hoffmann wrote: > > Hi, > > > > Here is the usb patch queue for 2.3-rc1. Grow a bit larger than I'd > > like it to be. But I've somehow missed I had patches lingering in the > > usb queue while preparing the -rc0 pulls, and there also have been some > > bugfixes coming in pretty late. > > > > please pull, > > Gerd > > > > The following changes since commit 5a4992834daec85c3913654903fb9f4f954e585a: > > > > Merge remote-tracking branch 'remotes/armbru/tags/pull-cov-model-2015-03-17' into staging (2015-03-17 11:43:00 +0000) > > > > are available in the git repository at: > > > > > > git://git.kraxel.org/qemu tags/pull-usb-20150318-1 > > > > for you to fetch changes up to ecc996143e7a52e5e348df2647ec464bd05bb46c: > > > > ehci: fix segfault when hot-unplugging ehci controller (2015-03-18 12:45:35 +0100) > > Fails to build (x86_64, Linux host): > > LINK aarch64-softmmu/qemu-system-aarch64 > ../hw/usb/dev-wacom.o: In function `usb_wacom_handle_control': > /home/petmay01/linaro/qemu-for-merges/hw/usb/dev-wacom.c:262: > undefined reference to `usb_desc_handle_control' Oh, right, forgot to mention in the cover letter: One of the patches introduces a new config option (CONFIG_USB), and because of that you have to do a full rebuild to make sure the new option is picked up for the targets which need usb. cheers, Gerd