mbox

[PULL,0/9] Trivial patches for 20 December 2011 to 6 January 2012

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

Pull-request

git://github.com/stefanha/qemu.git trivial-patches

Message

Stefan Hajnoczi Jan. 6, 2012, 3:51 p.m. UTC
My pull request from 22 December 2011 was misformatted and therefore not
merged.  I have included those patches again together with the latest batch of
trivial patches.

The following changes since commit c47f3223658119219bbe0b8d09da733d1c06e76f:

  Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging (2012-01-04 10:06:25 -0600)

are available in the git repository at:

  git://github.com/stefanha/qemu.git trivial-patches

Alon Levy (1):
      qemu-options.hx: fix tls-channel help text

Markus Armbruster (2):
      Strip trailing '\n' from error_report()'s first argument (again)
      scsi virtio-blk usb-msd: Clean up device init error messages

Peter Maydell (3):
      configure: Fix test for supported host CPU type
      gdbstub: Fix fd leak in gdbserver_open() error path
      net/socket.c: Fix fd leak in net_socket_listen_init() error paths

Sebastian Herbszt (1):
      Make python mandatory

Stefan Hajnoczi (1):
      qemu-nbd: drop loop which can never loop

Stefan Weil (1):
      configure: CONFIG_QEMU_INTERP_PREFIX only for user mode

 configure         |   56 +++++++++++++++++++++++-----------------------------
 gdbstub.c         |    2 +
 hw/scsi-disk.c    |    4 +-
 hw/scsi-generic.c |    8 +++---
 hw/usb-bus.c      |   12 +++++-----
 hw/usb-msd.c      |    2 +-
 hw/virtio-blk.c   |    2 +-
 net/socket.c      |    2 +
 qemu-nbd.c        |   10 +++-----
 qemu-options.hx   |    4 +-
 usb-redir.c       |    4 +-
 11 files changed, 51 insertions(+), 55 deletions(-)

Comments

Anthony Liguori Jan. 9, 2012, 2:51 p.m. UTC | #1
On 01/06/2012 09:51 AM, Stefan Hajnoczi wrote:
> My pull request from 22 December 2011 was misformatted and therefore not
> merged.  I have included those patches again together with the latest batch of
> trivial patches.
>
> The following changes since commit c47f3223658119219bbe0b8d09da733d1c06e76f:
>
>    Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging (2012-01-04 10:06:25 -0600)

Pulled a couple days ago and forgot to send a note.  Thanks.

Regards,

Anthony Liguori

>
> are available in the git repository at:
>
>    git://github.com/stefanha/qemu.git trivial-patches
>
> Alon Levy (1):
>        qemu-options.hx: fix tls-channel help text
>
> Markus Armbruster (2):
>        Strip trailing '\n' from error_report()'s first argument (again)
>        scsi virtio-blk usb-msd: Clean up device init error messages
>
> Peter Maydell (3):
>        configure: Fix test for supported host CPU type
>        gdbstub: Fix fd leak in gdbserver_open() error path
>        net/socket.c: Fix fd leak in net_socket_listen_init() error paths
>
> Sebastian Herbszt (1):
>        Make python mandatory
>
> Stefan Hajnoczi (1):
>        qemu-nbd: drop loop which can never loop
>
> Stefan Weil (1):
>        configure: CONFIG_QEMU_INTERP_PREFIX only for user mode
>
>   configure         |   56 +++++++++++++++++++++++-----------------------------
>   gdbstub.c         |    2 +
>   hw/scsi-disk.c    |    4 +-
>   hw/scsi-generic.c |    8 +++---
>   hw/usb-bus.c      |   12 +++++-----
>   hw/usb-msd.c      |    2 +-
>   hw/virtio-blk.c   |    2 +-
>   net/socket.c      |    2 +
>   qemu-nbd.c        |   10 +++-----
>   qemu-options.hx   |    4 +-
>   usb-redir.c       |    4 +-
>   11 files changed, 51 insertions(+), 55 deletions(-)
>