mbox

[PULL,00/12] fixes for gdbstub, gitdm and testing

Message ID 20190902102122.1128-1-alex.bennee@linaro.org (mailing list archive)
State New, archived
Headers show

Pull-request

https://github.com/stsquad/qemu.git tags/pull-gdbstub-gitdm-testing-020919-1

Message

Alex Bennée Sept. 2, 2019, 10:21 a.m. UTC
The following changes since commit 23919ddfd56135cad3cb468a8f54d5a595f024f4:

  Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190827' into staging (2019-08-27 15:52:36 +0100)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-gdbstub-gitdm-testing-020919-1

for you to fetch changes up to 4112aff7cdd932f273e920911a45a5d5a2d5d299:

  tests/docker: upgrade docker.py to python3 (2019-09-02 10:52:22 +0100)

----------------------------------------------------------------
Various maintainer updates

   - fixes for gdbstub regressions
   - bunch of gitdm/mailmap updates
   - module fixes for Travis
   - docker fixes for shippable

----------------------------------------------------------------
Alex Bennée (2):
      .mailmap/aliases: add some further commentary
      tests/docker: upgrade docker.py to python3

Marc-André Lureau (2):
      build-sys: build ui-spice-app as a module
      tests: fix modules-test with no default machine

Markus Armbruster (2):
      contrib/gitdm: filetype interface is not in order, fix
      contrib/gitdm: Add armbru@pond.sub.org to group-map-redhat

Philippe Mathieu-Daudé (4):
      mailmap: Reorder by sections
      mailmap: Update philmd email address
      mailmap: Add many entries to improve 'git shortlog' statistics
      contrib/gitdm: Add RT-RK to the domain-map

Ramiro Polla (1):
      gdbstub: Fix handling of '!' packet with new infra

Sandra Loosemore (1):
      gdbstub: Fix handler for 'F' packet

 .mailmap                            | 137 +++++++++++++++++++++++++++++++++---
 contrib/gitdm/aliases               |  20 +++++-
 contrib/gitdm/domain-map            |   1 +
 contrib/gitdm/filetypes.txt         |   2 +-
 contrib/gitdm/group-map-individuals |   3 +-
 contrib/gitdm/group-map-redhat      |   1 +
 gdbstub.c                           |  12 +++-
 tests/docker/docker.py              |  27 +++----
 tests/modules-test.c                |   7 +-
 ui/Makefile.objs                    |   4 +-
 10 files changed, 184 insertions(+), 30 deletions(-)

Comments

Peter Maydell Sept. 4, 2019, 11:28 a.m. UTC | #1
On Mon, 2 Sep 2019 at 11:21, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> The following changes since commit 23919ddfd56135cad3cb468a8f54d5a595f024f4:
>
>   Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190827' into staging (2019-08-27 15:52:36 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/stsquad/qemu.git tags/pull-gdbstub-gitdm-testing-020919-1
>
> for you to fetch changes up to 4112aff7cdd932f273e920911a45a5d5a2d5d299:
>
>   tests/docker: upgrade docker.py to python3 (2019-09-02 10:52:22 +0100)
>
> ----------------------------------------------------------------
> Various maintainer updates
>
>    - fixes for gdbstub regressions
>    - bunch of gitdm/mailmap updates
>    - module fixes for Travis
>    - docker fixes for shippable
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM