[PULL 0/8] Misc patches (tests, docs, compat machines)

Thomas Huth posted 8 patches 2 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220105123612.432038-1-thuth@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Thomas Huth <thuth@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
.gitlab-ci.d/buildtest.yml          |  2 +-
docs/about/deprecated.rst           |  6 ---
docs/about/removed-features.rst     |  7 +++
docs/sphinx/fakedbusdoc.py          |  4 +-
docs/tools/qemu-trace-stap.rst      | 24 +++++------
hw/arm/virt.c                       |  9 +++-
hw/core/machine.c                   |  3 ++
hw/i386/pc.c                        |  3 ++
hw/i386/pc_piix.c                   | 14 +++++-
hw/i386/pc_q35.c                    | 13 +++++-
hw/ppc/spapr.c                      | 15 ++++++-
hw/s390x/s390-virtio-ccw.c          | 14 +++++-
include/hw/boards.h                 |  3 ++
include/hw/i386/pc.h                |  3 ++
qemu-options.hx                     |  8 ----
softmmu/vl.c                        |  8 +---
tests/qtest/hd-geo-test.c           |  8 ++--
tests/qtest/test-x86-cpuid-compat.c | 85 +++++++++++++++++++++----------------
tests/unit/test-util-sockets.c      |  6 ++-
19 files changed, 151 insertions(+), 84 deletions(-)
[PULL 0/8] Misc patches (tests, docs, compat machines)
Posted by Thomas Huth 2 years, 3 months ago
 Hi!

The following changes since commit fb084237a3b78b20fd9d888dffd673b6656ea3be:

  common-user: Really fix i386 calls to safe_syscall_set_errno_tail (2022-01-04 21:14:23 -0800)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2022-01-05

for you to fetch changes up to 057dc9a635fe37118a98b32e8bd9d8ed47b1a102:

  docs/tools/qemu-trace-stap.rst: Do not hard-code the QEMU binary name (2022-01-05 11:10:13 +0100)

----------------------------------------------------------------
* Add compat machines for 7.0
* Some minor qtest and unit test improvements
* Remove -no-quit option
* Fixes for the docs

----------------------------------------------------------------
Cornelia Huck (1):
      hw: Add compat machines for 7.0

Marc-André Lureau (1):
      docs/sphinx: fix compatibility with sphinx < 1.8

Philippe Mathieu-Daudé (1):
      tests/unit/test-util-sockets: Use g_file_open_tmp() to create temp file

Thomas Huth (5):
      tests/qtest/test-x86-cpuid-compat: Check for machines before using them
      tests/qtest/hd-geo-test: Check for the lsi53c895a controller before using it
      qemu-options: Remove the deprecated -no-quit option
      gitlab-ci: Enable docs in the centos job
      docs/tools/qemu-trace-stap.rst: Do not hard-code the QEMU binary name

 .gitlab-ci.d/buildtest.yml          |  2 +-
 docs/about/deprecated.rst           |  6 ---
 docs/about/removed-features.rst     |  7 +++
 docs/sphinx/fakedbusdoc.py          |  4 +-
 docs/tools/qemu-trace-stap.rst      | 24 +++++------
 hw/arm/virt.c                       |  9 +++-
 hw/core/machine.c                   |  3 ++
 hw/i386/pc.c                        |  3 ++
 hw/i386/pc_piix.c                   | 14 +++++-
 hw/i386/pc_q35.c                    | 13 +++++-
 hw/ppc/spapr.c                      | 15 ++++++-
 hw/s390x/s390-virtio-ccw.c          | 14 +++++-
 include/hw/boards.h                 |  3 ++
 include/hw/i386/pc.h                |  3 ++
 qemu-options.hx                     |  8 ----
 softmmu/vl.c                        |  8 +---
 tests/qtest/hd-geo-test.c           |  8 ++--
 tests/qtest/test-x86-cpuid-compat.c | 85 +++++++++++++++++++++----------------
 tests/unit/test-util-sockets.c      |  6 ++-
 19 files changed, 151 insertions(+), 84 deletions(-)


Re: [PULL 0/8] Misc patches (tests, docs, compat machines)
Posted by Richard Henderson 2 years, 3 months ago
On 1/5/22 4:36 AM, Thomas Huth wrote:
>   Hi!
> 
> The following changes since commit fb084237a3b78b20fd9d888dffd673b6656ea3be:
> 
>    common-user: Really fix i386 calls to safe_syscall_set_errno_tail (2022-01-04 21:14:23 -0800)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git tags/pull-request-2022-01-05
> 
> for you to fetch changes up to 057dc9a635fe37118a98b32e8bd9d8ed47b1a102:
> 
>    docs/tools/qemu-trace-stap.rst: Do not hard-code the QEMU binary name (2022-01-05 11:10:13 +0100)
> 
> ----------------------------------------------------------------
> * Add compat machines for 7.0
> * Some minor qtest and unit test improvements
> * Remove -no-quit option
> * Fixes for the docs
> 
> ----------------------------------------------------------------
> Cornelia Huck (1):
>        hw: Add compat machines for 7.0
> 
> Marc-André Lureau (1):
>        docs/sphinx: fix compatibility with sphinx < 1.8
> 
> Philippe Mathieu-Daudé (1):
>        tests/unit/test-util-sockets: Use g_file_open_tmp() to create temp file
> 
> Thomas Huth (5):
>        tests/qtest/test-x86-cpuid-compat: Check for machines before using them
>        tests/qtest/hd-geo-test: Check for the lsi53c895a controller before using it
>        qemu-options: Remove the deprecated -no-quit option
>        gitlab-ci: Enable docs in the centos job
>        docs/tools/qemu-trace-stap.rst: Do not hard-code the QEMU binary name
> 
>   .gitlab-ci.d/buildtest.yml          |  2 +-
>   docs/about/deprecated.rst           |  6 ---
>   docs/about/removed-features.rst     |  7 +++
>   docs/sphinx/fakedbusdoc.py          |  4 +-
>   docs/tools/qemu-trace-stap.rst      | 24 +++++------
>   hw/arm/virt.c                       |  9 +++-
>   hw/core/machine.c                   |  3 ++
>   hw/i386/pc.c                        |  3 ++
>   hw/i386/pc_piix.c                   | 14 +++++-
>   hw/i386/pc_q35.c                    | 13 +++++-
>   hw/ppc/spapr.c                      | 15 ++++++-
>   hw/s390x/s390-virtio-ccw.c          | 14 +++++-
>   include/hw/boards.h                 |  3 ++
>   include/hw/i386/pc.h                |  3 ++
>   qemu-options.hx                     |  8 ----
>   softmmu/vl.c                        |  8 +---
>   tests/qtest/hd-geo-test.c           |  8 ++--
>   tests/qtest/test-x86-cpuid-compat.c | 85 +++++++++++++++++++++----------------
>   tests/unit/test-util-sockets.c      |  6 ++-
>   19 files changed, 151 insertions(+), 84 deletions(-)

Applied, thanks.

r~