Comment 22 for bug 2011832

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Checking powerpc on jammy
root@j:~# qemu-ppc64le -cpu POWER9 test_p64.O1 > output.O1.txt
root@j:~# qemu-ppc64le -cpu POWER9 test_p64.O0 > output.O0.txt
root@j:~# qemu-ppc64le -cpu POWER9 test_p64.O2 > output.O2.txt
root@j:~# md5sum output.O0.txt output.O1.txt output.O2.txt
b569dea800dcc2ec7312cc3455a124e0 output.O0.txt
b569dea800dcc2ec7312cc3455a124e0 output.O1.txt
b569dea800dcc2ec7312cc3455a124e0 output.O2.txt

They now all behave the same with
root@j:~# apt-cache policy qemu-system-x86
qemu-system-x86:
  Installed: 1:6.2+dfsg-2ubuntu6.8
  Candidate: 1:6.2+dfsg-2ubuntu6.8
  Version table:
 *** 1:6.2+dfsg-2ubuntu6.8 500
        500 http://archive.ubuntu.com/ubuntu jammy-proposed/main amd64 Packages
        100 /var/lib/dpkg/status

The same case on the same system failed before creating wrong results.