All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PULL for-2.0 00/11] Trivial patches for 2014-04-08
@ 2014-04-08  7:04 ` Michael Tokarev
  0 siblings, 0 replies; 36+ messages in thread
From: Michael Tokarev @ 2014-04-08  7:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Michael Tokarev

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


^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2014-04-08 11:58 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08  7:04 [Qemu-trivial] [PULL for-2.0 00/11] Trivial patches for 2014-04-08 Michael Tokarev
2014-04-08  7:04 ` [Qemu-devel] " Michael Tokarev
2014-04-08  7:04 ` [Qemu-trivial] [PULL 01/11] vl: Report accelerator not supported for target more nicely Michael Tokarev
2014-04-08  7:04   ` [Qemu-devel] " Michael Tokarev
2014-04-08  7:18   ` [Qemu-trivial] " Chen Gang
2014-04-08  7:18     ` [Qemu-devel] " Chen Gang
2014-04-08  7:04 ` [Qemu-trivial] [PULL 02/11] qga: trivial fix for unclear documentation of guest-set-time Michael Tokarev
2014-04-08  7:04   ` [Qemu-devel] " Michael Tokarev
2014-04-08  7:04 ` [Qemu-trivial] [PULL 03/11] configure: Fix indentation of help for --enable/disable-debug-info Michael Tokarev
2014-04-08  7:04   ` [Qemu-devel] " Michael Tokarev
2014-04-08  7:04 ` [Qemu-trivial] [PULL 04/11] net: Report error when device / hub combo is not found Michael Tokarev
2014-04-08  7:04   ` [Qemu-devel] " Michael Tokarev
2014-04-08  7:04 ` [Qemu-trivial] [PULL 05/11] hw/ide/ahci.c: Avoid shift left into sign bit Michael Tokarev
2014-04-08  7:04   ` [Qemu-devel] " Michael Tokarev
2014-04-08  7:04 ` [Qemu-trivial] [PULL 06/11] int128.h: Avoid undefined behaviours involving signed arithmetic Michael Tokarev
2014-04-08  7:04   ` [Qemu-devel] " Michael Tokarev
2014-04-08  7:04 ` [Qemu-trivial] [PULL 07/11] xbzrle.c: Avoid undefined behaviour with " Michael Tokarev
2014-04-08  7:04   ` [Qemu-devel] " Michael Tokarev
2014-04-08  7:04 ` [Qemu-trivial] [PULL 08/11] scripts: add sample model file for Coverity Scan Michael Tokarev
2014-04-08  7:04   ` [Qemu-devel] " Michael Tokarev
2014-04-08  7:04 ` [Qemu-trivial] [PULL 09/11] configure: Remove redundant message for -Werror Michael Tokarev
2014-04-08  7:04   ` [Qemu-devel] " Michael Tokarev
2014-04-08  7:04 ` [Qemu-trivial] [PULL 10/11] doc: grammify "allows to" Michael Tokarev
2014-04-08  7:04   ` [Qemu-devel] " Michael Tokarev
2014-04-08  7:04 ` [Qemu-trivial] [PULL 11/11] Fix grammar in comment Michael Tokarev
2014-04-08  7:04   ` [Qemu-devel] " Michael Tokarev
2014-04-08  8:10 ` [Qemu-trivial] [Qemu-devel] [PULL for-2.0 00/11] Trivial patches for 2014-04-08 Peter Maydell
2014-04-08  8:10   ` Peter Maydell
2014-04-08  8:52   ` [Qemu-trivial] " Michael Tokarev
2014-04-08  8:52     ` Michael Tokarev
2014-04-08  9:41     ` [Qemu-trivial] " Peter Maydell
2014-04-08  9:41       ` Peter Maydell
2014-04-08 10:57       ` [Qemu-trivial] " Markus Armbruster
2014-04-08 10:57         ` Markus Armbruster
2014-04-08 11:58         ` [Qemu-trivial] " Michael Tokarev
2014-04-08 11:58           ` Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.