Ahmed Samy

Results 55 comments of Ahmed Samy

Commit 172ca1f657c26c9bf2b155ce555751612be6ab51 should do it.

Does it freeze when coming back from a sleep state? I wonder if you can let a VM freeze while having a debugger attached then break when it hangs to...

Just use the release build for the UM application, and install the VC runtime for it. You can keep the debug build of the driver. See virtual KD it makes...

What if you reduce EPTPs, change `EPTP_INIT_USED` (`ksm.h`) to 1, see if that works for you.

Hmm, that's odd. Do you mind bisecting? Since I don't get this on my machine.

I mean using [git bisect](https://git-scm.com/docs/git-bisect). This will help find the offending commit since v1.4.

So to confirm, 76543619c9c475c4cec7f50dd1890680a065e722 causes a crash/freeze? Can you upload the minidump and ksm then?

See if latest commit fixes the bug.

That's the virtualization probe callback. This is the call tree: ``` ksm_subvert() __percpu___call_init() __ksm_init_cpu() vcpu_init init_ept # this causes the infinite loop for sure. __vmx_vminit ``` So if you want...

Latest should fix bitmap for once and all.