[PULL 0/7] Documentation, qtest and misc patches

Thomas Huth posted 7 patches 2 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210621120125.116377-1-thuth@redhat.com
Maintainers: Thomas Huth <thuth@redhat.com>, Alexander Bulekov <alxndr@bu.edu>, Paolo Bonzini <pbonzini@redhat.com>, Alistair Francis <alistair@alistair23.me>, Aurelien Jarno <aurelien@aurel32.net>, Bandan Das <bsd@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Gerd Hoffmann <kraxel@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Laurent Vivier <lvivier@redhat.com>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
.github/lockdown.yml                        |  6 ++--
MAINTAINERS                                 |  1 +
README.rst                                  |  6 ++--
docs/interop/live-block-operations.rst      | 32 ++++++++++++---------
docs/tools/virtiofsd.rst                    | 22 +++++++-------
include/fpu/softfloat-helpers.h             |  4 +--
include/hw/usb/dwc2-regs.h                  |  4 +--
include/hw/usb/xlnx-usb-subsystem.h         |  4 +--
include/hw/usb/xlnx-versal-usb2-ctrl-regs.h |  4 +--
include/qemu/plugin-memory.h                |  4 +--
include/qemu/selfmap.h                      |  4 +--
include/user/syscall-trace.h                |  4 +--
plugins/plugin.h                            |  4 +--
tests/qtest/fuzz/generic_fuzz.c             |  4 +--
tests/qtest/fuzz/qos_fuzz.h                 |  4 +--
tests/tcg/minilib/minilib.h                 |  4 +--
16 files changed, 59 insertions(+), 52 deletions(-)
[PULL 0/7] Documentation, qtest and misc patches
Posted by Thomas Huth 2 years, 9 months ago
 Hi Peter!

The following changes since commit 8f521741e1280f0957ac1b873292c19219e1fb9a:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20210618.0' into staging (2021-06-18 16:42:25 +0100)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2021-06-21

for you to fetch changes up to c32c3d68ed0629910d5a1cd72bfb57d7f89b553b:

  MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs section (2021-06-21 11:45:23 +0200)

----------------------------------------------------------------
* Documentation updates
* Remove leading underscores from header guards
* Display hexadecimal value with '0x' prefix
----------------------------------------------------------------

Gitlab-CI: https://gitlab.com/thuth/qemu/-/pipelines/324423809

Ahmed Abouzied (1):
  Remove leading underscores from QEMU defines

Philippe Mathieu-Daudé (2):
  fuzz: Display hexadecimal value with '0x' prefix
  MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs section

Stefan Weil (1):
  Update documentation to refer to new location for issues

Thomas Huth (3):
  docs/interop/live-block-operations: Do not hard-code the QEMU binary
    name
  docs/tools/virtiofsd.rst: Do not hard-code the QEMU binary name
  docs/tools/virtiofsd: Fix bad rst syntax

 .github/lockdown.yml                        |  6 ++--
 MAINTAINERS                                 |  1 +
 README.rst                                  |  6 ++--
 docs/interop/live-block-operations.rst      | 32 ++++++++++++---------
 docs/tools/virtiofsd.rst                    | 22 +++++++-------
 include/fpu/softfloat-helpers.h             |  4 +--
 include/hw/usb/dwc2-regs.h                  |  4 +--
 include/hw/usb/xlnx-usb-subsystem.h         |  4 +--
 include/hw/usb/xlnx-versal-usb2-ctrl-regs.h |  4 +--
 include/qemu/plugin-memory.h                |  4 +--
 include/qemu/selfmap.h                      |  4 +--
 include/user/syscall-trace.h                |  4 +--
 plugins/plugin.h                            |  4 +--
 tests/qtest/fuzz/generic_fuzz.c             |  4 +--
 tests/qtest/fuzz/qos_fuzz.h                 |  4 +--
 tests/tcg/minilib/minilib.h                 |  4 +--
 16 files changed, 59 insertions(+), 52 deletions(-)

-- 
2.27.0


Re: [PULL 0/7] Documentation, qtest and misc patches
Posted by Peter Maydell 2 years, 9 months ago
On Mon, 21 Jun 2021 at 13:01, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter!
>
> The following changes since commit 8f521741e1280f0957ac1b873292c19219e1fb9a:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20210618.0' into staging (2021-06-18 16:42:25 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2021-06-21
>
> for you to fetch changes up to c32c3d68ed0629910d5a1cd72bfb57d7f89b553b:
>
>   MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs section (2021-06-21 11:45:23 +0200)
>
> ----------------------------------------------------------------
> * Documentation updates
> * Remove leading underscores from header guards
> * Display hexadecimal value with '0x' prefix
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM