Hi Peter,
the following changes since commit dddb37495b844270088e68e3bf30b764d48d863f:
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20181015.0' into staging (2018-10-15 18:44:04 +0100)
are available in the git repository at:
https://gitlab.com/huth/qemu.git tags/pull-request-2018-10-17
for you to fetch changes up to 7fc527cdc9cfd139dee1d90e3220a884229a7698:
configure: remove glib_subprocess check (2018-10-17 09:01:41 +0200)
----------------------------------------------------------------
- Updates for qtest entries in test/Makefile.include
- Simple updates for some shell scripts
- Misc simple patches for files without regular subsystem pull requests
----------------------------------------------------------------
Eric Blake (1):
tests: Prevent more accidental test disabling
John Arbuckle (1):
qemu-common.h: update copyright date to 2018
Liu Yuan (1):
MAINTAINERS: update block/sheepdog maintainers
Mao Zhongyi (3):
archive-source.sh: Modern shell scripting (use $() instead of ``)
git-submodule.sh: Modern shell scripting (use $() instead of ``)
show-fixed-bugs.sh: Modern shell scripting (use $() instead of ``)
Marc-André Lureau (1):
configure: remove glib_subprocess check
Paolo Bonzini (1):
tests: remove gcov-files- variables
Philippe Mathieu-Daudé (2):
gdbstub: Remove unused include
mailmap: Fix Reimar Döffinger name
Thomas Huth (5):
target/cris/translate: Get rid of qemu_log_separate()
qemu/compiler: Wrap __attribute__((flatten)) in a macro
hw/core/generic-loader: Set a category for the generic-loader device
cpu: Provide a proper prototype for target_words_bigendian() in a header
hw/core/generic-loader: Compile only once, not for each target
.mailmap | 3 +-
MAINTAINERS | 1 -
configure | 6 --
docs/devel/testing.rst | 4 +-
exec.c | 5 --
fpu/softfloat.c | 39 +++++--------
gdbstub.c | 1 -
hw/core/Makefile.objs | 2 +-
hw/core/generic-loader.c | 7 +--
hw/virtio/virtio.c | 1 -
include/qemu-common.h | 2 +-
include/qemu/compiler.h | 15 +++++
include/qom/cpu.h | 11 ++++
qom/cpu.c | 1 -
scripts/archive-source.sh | 4 +-
scripts/git-submodule.sh | 4 +-
scripts/show-fixed-bugs.sh | 10 ++--
target/cris/translate.c | 6 +-
tests/Makefile.include | 140 ++++-----------------------------------------
19 files changed, 69 insertions(+), 193 deletions(-)