mbox

[PULL,for-2.1,0/8] Trivial patches for 2014-07-18

Message ID 1405692553-564-1-git-send-email-mjt@msgid.tls.msk.ru
State New
Headers show

Pull-request

git://git.corpit.ru/qemu.git tags/trivial-patches-2014-07-18

Message

Michael Tokarev July 18, 2014, 2:09 p.m. UTC
Since we're close to release, I included only really-really-trivial
and safe changes in this pull request, -- only those which wont
break anything.  One good patch is a documentation change mentioning
icmp sockets, plus a series from Stefan Weil which adds some missing
`static' attributes here and there and fixes some typos in comments.
Plus a single patch from Chen Gang which was in the queue for quite
some time, also really trivial.  And an addition of error message
for slirp code which was pinged several times already.

I haven't considered other "a bit less" than trivial patches for 2.1.

Please consider either pulling whole series or at least applying the
icmp doc change.

Thanks,

/mjt

The following changes since commit 4d121a549869b93475ccf8b9a0d3e693011d1abb:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2014-07-18 09:35:51 +0100)

are available in the git repository at:

  git://git.corpit.ru/qemu.git tags/trivial-patches-2014-07-18

for you to fetch changes up to 748bfb4eee8e699f3d2dd6a95820d1a9e57e4aa6:

  tests: Add missing 'static' attributes (fix warnings from smatch) (2014-07-18 17:45:37 +0400)

----------------------------------------------------------------
trivial patches for 2014-07-18

----------------------------------------------------------------
Chen Gang (1):
      qemu-img: Remove redundancy "ret = -1"

Gernot Hillier (1):
      doc: slirp supports ICMP echo if enabled in Linux

Peter Maydell (1):
      slirp: Give error message if hostfwd_add/remove for unrecognized vlan/stack

Stefan Weil (5):
      Fix new typos in comments (found by codespell)
      hw/usb: Add missing 'static' attribute
      qga: Add missing 'static' attribute
      migration: Add missing 'static' attribute
      tests: Add missing 'static' attributes (fix warnings from smatch)

 block-migration.c                     |    2 +-
 hw/i386/pc_piix.c                     |    2 +-
 hw/i386/pc_q35.c                      |    2 +-
 hw/usb/hcd-ohci.c                     |    2 +-
 include/libdecnumber/decNumberLocal.h |    2 +-
 net/slirp.c                           |    1 +
 qemu-doc.texi                         |   13 ++++++++++---
 qemu-img.c                            |    1 -
 qga/commands-posix.c                  |    2 +-
 tests/fdc-test.c                      |    2 +-
 tests/test-aio.c                      |    2 +-
 tests/test-qemu-opts.c                |    2 +-
 tests/test-throttle.c                 |    8 ++++----
 tests/test-visitor-serialization.c    |    6 +++---
 tests/test-vmstate.c                  |    4 ++--
 xen-hvm.c                             |    2 +-
 16 files changed, 30 insertions(+), 23 deletions(-)

Comments

Peter Maydell July 21, 2014, 10:16 a.m. UTC | #1
On 18 July 2014 15:09, Michael Tokarev <mjt@tls.msk.ru> wrote:
> Since we're close to release, I included only really-really-trivial
> and safe changes in this pull request, -- only those which wont
> break anything.  One good patch is a documentation change mentioning
> icmp sockets, plus a series from Stefan Weil which adds some missing
> `static' attributes here and there and fixes some typos in comments.
> Plus a single patch from Chen Gang which was in the queue for quite
> some time, also really trivial.  And an addition of error message
> for slirp code which was pinged several times already.
>
> I haven't considered other "a bit less" than trivial patches for 2.1.
>
> Please consider either pulling whole series or at least applying the
> icmp doc change.
>
> Thanks,
>
> /mjt
>
> The following changes since commit 4d121a549869b93475ccf8b9a0d3e693011d1abb:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2014-07-18 09:35:51 +0100)
>
> are available in the git repository at:
>
>   git://git.corpit.ru/qemu.git tags/trivial-patches-2014-07-18
>
> for you to fetch changes up to 748bfb4eee8e699f3d2dd6a95820d1a9e57e4aa6:
>
>   tests: Add missing 'static' attributes (fix warnings from smatch) (2014-07-18 17:45:37 +0400)
>
> ----------------------------------------------------------------
> trivial patches for 2014-07-18

Applied, thanks.

-- PMM