]> Git Repo - qemu.git/commit
vmxcap: Open MSR file in unbuffered mode
authorJan Kiszka <[email protected]>
Wed, 13 Feb 2013 11:43:10 +0000 (12:43 +0100)
committerMarcelo Tosatti <[email protected]>
Thu, 18 Apr 2013 02:27:23 +0000 (23:27 -0300)
commitf505a4d74aae6fc8bb5502a6038b5f671aa97713
tree7ccf4099316ff7012247fceb496897cb45122676
parent1773d9ee6e7138e3956081670215e8bc0ae14828
vmxcap: Open MSR file in unbuffered mode

Python may otherwise decide to to read larger chunks, applying the seek
only on the software buffer. This will return results from the wrong
MSRs.

Signed-off-by: Jan Kiszka <[email protected]>
Signed-off-by: Gleb Natapov <[email protected]>
scripts/kvm/vmxcap
This page took 0.024099 seconds and 4 git commands to generate.