mbox

[PULL,0/4] QTest patch queue 2015-03-30

Message ID 1427737362-5588-1-git-send-email-afaerber@suse.de
State New
Headers show

Pull-request

git://github.com/afaerber/qemu-cpu.git tags/qtest-for-2.3

Message

Andreas Färber March 30, 2015, 5:42 p.m. UTC
Hello Peter,

This is my QTest queue for 2.3. Please pull.

Regards,
Andreas

Cc: Peter Maydell <peter.maydell@linaro.org>

Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Cc: John Snow <jsnow@redhat.com>

The following changes since commit 627f91b1f80fecc73d00727181a9ddb6162cc30e:

  Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2015-03-28 10:10:04 +0000)

are available in the git repository at:

  git://github.com/afaerber/qemu-cpu.git tags/qtest-for-2.3

for you to fetch changes up to 6ca90ffeec8e3b4e306be32efd930d75a6d0b295:

  i440fx-test: Fix test paths to include architecture (2015-03-30 19:24:54 +0200)

----------------------------------------------------------------
QTest cleanups

* Change fw_cfg-test and i440fx-test GTester paths
* Extend libqtest API as necessary

----------------------------------------------------------------
Andreas Färber (4):
      fw_cfg-test: Fix test path to include architecture
      qtest: Add qtest_add_data_func() wrapper function
      qtest: Add qtest_add() wrapper macro
      i440fx-test: Fix test paths to include architecture

 tests/fw_cfg-test.c | 26 +++++++++++++-------------
 tests/i440fx-test.c | 12 ++++++------
 tests/libqtest.c    |  7 +++++++
 tests/libqtest.h    | 32 ++++++++++++++++++++++++++++++++
 4 files changed, 58 insertions(+), 19 deletions(-)

Comments

Peter Maydell March 31, 2015, 10:50 a.m. UTC | #1
On 30 March 2015 at 18:42, Andreas Färber <afaerber@suse.de> wrote:
> Hello Peter,
>
> This is my QTest queue for 2.3. Please pull.
>
> Regards,
> Andreas
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: Stefan Hajnoczi <stefanha@redhat.com>
> Cc: John Snow <jsnow@redhat.com>
>
> The following changes since commit 627f91b1f80fecc73d00727181a9ddb6162cc30e:
>
>   Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2015-03-28 10:10:04 +0000)
>
> are available in the git repository at:
>
>   git://github.com/afaerber/qemu-cpu.git tags/qtest-for-2.3
>
> for you to fetch changes up to 6ca90ffeec8e3b4e306be32efd930d75a6d0b295:
>
>   i440fx-test: Fix test paths to include architecture (2015-03-30 19:24:54 +0200)
>
> ----------------------------------------------------------------
> QTest cleanups
>
> * Change fw_cfg-test and i440fx-test GTester paths
> * Extend libqtest API as necessary
>

Applied, thanks.

-- PMM