mbox

[PULL,trivial,00/11] trivial patches for 2013-07-27

Message ID 1374910406-15273-1-git-send-email-mjt@msgid.tls.msk.ru
State New
Headers show

Pull-request

git://git.corpit.ru/qemu.git trivial-patches

Message

Michael Tokarev July 27, 2013, 7:33 a.m. UTC
We collected a few more trivial patches this week, including a compile
failure fix for 32bit builds by Stefan Weil.

Please pull.

The following changes since commit 200a06397f5d3e982028fd78b25b420507ade021:

  Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging (2013-07-26 17:53:19 -0500)

are available in the git repository at:


  git://git.corpit.ru/qemu.git trivial-patches

for you to fetch changes up to 6c86f405efd6532b58ad1b607cc9f11e856ef5ca:

  target-mips: Remove assignment to a variable which is never used (2013-07-27 11:22:54 +0400)

----------------------------------------------------------------
Liu Ping Fan (1):
      timer: make timers_state static

Petar Jovanovic (1):
      linux-user: correct argument number for sys_mremap and sys_splice

Ramkumar Ramachandra (1):
      qemu-options: mention C-a h in the -nographic doc

Stefan Weil (8):
      aes: Remove unused code (NDEBUG, u16)
      hw/9pfs: Fix potential memory leak and avoid reuse of freed memory
      exec: Remove env from list of poisoned names
      watchdog: Remove break after exit
      PPC: dbdma: macio: Fix format specifiers (build regression)
      misc: Fix new typos in comments and strings
      misc: Use g_assert_not_reached for code which is expected to be unreachable
      target-mips: Remove assignment to a variable which is never used

 block/vhdx.h                       |    2 +-
 blockdev.c                         |    2 +-
 cpus.c                             |    2 +-
 docs/rdma.txt                      |    2 +-
 hw/9pfs/virtio-9p-proxy.c          |    2 ++
 hw/ide/macio.c                     |    9 +++++----
 hw/net/vmxnet3.c                   |   16 ++++++++--------
 hw/net/vmxnet_tx_pkt.c             |    2 +-
 hw/usb/hcd-ehci.c                  |    8 ++++----
 hw/virtio/virtio-balloon.c         |    4 ++--
 hw/watchdog/watchdog.c             |    1 -
 hw/xen/xen_pt.c                    |    3 ++-
 include/exec/poison.h              |    1 -
 linux-user/main.c                  |    4 ++--
 migration-rdma.c                   |    4 ++--
 net/eth.c                          |    2 +-
 qdev-monitor.c                     |    4 ++--
 qemu-options.hx                    |    3 ++-
 target-arm/helper.c                |    2 +-
 target-mips/op_helper.c            |    1 -
 tests/test-qmp-input-visitor.c     |    2 +-
 tests/test-qmp-output-visitor.c    |    4 ++--
 tests/test-visitor-serialization.c |    8 ++++----
 util/aes.c                         |    5 -----
 24 files changed, 45 insertions(+), 48 deletions(-)

Comments

Aurelien Jarno July 29, 2013, 7:42 a.m. UTC | #1
On Sat, Jul 27, 2013 at 11:33:15AM +0400, Michael Tokarev wrote:
> We collected a few more trivial patches this week, including a compile
> failure fix for 32bit builds by Stefan Weil.
> 
> Please pull.
> 
> The following changes since commit 200a06397f5d3e982028fd78b25b420507ade021:
> 
>   Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging (2013-07-26 17:53:19 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.corpit.ru/qemu.git trivial-patches
> 
> for you to fetch changes up to 6c86f405efd6532b58ad1b607cc9f11e856ef5ca:
> 
>   target-mips: Remove assignment to a variable which is never used (2013-07-27 11:22:54 +0400)
> 
> ----------------------------------------------------------------
> Liu Ping Fan (1):
>       timer: make timers_state static
> 
> Petar Jovanovic (1):
>       linux-user: correct argument number for sys_mremap and sys_splice
> 
> Ramkumar Ramachandra (1):
>       qemu-options: mention C-a h in the -nographic doc
> 
> Stefan Weil (8):
>       aes: Remove unused code (NDEBUG, u16)
>       hw/9pfs: Fix potential memory leak and avoid reuse of freed memory
>       exec: Remove env from list of poisoned names
>       watchdog: Remove break after exit
>       PPC: dbdma: macio: Fix format specifiers (build regression)
>       misc: Fix new typos in comments and strings
>       misc: Use g_assert_not_reached for code which is expected to be unreachable
>       target-mips: Remove assignment to a variable which is never used
> 
>  block/vhdx.h                       |    2 +-
>  blockdev.c                         |    2 +-
>  cpus.c                             |    2 +-
>  docs/rdma.txt                      |    2 +-
>  hw/9pfs/virtio-9p-proxy.c          |    2 ++
>  hw/ide/macio.c                     |    9 +++++----
>  hw/net/vmxnet3.c                   |   16 ++++++++--------
>  hw/net/vmxnet_tx_pkt.c             |    2 +-
>  hw/usb/hcd-ehci.c                  |    8 ++++----
>  hw/virtio/virtio-balloon.c         |    4 ++--
>  hw/watchdog/watchdog.c             |    1 -
>  hw/xen/xen_pt.c                    |    3 ++-
>  include/exec/poison.h              |    1 -
>  linux-user/main.c                  |    4 ++--
>  migration-rdma.c                   |    4 ++--
>  net/eth.c                          |    2 +-
>  qdev-monitor.c                     |    4 ++--
>  qemu-options.hx                    |    3 ++-
>  target-arm/helper.c                |    2 +-
>  target-mips/op_helper.c            |    1 -
>  tests/test-qmp-input-visitor.c     |    2 +-
>  tests/test-qmp-output-visitor.c    |    4 ++--
>  tests/test-visitor-serialization.c |    8 ++++----
>  util/aes.c                         |    5 -----
>  24 files changed, 45 insertions(+), 48 deletions(-)
> 

Thanks, pulled.