[Qemu-devel] [PULL 0/3] qtest patches

Thomas Huth posted 3 patches 5 years, 4 months ago
Test asan passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1542711143-1946-1-git-send-email-thuth@redhat.com
tests/ide-test.c |  4 ++++
tests/libqtest.c | 26 +++++++++++++++-----------
tests/qmp-test.c | 14 ++++++++++++++
3 files changed, 33 insertions(+), 11 deletions(-)
[Qemu-devel] [PULL 0/3] qtest patches
Posted by Thomas Huth 5 years, 4 months ago
 Hi Peter,

the following changes since commit d304cf014bf9feec3dcd7ee65c75a7f52206ecdf:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181119' into staging (2018-11-19 15:58:17 +0000)

are available in the git repository at:

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

for you to fetch changes up to ced09f9b07e425690d3bfe524cf93c4dbf4b26bc:

  qtest: log QEMU command line (2018-11-20 10:49:12 +0100)

----------------------------------------------------------------
- One additional simple qmp-test
- A fix for ide-test
- Add logging of QEMU parameters in libqtest
----------------------------------------------------------------

Marc-André Lureau (1):
      tests: add qmp/missing-any-arg test

Paolo Bonzini (1):
      qtest: log QEMU command line

Thomas Huth (1):
      tests/ide: Free pcibus when finishing a test

 tests/ide-test.c |  4 ++++
 tests/libqtest.c | 26 +++++++++++++++-----------
 tests/qmp-test.c | 14 ++++++++++++++
 3 files changed, 33 insertions(+), 11 deletions(-)

Marc-André Lureau (1):
  tests: add qmp/missing-any-arg test

Paolo Bonzini (1):
  qtest: log QEMU command line

Thomas Huth (1):
  tests/ide: Free pcibus when finishing a test

 tests/ide-test.c |  4 ++++
 tests/libqtest.c | 26 +++++++++++++++-----------
 tests/qmp-test.c | 14 ++++++++++++++
 3 files changed, 33 insertions(+), 11 deletions(-)

-- 
1.8.3.1


Re: [Qemu-devel] [PULL 0/3] qtest patches
Posted by Peter Maydell 5 years, 4 months ago
On 20 November 2018 at 10:52, Thomas Huth <thuth@redhat.com> wrote:
>  Hi Peter,
>
> the following changes since commit d304cf014bf9feec3dcd7ee65c75a7f52206ecdf:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181119' into staging (2018-11-19 15:58:17 +0000)
>
> are available in the git repository at:
>
>   https://gitlab.com/huth/qemu.git tags/pull-request-2018-11-20
>
> for you to fetch changes up to ced09f9b07e425690d3bfe524cf93c4dbf4b26bc:
>
>   qtest: log QEMU command line (2018-11-20 10:49:12 +0100)
>
> ----------------------------------------------------------------
> - One additional simple qmp-test
> - A fix for ide-test
> - Add logging of QEMU parameters in libqtest
> ----------------------------------------------------------------
>

Applied, thanks.

-- PMM