mbox

[PULL,0/5] Miscellaneous patches for 2019-05-22

Message ID 20190522134726.19225-1-armbru@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-misc-2019-05-22

Message

Markus Armbruster May 22, 2019, 1:47 p.m. UTC
The following changes since commit a4f667b6714916683408b983cfe0a615a725775f:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190521-3' into staging (2019-05-21 16:30:13 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-misc-2019-05-22

for you to fetch changes up to db3d11ee3f0cb851124830172f0a93c3d77a450a:

  cutils: Simplify how parse_uint() checks for whitespace (2019-05-22 15:00:04 +0200)

----------------------------------------------------------------
Miscellaneous patches for 2019-05-22

----------------------------------------------------------------
Markus Armbruster (5):
      qemu-bridge-helper: Fix misuse of isspace()
      tests/vhost-user-bridge: Fix misuse of isdigit()
      gdbstub: Reject invalid RLE repeat counts
      gdbstub: Fix misuse of isxdigit()
      cutils: Simplify how parse_uint() checks for whitespace

 gdbstub.c                 | 20 ++++++++++++--------
 qemu-bridge-helper.c      |  6 +++---
 tests/vhost-user-bridge.c |  3 ++-
 util/cutils.c             |  2 +-
 4 files changed, 18 insertions(+), 13 deletions(-)

Comments

Peter Maydell May 23, 2019, 11 a.m. UTC | #1
On Wed, 22 May 2019 at 14:51, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit a4f667b6714916683408b983cfe0a615a725775f:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190521-3' into staging (2019-05-21 16:30:13 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-misc-2019-05-22
>
> for you to fetch changes up to db3d11ee3f0cb851124830172f0a93c3d77a450a:
>
>   cutils: Simplify how parse_uint() checks for whitespace (2019-05-22 15:00:04 +0200)
>
> ----------------------------------------------------------------
> Miscellaneous patches for 2019-05-22
>
> ----------------------------------------------------------------
> Markus Armbruster (5):
>       qemu-bridge-helper: Fix misuse of isspace()
>       tests/vhost-user-bridge: Fix misuse of isdigit()
>       gdbstub: Reject invalid RLE repeat counts
>       gdbstub: Fix misuse of isxdigit()
>       cutils: Simplify how parse_uint() checks for whitespace
>
>  gdbstub.c                 | 20 ++++++++++++--------
>  qemu-bridge-helper.c      |  6 +++---
>  tests/vhost-user-bridge.c |  3 ++-
>  util/cutils.c             |  2 +-
>  4 files changed, 18 insertions(+), 13 deletions(-)


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM