From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:32943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBFXN-0003LA-CW for qemu-devel@nongnu.org; Sat, 16 Apr 2011 20:08:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QBFXM-0000i7-Az for qemu-devel@nongnu.org; Sat, 16 Apr 2011 20:08:25 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:40440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBFXM-0000hx-8e for qemu-devel@nongnu.org; Sat, 16 Apr 2011 20:08:24 -0400 Received: by gwb19 with SMTP id 19so1835250gwb.4 for ; Sat, 16 Apr 2011 17:08:23 -0700 (PDT) Message-ID: <4DAA2F74.7090404@codemonkey.ws> Date: Sat, 16 Apr 2011 19:08:20 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1302953636-24363-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1302953636-24363-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] Trivial patches for 10-16 April List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Brad Hards On 04/16/2011 06:33 AM, Stefan Hajnoczi wrote: > 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 Pulled. Thanks. Regards, Anthony Liguori > .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(-) > >