mbox

[PULL] Trivial patches for 10-16 April

Message ID 1302953636-24363-1-git-send-email-stefanha@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/stefanha.git trivial-patches

Message

Stefan Hajnoczi April 16, 2011, 11:33 a.m. UTC
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(-)

Comments

Anthony Liguori April 17, 2011, 12:08 a.m. UTC | #1
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(-)
>
>