[PULL 0/4] Trivial branch for 7.0 patches

Laurent Vivier posted 4 patches 2 years ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220331221857.433867-1-laurent@vivier.eu
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Laurent Vivier <laurent@vivier.eu>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
hw/virtio/vhost-vdpa.c         |   2 +-
linux-user/sh4/termbits.h      |   2 +-
target/sh4/README.sh4          | 150 ---------------------------------
tests/lcitool/Makefile.include |   2 +-
tests/lcitool/refresh          |   2 +-
5 files changed, 4 insertions(+), 154 deletions(-)
delete mode 100644 target/sh4/README.sh4
[PULL 0/4] Trivial branch for 7.0 patches
Posted by Laurent Vivier 2 years ago
The following changes since commit cace6c6f3aca7b88afc42995f90bbefb37a0ed57:

  Merge tag 'pull-qapi-2022-03-31' of git://repo.or.cz/qemu/armbru into staging (2022-03-31 11:56:52 +0100)

are available in the Git repository at:

  https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-7.0-pull-request

for you to fetch changes up to 04cca669b237337cc8734788c3ad968aa8e0b57f:

  tests/lcitool: Do not use a hard-coded /usr/bin/python3 as python interpreter (2022-03-31 21:32:49 +0200)

----------------------------------------------------------------
Trivial branch pull request 20220401

Fix sh4 linux-user build on Alpine
and some trivial updates

----------------------------------------------------------------

Stefano Garzarella (1):
  vhost-vdpa: fix typo in a comment

Thomas Huth (3):
  linux-user/sh4/termbits: Silence warning about TIOCSER_TEMT double
    definition
  target/sh4: Remove old README.sh4 file
  tests/lcitool: Do not use a hard-coded /usr/bin/python3 as python
    interpreter

 hw/virtio/vhost-vdpa.c         |   2 +-
 linux-user/sh4/termbits.h      |   2 +-
 target/sh4/README.sh4          | 150 ---------------------------------
 tests/lcitool/Makefile.include |   2 +-
 tests/lcitool/refresh          |   2 +-
 5 files changed, 4 insertions(+), 154 deletions(-)
 delete mode 100644 target/sh4/README.sh4

-- 
2.35.1

Re: [PULL 0/4] Trivial branch for 7.0 patches
Posted by Peter Maydell 2 years ago
On Thu, 31 Mar 2022 at 23:21, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit cace6c6f3aca7b88afc42995f90bbefb37a0ed57:
>
>   Merge tag 'pull-qapi-2022-03-31' of git://repo.or.cz/qemu/armbru into staging (2022-03-31 11:56:52 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/laurent_vivier/qemu.git tags/trivial-branch-for-7.0-pull-request
>
> for you to fetch changes up to 04cca669b237337cc8734788c3ad968aa8e0b57f:
>
>   tests/lcitool: Do not use a hard-coded /usr/bin/python3 as python interpreter (2022-03-31 21:32:49 +0200)
>
> ----------------------------------------------------------------
> Trivial branch pull request 20220401
>
> Fix sh4 linux-user build on Alpine
> and some trivial updates
>


Applied, thanks.

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

-- PMM