qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 4acfca: Adding ani's email as an individual c


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 4acfca: Adding ani's email as an individual contributor
Date: Thu, 29 Oct 2020 03:03:19 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 4acfca29dbca858c14ed4f14c971fcdd9d1f6a52
      
https://github.com/qemu/qemu/commit/4acfca29dbca858c14ed4f14c971fcdd9d1f6a52
  Author: Ani Sinha <ani@anisinha.ca>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M contrib/gitdm/group-map-individuals

  Log Message:
  -----------
  Adding ani's email as an individual contributor

Ani is an individual contributor into qemu project. Adding my email into the
correct file to reflect so.

Signed-off-by: Ani Sinha <ani@anisinha.ca>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20201007161940.1478-1-ani@anisinha.ca>
Message-Id: <20201021163136.27324-2-alex.bennee@linaro.org>


  Commit: 52812435bb1a830ddeccca653558b9fc088dc077
      
https://github.com/qemu/qemu/commit/52812435bb1a830ddeccca653558b9fc088dc077
  Author: Alex Bennée <alex.bennee@linaro.org>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M contrib/gitdm/group-map-individuals

  Log Message:
  -----------
  contrib/gitdm: Add more individual contributors

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Acked-by: Michael Rolnik <mrolnik@gmail.com>
Acked-by: Thomas Huth <huth@tuxfamily.org>
Acked-by: James Hogan <jhogan@kernel.org>
Acked-by: Artyom Tarasenko <atar4qemu@gmail.com>
Message-id: <20201004182506.2038515-1-f4bug@amsat.org>
Message-Id: <20201021163136.27324-3-alex.bennee@linaro.org>


  Commit: 5ed7ca318541133de14de538f2c67d8c6b08b861
      
https://github.com/qemu/qemu/commit/5ed7ca318541133de14de538f2c67d8c6b08b861
  Author: Thomas Huth <thuth@redhat.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M tests/docker/dockerfiles/centos7.docker
    M tests/docker/dockerfiles/centos8.docker

  Log Message:
  -----------
  tests/docker/dockerfiles/centos: Use SDL2 instead of SDL1

We do not support SDL1 in QEMU anymore. Use SDL2 instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201021072308.9224-1-thuth@redhat.com>
Message-Id: <20201021163136.27324-4-alex.bennee@linaro.org>


  Commit: faf9828e2fbb62cb2edaeeaa48449193d952016f
      
https://github.com/qemu/qemu/commit/faf9828e2fbb62cb2edaeeaa48449193d952016f
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M .gitlab-ci.d/check-patch.py

  Log Message:
  -----------
  gitlab: skip checkpatch.pl checks if no commit delta on branch

If the current branch is synced to the current upstream git master,
there are no commits that need checking. This causes checkpatch.pl
to print an error that it found no commits. We need to avoid calling
checkpatch.pl in this case.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201019143537.283094-2-berrange@redhat.com>
Message-Id: <20201021163136.27324-5-alex.bennee@linaro.org>


  Commit: 2d4274d6fe97da3e13ae21720ef0b57d6c3dc980
      
https://github.com/qemu/qemu/commit/2d4274d6fe97da3e13ae21720ef0b57d6c3dc980
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M scripts/checkpatch.pl

  Log Message:
  -----------
  scripts: fix error from checkpatch.pl when no commits are found

The error message was supposed to mention the input revision list start
point, not the branch flag.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20201019143537.283094-3-berrange@redhat.com>
Message-Id: <20201021163136.27324-6-alex.bennee@linaro.org>


  Commit: 0395b19438bd708f98280f87067870743a69a25d
      
https://github.com/qemu/qemu/commit/0395b19438bd708f98280f87067870743a69a25d
  Author: Alex Bennée <alex.bennee@linaro.org>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M tests/acceptance/reverse_debugging.py

  Log Message:
  -----------
  tests/acceptance: pick a random gdb port for reverse debugging

Currently the test randomly fails if you are using a shared machine
due to contention on the well known port 1234. We can ameliorate this
a bit by picking a random non-ephemeral port although it doesn't
totally avoid the problem. While we could use a totally unique socket
address for debugging it is fiddly to probe for gdb support. While gdb
socket debugging is not yet ubiquitous this a sub-optimal but workable
option.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Pavel Dovgalyuk <pavel.dovgalyuk@ispras.ru>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20201021163136.27324-7-alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>


  Commit: 8d77ce1d89a208e2de14dc216e42a54657cdc614
      
https://github.com/qemu/qemu/commit/8d77ce1d89a208e2de14dc216e42a54657cdc614
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M .gitlab-ci.yml

  Log Message:
  -----------
  gitlab-ci: Clone from GitLab itself

Let GitLab runners use GitLab repository directly.

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201022123302.2884788-1-philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>


  Commit: c8e6cfba1291df2202bf406bb5137c9d365505d1
      
https://github.com/qemu/qemu/commit/c8e6cfba1291df2202bf406bb5137c9d365505d1
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  makefile: handle -n / -k / -q correctly

Use $(findstring) instead of $(filter) to detect -n/-k
as different versions of MAKE fill in $(MAKEFLAGS) differently.
Do not bother running ninja at all if -nq is passed.

Tested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20201026155854.3074290-1-pbonzini@redhat.com>


  Commit: a5e7fb4d202e906e875e0f393b6e407227c1f395
      
https://github.com/qemu/qemu/commit/a5e7fb4d202e906e875e0f393b6e407227c1f395
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-10-28 (Wed, 28 Oct 2020)

  Changed paths:
    M .gitlab-ci.d/check-patch.py
    M .gitlab-ci.yml
    M Makefile
    M contrib/gitdm/group-map-individuals
    M scripts/checkpatch.pl
    M tests/acceptance/reverse_debugging.py
    M tests/docker/dockerfiles/centos7.docker
    M tests/docker/dockerfiles/centos8.docker

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/stsquad/tags/pull-testing-and-misc-271020-1' into staging

Testing and gitdm updates

  - add some more individual contributors
  - include SDL2 in centos images
  - skip checkpatch check when no commits found
  - use random port for gdb reverse debugging
  - make gitlab use it's own mirrors to clone
  - fix detection of make -nqp

# gpg: Signature made Tue 27 Oct 2020 09:55:55 GMT
# gpg:                using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
# gpg: Good signature from "Alex Bennée (Master Work Key) 
<alex.bennee@linaro.org>" [full]
# Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44

* remotes/stsquad/tags/pull-testing-and-misc-271020-1:
  makefile: handle -n / -k / -q correctly
  gitlab-ci: Clone from GitLab itself
  tests/acceptance: pick a random gdb port for reverse debugging
  scripts: fix error from checkpatch.pl when no commits are found
  gitlab: skip checkpatch.pl checks if no commit delta on branch
  tests/docker/dockerfiles/centos: Use SDL2 instead of SDL1
  contrib/gitdm: Add more individual contributors
  Adding ani's email as an individual contributor

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/bbc48d2bcb97...a5e7fb4d202e



reply via email to

[Prev in Thread] Current Thread [Next in Thread]