[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/3] libqtest: Add a generic function to run a c
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH 2/3] libqtest: Add a generic function to run a callback function for every machine |
Date: |
Thu, 23 Mar 2017 08:53:58 +0000 |
User-agent: |
Mutt/1.7.1 (2016-10-04) |
On Tue, Mar 21, 2017 at 11:39:51AM +0100, Thomas Huth wrote:
> Some tests need to run single tests for every available machine of the
> current QEMU binary. To avoid code duplication, let's extract this
> code that deals with 'query-machines' into a separate function.
>
> Signed-off-by: Thomas Huth <address@hidden>
> ---
> tests/libqtest.c | 30 +++++++++++++++++
> tests/libqtest.h | 8 +++++
> tests/pc-cpu-test.c | 95
> ++++++++++++++++++++---------------------------------
> tests/qom-test.c | 36 ++++----------------
> 4 files changed, 80 insertions(+), 89 deletions(-)
Reviewed-by: Stefan Hajnoczi <address@hidden>
signature.asc
Description: PGP signature
[Qemu-devel] [PATCH 3/3] tests: Add a tester for HMP commands, Thomas Huth, 2017/03/21
Re: [Qemu-devel] [PATCH 0/3] Add a tester for HMP commands, Dr. David Alan Gilbert, 2017/03/27