the uni wrote:
My mistake: $eip + 0xf0000 would be more informative.

(qemu) x/40b $eip + 0xf0000
00000000000f08d2: 0xf4 0xb8 0x6c 0x04 0x50 0x31 0xc0 0x50
00000000000f08da: 0xe8 0xa6 0xf7 0x89 0xd3 0x83 0xc4 0x04
00000000000f08e2: 0x89 0x46 0xf0 0x89 0x5e 0xf2 0x8b 0x46
00000000000f08ea: 0xf4 0x8b 0x5e 0xf6 0x8d 0x7e 0xf0 0xe8
00000000000f08f2: 0xd7 0xf7 0x73 0x26 0x8b 0x46 0xf0 0x8b


The cpu is blocked on a hlt instruction, waiting for a keypress from an interrupt.

What is your host kernel? And are the kvm-77 modules loaded, or are you running the modules that came with that kernel?

(If running the kvm-77 modules, there should be a message in dmesg to that effect).

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to