[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: s390x/qemu-user: TODO /home/dhildenb/git/qemu/tcg/tci.c:859: tcg_qem
From: |
Thomas Huth |
Subject: |
Re: s390x/qemu-user: TODO /home/dhildenb/git/qemu/tcg/tci.c:859: tcg_qemu_tb_exec() |
Date: |
Thu, 17 Oct 2019 13:01:56 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 |
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