From patchwork Mon May 9 12:11:03 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 94761 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E0C97B6F4F for ; Mon, 9 May 2011 22:11:46 +1000 (EST) Received: from localhost ([::1]:59108 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJPJQ-0005g7-5y for incoming@patchwork.ozlabs.org; Mon, 09 May 2011 08:11:44 -0400 Received: from eggs.gnu.org ([140.186.70.92]:49529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJPJB-0005cy-Pw for qemu-devel@nongnu.org; Mon, 09 May 2011 08:11:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJPJ9-0007zQ-OI for qemu-devel@nongnu.org; Mon, 09 May 2011 08:11:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJPJ9-0007zK-Fv for qemu-devel@nongnu.org; Mon, 09 May 2011 08:11:27 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p49CBQYq019012 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 9 May 2011 08:11:26 -0400 Received: from rincewind.home.kraxel.org (vpn2-10-11.ams2.redhat.com [10.36.10.11]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p49CBOP4015778; Mon, 9 May 2011 08:11:25 -0400 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id 0C690425C9; Mon, 9 May 2011 14:11:05 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Mon, 9 May 2011 14:11:03 +0200 Message-Id: <1304943065-12023-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: Gerd Hoffmann Subject: [Qemu-devel] [PULL] usb: build fixes. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hi, Two build issues slipped through with the last usb patch queue pull. Looks like I should do test builds with a more recent gcc ... Here are the fixes. pleae pull, Gerd The following changes since commit 85097db6956bc86e2377b63a8309cb8b24d54139: irq: Privatize CPU_INTERRUPT_NMI. (2011-05-08 16:55:24 +0000) are available in the git repository at: git://git.kraxel.org/qemu usb.8.pull Gerd Hoffmann (1): usb-musb: uninline functions Stefan Weil (1): usb-linux: Add missing break statement hw/usb-musb.c | 8 ++++---- usb-linux.c | 1 + 2 files changed, 5 insertions(+), 4 deletions(-)