device: 0.798 instruction: 0.718 mistranslation: 0.652 other: 0.640 assembly: 0.510 graphic: 0.506 vnc: 0.475 boot: 0.461 network: 0.418 semantic: 0.418 socket: 0.398 KVM: 0.238 CPU fetch from unpopulated ROM on reset Some architectures fetch the $PC/$SP register as vectors in memory, usually ROM. The CPU reset() handler is called before the ROM code is populated, resulting in fetching incorrect PC/SP. Architectures affected: - M68K - RX - ARM M-profile Different comments from Peter Maydell regarding this issue: - https://