[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5 0/3] tests/microbit-test: Add UART device tes
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH v5 0/3] tests/microbit-test: Add UART device test |
Date: |
Thu, 24 Jan 2019 13:44:10 +0000 |
On Wed, 23 Jan 2019 at 12:08, Julia Suvorova <address@hidden> wrote:
>
> v5:
> * Replace g_assert with g_assert_* [Thomas, Alex]
> * Increase the waiting time for an event [Thomas]
> * Remove 'nowait' [Thomas]
> * Rewrite uart_wait_for_event to use time difference instead of loop
> v4:
> * Replace sprintf with g_strdup_printf [Peter]
> * Move socket connection to qtest library [Peter]
> * Use memcmp instead of strcmp [Stefan]
> * Remove using global_qtest [Thomas]
> v3:
> * Fix directory leak [Stefan]
>
> Based-on: <address@hidden>
Applied to target-arm.next, thanks.
-- PMM