qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PULL for-2.0 00/11] Trivial patches for 2014-04-08


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL for-2.0 00/11] Trivial patches for 2014-04-08
Date: Tue, 8 Apr 2014 11:04:00 +0400

This is the last-minute trivial-patches tree.  We're very close to
release now, and here are mostly doc/comment/identation fixes which
are safe even at this stage of the release process.  There's also
addition of the coverity model which does not affect code in any way.

And there's a series of 3 patches by Peter Maydell which adds casts
to uint* in a few places.  Those are also quite simple and safe, even
with quite some disagreement about whenever this is necessary to
start with -- I mean the int128 change, the other changes are good.
At least this way we make it consistent with other parts of the code.

Please consider pulling/applying.

Thanks,

/mjt

The following changes since commit 466e6e9d13d56bbb6da1d2396d7d6347df483af0:

  target-i386: reorder fields in cpu/msr_hyperv_hypercall subsection 
(2014-04-05 10:49:05 +0100)

are available in the git repository at:

  git://git.corpit.ru/qemu.git tags/trivial-patches-2014-04-08

for you to fetch changes up to cd791dd1090680dba795940fe5ef80699102ae0b:

  Fix grammar in comment (2014-04-08 10:56:10 +0400)

----------------------------------------------------------------
trivial patches for 2014-04-08

----------------------------------------------------------------
Amos Kong (1):
      qga: trivial fix for unclear documentation of guest-set-time

Chen Gang (1):
      vl: Report accelerator not supported for target more nicely

Hani Benhabiles (1):
      net: Report error when device / hub combo is not found.

Michael Tokarev (1):
      doc: grammify "allows to"

Paolo Bonzini (1):
      scripts: add sample model file for Coverity Scan

Peter Maydell (4):
      configure: Fix indentation of help for --enable/disable-debug-info
      hw/ide/ahci.c: Avoid shift left into sign bit
      int128.h: Avoid undefined behaviours involving signed arithmetic
      xbzrle.c: Avoid undefined behaviour with signed arithmetic

Stefan Weil (2):
      configure: Remove redundant message for -Werror
      Fix grammar in comment

 configure                |    5 +-
 hw/i2c/smbus_eeprom.c    |    2 +-
 hw/ide/ahci.c            |    4 +-
 include/qemu/int128.h    |    4 +-
 net/net.c                |    4 +-
 qemu-doc.texi            |    2 +-
 qemu-options.hx          |    5 +-
 qga/commands-posix.c     |    2 +-
 qga/qapi-schema.json     |   14 ++--
 scripts/coverity-model.c |  183 ++++++++++++++++++++++++++++++++++++++++++++++
 vl.c                     |    2 +-
 xbzrle.c                 |    8 +-
 12 files changed, 211 insertions(+), 24 deletions(-)
 create mode 100644 scripts/coverity-model.c



reply via email to

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