Re: [PATCH v6 00/12] KVM: introduce readonly memslot

2012-08-22 Thread Avi Kivity
On 08/21/2012 05:57 AM, Xiao Guangrong wrote: > Changelog: > - fix endless retrying for unhandleable instruction which accesses on readonly > host memory > - divide slot->flags by 16:16, the lower part is visible for userspace, the > reset is internally used in kvm, and document this in the cod

[PATCH v6 00/12] KVM: introduce readonly memslot

2012-08-20 Thread Xiao Guangrong
Changelog: - fix endless retrying for unhandleable instruction which accesses on readonly host memory - divide slot->flags by 16:16, the lower part is visible for userspace, the reset is internally used in kvm, and document this in the code - check slot->flags for gfn_to_hva_memslot The test c