git bisect reset
git bisect start
git bisect old v5.0.0
git bisect new 65b261a63a
#And then on each stop:
git cherry-pick 65b261a63a
# And some tweaks to convince bisect to do the right thing

That brings me to:
commit ee94743034bfb443cf246eda4971bdc15d8ee066
Author: Alex Bennée <alex.ben...@linaro.org>
Date:   Wed May 13 18:51:28 2020 +0100

    linux-user: completely re-write init_guest_space

If on the former aae8b87e "travis.yml: Improve the --disable-tcg test on
s390x" + 65b261a63a the test fails, so ee947430 "linux-user: completely
re-write init_guest_space" really is a hard dependency for the fix to
work.

Trying v5.0 + ee947430 + 65b261a63a works as well.
So that is the fix for groovy - and being unreleased that seems fine for there.
But given the size of the patch I'll need to re-read it a few times if that is 
SRUable to Focal as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890881

Title:
  qemu-user-static 1:5.0-5ubuntu4 in groovy does not start armhf
  container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1890881/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to