]> Git Repo - qemu.git/commit
libqtest: fix the order of buffered events
authorMaxim Levitsky <[email protected]>
Mon, 19 Oct 2020 16:37:00 +0000 (19:37 +0300)
committerThomas Huth <[email protected]>
Sat, 24 Oct 2020 05:36:53 +0000 (07:36 +0200)
commit7f9d519c0d37b8af0b228a4ed49d33ea095e9eb7
treeb091d2a4fa23a5003c6fe4ab96d9e25445777d7f
parent288c31e30d522dbac4d7998ca254735393c59307
libqtest: fix the order of buffered events

By a mistake I added the pending events in a wrong order.
Fix this by using g_list_append.

Signed-off-by: Maxim Levitsky <[email protected]>
Message-Id: <20201019163702[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
tests/qtest/libqtest.c
This page took 0.0261169999999999 seconds and 4 git commands to generate.