From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: Michael Tokarev <mjt@tls.msk.ru>, qemu-trivial@nongnu.org
Subject: [Qemu-devel] [PULL 00/22] Trivial patches for 2017-06-04
Date: Sun, 4 Jun 2017 18:45:04 +0300 [thread overview]
Message-ID: <cover.1496591095.git.mjt@msgid.tls.msk.ru> (raw)
Trivial patches for 04 Jun 2017. Please consider applying.
/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 070ccceda3b23f85d048bbcf3c0040252a9a793a:
hw/core: nmi.c can be compiled as common-obj nowadays (2017-06-04 18:43:09 +0300)
----------------------------------------------------------------
trivial patches for 2017-06-04
----------------------------------------------------------------
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 (2):
configure: Detect native NetBSD curses(3)
ivshmem-server: ivshmem-client: Build when eventfd() is available
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 | 5 +++--
contrib/ivshmem-client/Makefile.objs | 2 +-
contrib/ivshmem-server/Makefile.objs | 2 +-
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 ++++-
22 files changed, 73 insertions(+), 65 deletions(-)
next reply other threads:[~2017-06-04 15:50 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-04 15:45 Michael Tokarev [this message]
2017-06-04 15:45 ` [Qemu-devel] [PULL 01/22] qemu-doc: Move the qemu-ga description into a separate chapter Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 02/22] qemu-doc: Add hyperlinks to further license information Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 03/22] docs qemu-doc: Avoid ide-drive, it's deprecated Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 04/22] docs/qdev-device-use.txt: update section Default Devices Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 05/22] tests/libqtest: Print error instead of aborting when env variable is missing Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 06/22] configure: Detect native NetBSD curses(3) Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 07/22] altera_timer: fix incorrect memset Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 08/22] trivial: Remove unneeded ifndef in memory.h Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 09/22] block: Correct documentation for BLOCK_WRITE_THRESHOLD Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 10/22] target/arm: add data cache invalidation cp15 instruction to cortex-r5 Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 11/22] hw/xtensa: sim: use g_string/g_new Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 12/22] hw/sparc: use ARRAY_SIZE() macro Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 13/22] register: display register prefix (name) since it is available Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 14/22] hw/mips: add missing include Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 15/22] qapi: Fix some QMP documentation regressions Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 16/22] scsi/lsi53c895a: Remove unused lsi_mem_*() return value Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 17/22] qemu-ga: remove useless allocation Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 18/22] help: Add newline to end of thread option help text Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 19/22] ide-test: check return of fwrite Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 20/22] dump: fix memory_mapping_filter leak Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 21/22] ivshmem-server: ivshmem-client: Build when eventfd() is available Michael Tokarev
2017-06-04 15:45 ` [Qemu-devel] [PULL 22/22] hw/core: nmi.c can be compiled as common-obj nowadays Michael Tokarev
2017-06-05 12:05 ` [Qemu-devel] [PULL 00/22] Trivial patches for 2017-06-04 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1496591095.git.mjt@msgid.tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).