On 17/10/2019 12.02, David Hildenbrand wrote: > Hi, > > I'm currently trying to run Fedora 31 under qemu-user > (https://github.com/fedora-cloud/docker-brew-fedora/tree/8a81f67271e959dfc8f8a888b161bbd540b7a83b/s390x) > in order to debug a vector instruction issue. > > Strangely, when trying to chroot into above rootfs and running > /bin/bash, I get > > t460s: ~/f31 $ sudo chroot . ./qemu-s390x /bin/bash > TODO /home/dhildenb/git/qemu/tcg/tci.c:859: tcg_qemu_tb_exec() > /home/dhildenb/git/qemu/tcg/tci.c:859: tcg fatal error > Aborted
That's likely the issue which might be fixed by Stefan's patch here: https://patchwork.ozlabs.org/patch/1083601/ ... unfortunately, this has never been merged into master. Stefan, any chance that you could finally get this upstream? Thomas