Comment 3 for bug 1914667

Revision history for this message
John Arbuckle (programmingkidx) wrote :

For version 5.2 of qemu-system-i386 the instruction the guest is busy executing over and over again is this: addb %al, (%eax)

For version 2.10.1 this is the instruction that is being executed when the guest is idle:
add %al,(%eax)