mbox

[PULL,00/21] Trivial patches for 2017-06-05

Message ID cover.1496672631.git.mjt@msgid.tls.msk.ru
State New
Headers show

Pull-request

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

Message

Michael Tokarev June 5, 2017, 2:25 p.m. UTC
This is a resend of the yesterday's trivial-patches queue, without
an ivshmem change which broke static build (will take a look at
that later). The rest is exactly the same, so sending only the
cover letter.

Thanks,

/mjt

The following changes since commit c6e84fbd447a51e1161d74d71566a5f67b47eac5:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2017-06-02 17:46:22 +0100)

are available in the git repository at:

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

for you to fetch changes up to 03e947f9c2264356aef037e6bf9c496b5deae2d2:

  hw/core: nmi.c can be compiled as common-obj nowadays (2017-06-05 17:23:36 +0300)

----------------------------------------------------------------
trivial patches for 2017-06-05

----------------------------------------------------------------
Eric Blake (2):
      block: Correct documentation for BLOCK_WRITE_THRESHOLD
      qapi: Fix some QMP documentation regressions

John Snow (1):
      ide-test: check return of fwrite

Juan Quintela (1):
      trivial: Remove unneeded ifndef in memory.h

Kamil Rytarowski (1):
      configure: Detect native NetBSD curses(3)

Luc MICHEL (1):
      target/arm: add data cache invalidation cp15 instruction to cortex-r5

Mao Zhongyi (1):
      scsi/lsi53c895a: Remove unused lsi_mem_*() return value

Marc-André Lureau (2):
      qemu-ga: remove useless allocation
      dump: fix memory_mapping_filter leak

Markus Armbruster (2):
      docs qemu-doc: Avoid ide-drive, it's deprecated
      docs/qdev-device-use.txt: update section Default Devices

Max Filippov (1):
      hw/xtensa: sim: use g_string/g_new

Paolo Bonzini (1):
      altera_timer: fix incorrect memset

Philippe Mathieu-Daudé (3):
      hw/sparc: use ARRAY_SIZE() macro
      register: display register prefix (name) since it is available
      hw/mips: add missing include

Suraj Jitindar Singh (1):
      help: Add newline to end of thread option help text

Thomas Huth (4):
      qemu-doc: Move the qemu-ga description into a separate chapter
      qemu-doc: Add hyperlinks to further license information
      tests/libqtest: Print error instead of aborting when env variable is missing
      hw/core: nmi.c can be compiled as common-obj nowadays

 configure                |  3 +--
 docs/bootindex.txt       |  2 +-
 docs/qdev-device-use.txt | 13 +++++++------
 hw/core/Makefile.objs    |  2 +-
 hw/core/register.c       |  8 ++++----
 hw/scsi/lsi53c895a.c     | 10 ++++------
 hw/sparc64/sun4u.c       |  2 +-
 hw/timer/altera_timer.c  |  2 +-
 hw/xtensa/sim.c          | 10 +++++-----
 include/exec/memory.h    |  2 --
 include/hw/mips/mips.h   |  1 +
 memory_mapping.c         |  1 +
 qapi/block-core.json     | 30 +++++++++++++++---------------
 qapi/block.json          |  2 +-
 qemu-doc.texi            | 21 +++++++++++----------
 qemu-options.hx          |  4 ++--
 qga/commands-posix.c     |  4 +---
 target/arm/cpu.c         |  2 ++
 tests/ide-test.c         |  8 ++++++--
 tests/libqtest.c         |  5 ++++-
 20 files changed, 69 insertions(+), 63 deletions(-)

Comments

Peter Maydell June 5, 2017, 3:48 p.m. UTC | #1
On 5 June 2017 at 15:25, Michael Tokarev <mjt@tls.msk.ru> wrote:
> This is a resend of the yesterday's trivial-patches queue, without
> an ivshmem change which broke static build (will take a look at
> that later). The rest is exactly the same, so sending only the
> cover letter.
>
> Thanks,
>
> /mjt
>
> The following changes since commit c6e84fbd447a51e1161d74d71566a5f67b47eac5:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2017-06-02 17:46:22 +0100)
>
> are available in the git repository at:
>
>   git://git.corpit.ru/qemu.git tags/trivial-patches-fetch
>
> for you to fetch changes up to 03e947f9c2264356aef037e6bf9c496b5deae2d2:
>
>   hw/core: nmi.c can be compiled as common-obj nowadays (2017-06-05 17:23:36 +0300)
>
> ----------------------------------------------------------------
> trivial patches for 2017-06-05
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM