mbox

[PULL,0/8] Trivial branch patches

Message ID 20190919135443.15164-1-laurent@vivier.eu
State New
Headers show

Pull-request

git://github.com/vivier/qemu.git tags/trivial-branch-pull-request

Message

Laurent Vivier Sept. 19, 2019, 1:54 p.m. UTC
The following changes since commit f8c3db33a5e863291182f8862ddf81618a7c6194:

  target/sparc: Switch to do_transaction_failed() hook (2019-09-17 12:01:00 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/trivial-branch-pull-request

for you to fetch changes up to 754119198de633683d7af79bc08e73c2de9df011:

  configure: Add xkbcommon configure options (2019-09-19 14:42:31 +0200)

----------------------------------------------------------------
Trivial patches 20190919

----------------------------------------------------------------

Chen Zhang (1):
  vfio: fix a typo

Eric Blake (1):
  build: Don't ignore qapi-visit-core.c

Greg Kurz (1):
  kvm: Fix typo in header of kvm_device_access()

James Le Cuirot (1):
  configure: Add xkbcommon configure options

Justin Hibbits (1):
  Fix cacheline detection on FreeBSD/powerpc.

KONRAD Frederic (1):
  target/m68k/fpu_helper.c: rename the access arguments

Philippe Mathieu-Daudé (1):
  cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"

Thomas Huth (1):
  Replace '-machine accel=xyz' with '-accel xyz'

 .gitignore                          |  1 +
 block/qapi.c                        |  2 +-
 configure                           |  5 +++++
 hw/vfio/pci.c                       |  4 ++--
 include/qemu-common.h               |  1 -
 include/qemu/cutils.h               |  2 ++
 include/sysemu/kvm.h                |  2 +-
 python/qemu/qtest.py                |  2 +-
 qapi/string-output-visitor.c        |  2 +-
 qemu-deprecated.texi                |  3 +--
 qemu-options.hx                     |  2 +-
 target/m68k/fpu_helper.c            |  8 ++++----
 tests/libqtest.c                    |  2 +-
 tests/migration/guestperf/engine.py |  2 +-
 tests/qemu-iotests/172              |  2 +-
 util/cacheinfo.c                    | 23 +++++++++++++----------
 16 files changed, 36 insertions(+), 27 deletions(-)

Comments

Peter Maydell Sept. 20, 2019, 4:28 p.m. UTC | #1
On Thu, 19 Sep 2019 at 15:02, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit f8c3db33a5e863291182f8862ddf81618a7c6194:
>
>   target/sparc: Switch to do_transaction_failed() hook (2019-09-17 12:01:00 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/trivial-branch-pull-request
>
> for you to fetch changes up to 754119198de633683d7af79bc08e73c2de9df011:
>
>   configure: Add xkbcommon configure options (2019-09-19 14:42:31 +0200)
>
> ----------------------------------------------------------------
> Trivial patches 20190919
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM