[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v4 2/3] tests/microbit-test: Make test independe
From: |
Thomas Huth |
Subject: |
Re: [Qemu-devel] [PATCH v4 2/3] tests/microbit-test: Make test independent of global_qtest |
Date: |
Mon, 21 Jan 2019 13:09:55 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
On 2019-01-17 17:16, Julia Suvorova wrote:
> Using of global_qtest is not required here. Let's replace functions like
> readl() with the corresponding qtest_* counterparts.
>
> Signed-off-by: Julia Suvorova <address@hidden>
> ---
> tests/microbit-test.c | 247 ++++++++++++++++++++++--------------------
> 1 file changed, 129 insertions(+), 118 deletions(-)
Great, thank you!
Acked-by: Thomas Huth <address@hidden>