Re: [Qemu-devel] [PATCH v5 0/3] tests/microbit-test: Add UART device test

2019-01-24 Thread Peter Maydell
On Wed, 23 Jan 2019 at 12:08, Julia Suvorova 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: > *

[Qemu-devel] [PATCH v5 0/3] tests/microbit-test: Add UART device test

2019-01-23 Thread Julia Suvorova via Qemu-devel
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