All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>
Subject: [Qemu-trivial] [PULL 00/12] Trivial patches for 2015-01-15
Date: Thu, 15 Jan 2015 11:30:38 +0300	[thread overview]
Message-ID: <cover.1421310394.git.mjt@msgid.tls.msk.ru> (raw)

This is a next trivial-patches pull request, since the previous one
which was at 2014-12-11 - 4 weeks ago.  Only 12 patches in 4 weeks.
There's nothing exciting in there, but there are several (small)
bugfixes.

Please consider applying/pulling.

With the introduction of pbonzini's "misc" patches tree I'm not
sure current trivial-patches is worth to keep.  Paolo does much
better job in this area than me.

Thanks,

/mjt

The following changes since commit b629a38a13745d62d44de8ebb00f4e38ec6d8f7e:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2015-01-14 18:02:47 +0000)

are available in the git repository at:

  git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2015-01-15

for you to fetch changes up to 99efa84d5c02e33bcca7be83dd7cabc4b0f22f14:

  vl.c: fix some alignment issues (2015-01-15 10:44:13 +0300)

----------------------------------------------------------------
trivial patches for 2015-01-15

----------------------------------------------------------------
David Morrison (1):
      target-openrisc: bugfix for dec_sys to decode instructions correctly

Don Slutz (1):
      Do not hang on full PTY

Marcel Apfelbaum (1):
      vl.c: fix some alignment issues

Paolo Bonzini (2):
      vt82c686: avoid out-of-bounds read
      blizzard: do not depend on VGA internals

Peter Maydell (2):
      tests/hd-geo-test.c: Remove unused test_image variable
      migration/qemu-file.c: Don't shift left into sign bit

SeokYeon Hwang (1):
      translate-all: Mark map_exec() with the 'unused' attribute

Stefan Weil (3):
      target-tricore: Fix new typos
      target-arm: Fix typo in comment (seperately -> separately)
      misc: Fix new typos in comments

Thomas Huth (1):
      Makefile: Remove config.status and common.env during 'make distclean'

 Makefile                         |  4 ++--
 hw/display/blizzard.c            |  1 -
 hw/isa/vt82c686.c                |  2 +-
 include/hw/hotplug.h             |  2 +-
 migration/qemu-file.c            |  2 +-
 qemu-char.c                      |  1 +
 target-arm/helper.c              |  2 +-
 target-openrisc/translate.c      |  2 +-
 target-tricore/csfr.def          |  2 +-
 target-tricore/translate.c       |  2 +-
 target-tricore/tricore-opcodes.h |  4 ++--
 tests/ahci-test.c                |  2 +-
 tests/hd-geo-test.c              |  2 --
 translate-all.c                  |  4 ++--
 vl.c                             | 38 +++++++++++++++++++-------------------
 15 files changed, 34 insertions(+), 36 deletions(-)


WARNING: multiple messages have this Message-ID (diff)
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>
Subject: [Qemu-devel] [PULL 00/12] Trivial patches for 2015-01-15
Date: Thu, 15 Jan 2015 11:30:38 +0300	[thread overview]
Message-ID: <cover.1421310394.git.mjt@msgid.tls.msk.ru> (raw)

This is a next trivial-patches pull request, since the previous one
which was at 2014-12-11 - 4 weeks ago.  Only 12 patches in 4 weeks.
There's nothing exciting in there, but there are several (small)
bugfixes.

Please consider applying/pulling.

With the introduction of pbonzini's "misc" patches tree I'm not
sure current trivial-patches is worth to keep.  Paolo does much
better job in this area than me.

Thanks,

/mjt

The following changes since commit b629a38a13745d62d44de8ebb00f4e38ec6d8f7e:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2015-01-14 18:02:47 +0000)

are available in the git repository at:

  git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2015-01-15

for you to fetch changes up to 99efa84d5c02e33bcca7be83dd7cabc4b0f22f14:

  vl.c: fix some alignment issues (2015-01-15 10:44:13 +0300)

----------------------------------------------------------------
trivial patches for 2015-01-15

----------------------------------------------------------------
David Morrison (1):
      target-openrisc: bugfix for dec_sys to decode instructions correctly

Don Slutz (1):
      Do not hang on full PTY

Marcel Apfelbaum (1):
      vl.c: fix some alignment issues

Paolo Bonzini (2):
      vt82c686: avoid out-of-bounds read
      blizzard: do not depend on VGA internals

Peter Maydell (2):
      tests/hd-geo-test.c: Remove unused test_image variable
      migration/qemu-file.c: Don't shift left into sign bit

