mbox series

[RFC,0/3] Fix s390x flic migration and add some more qtests

Message ID 20240525131241.378473-1-npiggin@gmail.com
Headers show
Series Fix s390x flic migration and add some more qtests | expand

Message

Nicholas Piggin May 25, 2024, 1:12 p.m. UTC
I don't know s390x enough to know if this is the right fix, but I
could debug the migration hangs this far at least (and the patch
fixes the condition that would previously result in a hang on the
qtest).

Also we could enable the test_ignore_shared test that seems to work
on s390x and ppc64 at least.

Thanks,
Nick

Nicholas Piggin (3):
  hw/intc/s390_flic: Migrate pending state
  tests/qtest/migration-test: enable on s390x
  tests/qtest/migration-test: Enable test_ignore_shared

 hw/intc/s390_flic.c          |  1 +
 tests/qtest/migration-test.c | 25 ++++++++-----------------
 2 files changed, 9 insertions(+), 17 deletions(-)

Comments

Thomas Huth May 27, 2024, 7:13 a.m. UTC | #1
On 25/05/2024 15.12, Nicholas Piggin wrote:
> I don't know s390x enough to know if this is the right fix, but I
> could debug the migration hangs this far at least (and the patch
> fixes the condition that would previously result in a hang on the
> qtest).

I've run this now for a while, and the hang seems to be gone, indeed!
Pretty cool, thanks for digging into this!

Tested-by: Thomas Huth <thuth@redhat.com>