[PULL 0/4] docs + qtest patches

Thomas Huth posted 4 patches 3 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201120171828.488611-1-thuth@redhat.com
Maintainers: Thomas Huth <thuth@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Havard Skinnemoen <hskinnemoen@google.com>, Tyrone Ting <kfting@nuvoton.com>
docs/system/gdb.rst                       |  2 +-
docs/system/images.rst                    |  2 +-
docs/system/monitor.rst                   |  2 +-
docs/system/mux-chardev.rst               |  2 +-
docs/system/usb.rst                       |  6 ++---
docs/system/vnc-security.rst              |  2 +-
qemu-options.hx                           | 38 ++++++++++++++++---------------
tests/qtest/libqtest.c                    |  1 +
tests/qtest/npcm7xx_timer-test.c          |  8 +++----
tests/qtest/npcm7xx_watchdog_timer-test.c |  6 +++--
10 files changed, 36 insertions(+), 33 deletions(-)
[PULL 0/4] docs + qtest patches
Posted by Thomas Huth 3 years, 4 months ago
 Hi Peter,

the following changes since commit 7fbd7e710323c8f4c5f6a38a8ae0e6726b5a4599:

  Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-request' into staging (2020-11-19 17:08:42 +0000)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2020-11-20

for you to fetch changes up to 88a8b27e556f5cb49a19d4c98a96590f61b74ed2:

  qtest: do not return freed argument vector from qtest_rsp (2020-11-20 15:04:16 +0100)

gitlab-CI run: https://gitlab.com/huth/qemu/-/pipelines/219170774

----------------------------------------------------------------
* Some small qtest fixes
* One documentation update
----------------------------------------------------------------

Chen Qun (2):
      tests/qtest: variable defined by g_autofree need to be initialized
      tests/qtest: fix memleak in npcm7xx_watchdog_timer-test

Paolo Bonzini (1):
      qtest: do not return freed argument vector from qtest_rsp

Thomas Huth (1):
      docs: Get rid of the weird _005f links in the man page

 docs/system/gdb.rst                       |  2 +-
 docs/system/images.rst                    |  2 +-
 docs/system/monitor.rst                   |  2 +-
 docs/system/mux-chardev.rst               |  2 +-
 docs/system/usb.rst                       |  6 ++---
 docs/system/vnc-security.rst              |  2 +-
 qemu-options.hx                           | 38 ++++++++++++++++---------------
 tests/qtest/libqtest.c                    |  1 +
 tests/qtest/npcm7xx_timer-test.c          |  8 +++----
 tests/qtest/npcm7xx_watchdog_timer-test.c |  6 +++--
 10 files changed, 36 insertions(+), 33 deletions(-)


Re: [PULL 0/4] docs + qtest patches
Posted by Peter Maydell 3 years, 4 months ago
On Fri, 20 Nov 2020 at 17:18, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter,
>
> the following changes since commit 7fbd7e710323c8f4c5f6a38a8ae0e6726b5a4599:
>
>   Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-request' into staging (2020-11-19 17:08:42 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/huth/qemu.git tags/pull-request-2020-11-20
>
> for you to fetch changes up to 88a8b27e556f5cb49a19d4c98a96590f61b74ed2:
>
>   qtest: do not return freed argument vector from qtest_rsp (2020-11-20 15:04:16 +0100)
>
> gitlab-CI run: https://gitlab.com/huth/qemu/-/pipelines/219170774
>
> ----------------------------------------------------------------
> * Some small qtest fixes
> * One documentation update



Applied, thanks.

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

-- PMM