SeokYeon Hwang (1):
      translate-all: Mark map_exec() with the 'unused' attribute

Stefan Weil (3):
      target-tricore: Fix new typos
      target-arm: Fix typo in comment (seperately -> separately)
      misc: Fix new typos in comments

Thomas Huth (1):
      Makefile: Remove config.status and common.env during 'make distclean'

 Makefile                         |  4 ++--
 hw/display/blizzard.c            |  1 -
 hw/isa/vt82c686.c                |  2 +-
 include/hw/hotplug.h             |  2 +-
 migration/qemu-file.c            |  2 +-
 qemu-char.c                      |  1 +
 target-arm/helper.c              |  2 +-
 target-openrisc/translate.c      |  2 +-
 target-tricore/csfr.def          |  2 +-
 target-tricore/translate.c       |  2 +-
 target-tricore/tricore-opcodes.h |  4 ++--
 tests/ahci-test.c                |  2 +-
 tests/hd-geo-test.c              |  2 --
 translate-all.c                  |  4 ++--
 vl.c                             | 38 +++++++++++++++++++-------------------
 15 files changed, 34 insertions(+), 36 deletions(-)

             reply	other threads:[~2015-01-15  8:31 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-15  8:30 Michael Tokarev [this message]
2015-01-15  8:30 ` [Qemu-devel] [PULL 00/12] Trivial patches for 2015-01-15 Michael Tokarev
2015-01-15  8:30 ` [Qemu-trivial] [PULL 01/12] vt82c686: avoid out-of-bounds read Michael Tokarev
2015-01-15  8:30   ` [Qemu-devel] " Michael Tokarev
2015-01-15  8:30 ` [Qemu-trivial] [PULL 02/12] tests/hd-geo-test.c: Remove unused test_image variable Michael Tokarev
2015-01-15  8:30   ` [Qemu-devel] " Michael Tokarev
2015-01-15  8:30 ` [Qemu-trivial] [PULL 03/12] translate-all: Mark map_exec() with the 'unused' attribute Michael Tokarev
2015-01-15  8:30   ` [Qemu-devel] " Michael Tokarev
2015-01-15  8:30 ` [Qemu-trivial] [PULL 04/12] migration/qemu-file.c: Don't shift left into sign bit Michael Tokarev
2015-01-15  8:30   ` [Qemu-devel] " Michael Tokarev
2015-01-15  8:30 ` [Qemu-trivial] [PULL 05/12] target-tricore: Fix new typos Michael Tokarev
2015-01-15  8:30   ` [Qemu-devel] " Michael Tokarev
2015-01-15  8:30 ` [Qemu-trivial] [PULL 06/12] target-arm: Fix typo in comment (seperately -> separately) Michael Tokarev
2015-01-15  8:30   ` [Qemu-devel] " Michael Tokarev
2015-01-15  8:30 ` [Qemu-trivial] [PULL 07/12] misc: Fix new typos in comments Michael Tokarev
2015-01-15  8:30   ` [Qemu-devel] " Michael Tokarev
2015-01-15  8:30 ` [Qemu-trivial] [PULL 08/12] Do not hang on full PTY Michael Tokarev
2015-01-15  8:30   ` [Qemu-devel] " Michael Tokarev
2015-01-15  8:30 ` [Qemu-trivial] [PULL 09/12] target-openrisc: bugfix for dec_sys to decode instructions correctly Michael Tokarev
2015-01-15  8:30   ` [Qemu-devel] " Michael Tokarev
2015-01-15  8:30 ` [Qemu-trivial] [PULL 10/12] Makefile: Remove config.status and common.env during 'make distclean' Michael Tokarev
2015-01-15  8:30   ` [Qemu-devel] " Michael Tokarev
2015-01-15  8:30 ` [Qemu-trivial] [PULL 11/12] blizzard: do not depend on VGA internals Michael Tokarev
2015-01-15  8:30   ` [Qemu-devel] " Michael Tokarev
2015-01-15  8:30 ` [Qemu-trivial] [PULL 12/12] vl.c: fix some alignment issues Michael Tokarev
2015-01-15  8:30   ` [Qemu-devel] " Michael Tokarev
2015-01-15 11:55 ` [Qemu-trivial] [Qemu-devel] [PULL 00/12] Trivial patches for 2015-01-15 Peter Maydell
2015-01-15 11:55   ` Peter Maydell
2015-01-15 12:08   ` [Qemu-trivial] " Paolo Bonzini
2015-01-15 12:08     ` Paolo Bonzini

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=cover.1421310394.git.mjt@msgid.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@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 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.