From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QB3le-0007uc-IT for qemu-devel@nongnu.org; Sat, 16 Apr 2011 07:34:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QB3ld-0007dn-CA for qemu-devel@nongnu.org; Sat, 16 Apr 2011 07:34:22 -0400 Received: from mtagate6.uk.ibm.com ([194.196.100.166]:55731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QB3ld-0007di-5P for qemu-devel@nongnu.org; Sat, 16 Apr 2011 07:34:21 -0400 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate6.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p3GBY9JF012605 for ; Sat, 16 Apr 2011 11:34:09 GMT Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p3GBZ2Q81740980 for ; Sat, 16 Apr 2011 12:35:02 +0100 Received: from d06av11.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p3GBY9xj014625 for ; Sat, 16 Apr 2011 05:34:09 -0600 From: Stefan Hajnoczi Date: Sat, 16 Apr 2011 12:33:56 +0100 Message-Id: <1302953636-24363-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL] Trivial patches for 10-16 April List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Brad Hards The following changes since commit adc56dda0c4eed62149d28939b7d7e329ad95ae8: migration: move some declarations to migration.h (2011-04-15 20:14:54 +0000) are available in the git repository at: git://repo.or.cz/qemu/stefanha.git trivial-patches Brad Hards (4): Makefile: Clean up after "make pdf" usb: trivial spelling fixes usb: initialise data element in Linux USB_DISCONNECT ioctl usb: fix spelling errors in usb-linux.c Stefan Weil (1): Fix some typos in comments and documentation .gitignore | 3 +++ Makefile | 5 ++++- hw/usb-msd.c | 4 ++-- qemu-options.hx | 4 ++-- savevm.c | 2 +- target-arm/helper.c | 2 +- usb-linux.c | 5 +++-- 7 files changed, 16 insertions(+), 9 deletions(-)