Avi Kivity wrote:
The code in question is:
3152: fb sti 3153:
55 push %bp
*** fault here ***
3154: 89 e5 mov %sp,%bp
3156: 8b 7e 2a mov 0x2a(%bp),%di
3159: 8b 46 28 mov 0x28(%bp),%ax
315c: 8b 4e 08 mov 0x8(%bp),%cx
315f: 81 ff 00 f8 cmp $0xf800,%di
So it looks like we tried to inject the IDE interrupt (that's the
first point where it is possible to inject interrupts), but via fails
to inject the interrupt for some reason.
I'll need to think how to debug this further.
Please printk (as hex) vmcs_read32(VM_ENTRY_INTR_INFO_FIELD) in
vmx_vcpu_run(), just before the big asm statement.
--
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html