qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/15] qtest and misc patches
Date: Wed, 17 Oct 2018 12:04:52 +0200	[thread overview]
Message-ID: <1539770707-7289-1-git-send-email-thuth@redhat.com> (raw)

 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(-)

             reply	other threads:[~2018-10-17 10:05 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-17 10:04 Thomas Huth [this message]
2018-10-17 10:04 ` [Qemu-devel] [PULL 01/15] qemu-common.h: update copyright date to 2018 Thomas Huth
2018-10-17 10:04 ` [Qemu-devel] [PULL 02/15] target/cris/translate: Get rid of qemu_log_separate() Thomas Huth
2018-10-17 10:04 ` [Qemu-devel] [PULL 03/15] tests: Prevent more accidental test disabling Thomas Huth
2018-10-17 10:04 ` [Qemu-devel] [PULL 04/15] tests: remove gcov-files- variables Thomas Huth
2018-10-17 10:04 ` [Qemu-devel] [PULL 05/15] gdbstub: Remove unused include Thomas Huth
2018-10-17 10:04 ` [Qemu-devel] [PULL 06/15] MAINTAINERS: update block/sheepdog maintainers Thomas Huth
2018-10-17 10:04 ` [Qemu-devel] [PULL 07/15] archive-source.sh: Modern shell scripting (use $() instead of ``) Thomas Huth
2018-10-17 10:05 ` [Qemu-devel] [PULL 08/15] git-submodule.sh: " Thomas Huth
2018-10-17 10:05 ` [Qemu-devel] [PULL 09/15] show-fixed-bugs.sh: " Thomas Huth
2018-10-17 10:05 ` [Qemu-devel] [PULL 10/15] mailmap: Fix Reimar Döffinger name Thomas Huth
2018-10-17 10:05 ` [Qemu-devel] [PULL 11/15] qemu/compiler: Wrap __attribute__((flatten)) in a macro Thomas Huth
2018-10-17 10:05 ` [Qemu-devel] [PULL 12/15] hw/core/generic-loader: Set a category for the generic-loader device Thomas Huth
2018-10-17 10:05 ` [Qemu-devel] [PULL 13/15] cpu: Provide a proper prototype for target_words_bigendian() in a header Thomas Huth
2018-10-17 10:05 ` [Qemu-devel] [PULL 14/15] hw/core/generic-loader: Compile only once, not for each target Thomas Huth
2018-10-17 10:05 ` [Qemu-devel] [PULL 15/15] configure: remove glib_subprocess check Thomas Huth
2018-10-18 14:43 ` [Qemu-devel] [PULL 00/15] qtest and misc patches 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=1539770707-7289-1-git-send-email-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@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).