qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PULL 00/19] Trivial patches for 2015-10-08


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 00/19] Trivial patches for 2015-10-08
Date: Thu, 8 Oct 2015 19:52:09 +0300

Another trivial-patches pull request.
Everything's trivial in there this time.

Please consider applying/pulling.

Thank you!

/mjt

The following changes since commit 31c9bd164ddb653915b9029ba0edd40cd57530d9:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20151007' into 
staging (2015-10-08 15:33:56 +0100)

are available in the git repository at:

  git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2015-10-08

for you to fetch changes up to deb847bfba7ee0ab8151842f5e9cb12d4daad3a3:

  tests: Unique test path for /string-visitor/output (2015-10-08 19:48:17 +0300)

----------------------------------------------------------------
trivial patches for 2015-10-08

----------------------------------------------------------------
Christopher Covington (1):
      s/cpu_get_real_ticks/cpu_get_host_ticks/

Daniel P. Berrange (1):
      Add .dir-locals.el file to configure emacs coding style

David Gibson (1):
      .travis.yml: Run make check for all targets, not just some

Dr. David Alan Gilbert (1):
      tests: Unique test path for /string-visitor/output

Guenter Roeck (1):
      imx_serial: Generate interrupt on tx empty if enabled

Marc-André Lureau (1):
      qapi: add missing @

Markus Armbruster (2):
      rocker: Use g_new() & friends where that makes obvious sense
      linux-user: Use g_new() & friends where that makes obvious sense

Paolo Bonzini (3):
      block/ssh: remove dead code
      pci-assign: do not include sys/io.h
      pc: check for underflow in load_linux

Sai Pavan Boddu (2):
      sdhci: use PRIx64 for uint64_t type
      sdhci: Change debug prints to compile unconditionally

Shraddha Barke (4):
      target-microblaze: Remove unnecessary variable
      target-ppc: Remove unnecessary variable
      hw: timer: Remove unnecessary variable
      hw: char: Remove unnecessary variable

Stefan Weil (2):
      MAINTAINERS: Add NSIS file for W32, W64 hosts
      linux-user: Remove type casts to union type

 .dir-locals.el                     |  2 ++
 .travis.yml                        | 10 +--------
 MAINTAINERS                        |  1 +
 block/ssh.c                        |  5 +----
 bsd-user/main.c                    |  2 +-
 cpus.c                             |  6 +++---
 hw/char/etraxfs_ser.c              |  4 +---
 hw/char/imx_serial.c               |  4 +++-
 hw/i386/kvm/pci-assign.c           |  1 -
 hw/i386/pc.c                       |  4 ++++
 hw/intc/xics.c                     |  2 +-
 hw/net/rocker/rocker.c             |  2 +-
 hw/net/rocker/rocker_desc.c        |  4 ++--
 hw/net/rocker/rocker_fp.c          |  2 +-
 hw/net/rocker/rocker_of_dpa.c      |  9 ++++----
 hw/ppc/ppc.c                       |  4 ++--
 hw/sd/sdhci.c                      | 43 ++++++++++++++++++++------------------
 hw/timer/m48t59.c                  |  4 +---
 include/qemu/timer.h               | 20 +++++++++---------
 linux-user/elfload.c               |  2 +-
 linux-user/main.c                  |  6 +++---
 linux-user/syscall.c               | 10 ++++-----
 qapi/block.json                    |  2 +-
 target-alpha/sys_helper.c          |  2 +-
 target-microblaze/op_helper.c      |  4 +---
 target-ppc/kvm.c                   |  3 +--
 tests/test-string-output-visitor.c | 16 +++++++-------
 27 files changed, 83 insertions(+), 91 deletions(-)
 create mode 100644 .dir-locals.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]