"accel/tcg: demacro cputlb" break qemu-system-x86_64 on 32-bit x86 host
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Fix Released
|
Undecided
|
Alex Bennée | ||
Bug Description
As described in https:/
Unfortunately, fix from bug https:/
For reproduction (on 32-bit x86 host, in my case Slackware with gcc 5.5.0):
./configure --target-
make (-j5 in my case)
try to boot any 64-bit kernel:
x86_64-
result is - qemu appear to hang right after "Booting the kernel" line. Decompression (xz) was ok.
Tested with qemu-git commit e2a58ff493a2e00
32-bit OS can be booted fine, and -enable-kvm also allow 64 bit kernel/os to boot.
| tags: | added: tcg |
| Changed in qemu: | |
| status: | New → In Progress |
| assignee: | nobody → Alex Bennée (ajbennee) |
| Changed in qemu: | |
| status: | In Progress → Fix Committed |
| Changed in qemu: | |
| status: | Fix Committed → Fix Released |

bug fixed in current git (commit 474f3938d79ab36 b9231c9ad3b5a93 14c2aeacde) . Thanks, Alex!