Re: [Xen-devel] [PATCH v2 for-4.7 0/5] Fixes for invlpg handling for HVM guests

2016-05-10 Thread Wei Liu
On Mon, May 09, 2016 at 07:27:47PM +0100, Andrew Cooper wrote: > Turns out there are a lot of broken corner cases. > > Changes in v2: > * Some improvements to commit messages > * Split part of the original patch 4 out, to make the new patch 5 clearer > * Add vcpu parameter to new invlpg() funct

[Xen-devel] [PATCH v2 for-4.7 0/5] Fixes for invlpg handling for HVM guests

2016-05-09 Thread Andrew Cooper
Turns out there are a lot of broken corner cases. Changes in v2: * Some improvements to commit messages * Split part of the original patch 4 out, to make the new patch 5 clearer * Add vcpu parameter to new invlpg() function, and avoid assuming 'current' * Modify paging_invlpg() to be void, and