Mohammed Gamal wrote:
It might be a host interrupt, forcing an exit (and an entry) at a random
point, which then fails.

It might be a host interrupt, forcing an exit (and an entry) at a random
point, which then fails.

I tried to disable vmexits on external interrupts in enter_rmode().
And I get system lockups randomly as well. So I guess you're right
about this too.

Disabling vmexits on external interrupts will certainly lock up your host. As soon as the guest pages in enough memory to run a loop waiting for an interrupt, nothing will cause it to come out.

--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.

--
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