[PATCH v2 0/2] Fixes for movable pages

Anirudh Rayabharam posted 2 patches 1 month ago
drivers/hv/mshv_root_main.c | 15 ++++++------
include/hyperv/hvhdk.h      | 47 +++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 7 deletions(-)
[PATCH v2 0/2] Fixes for movable pages
Posted by Anirudh Rayabharam 1 month ago
From: "Anirudh Rayabharam (Microsoft)" <anirudh@anirudhrb.com>

Fix movable pages for arm64 guests by implementing a GPA intercept
handler.

v2:
  - Added "Fixes:" tag
  - Got rid of the utility function to get intercept GPA and instead
    integrated the rather small logic into the GPA intercept handling
    function.
  - Dropped patch 3 since it was applied to the fixes tree.

Anirudh Rayabharam (Microsoft) (2):
  hyperv: add definitions for arm64 gpa intercepts
  mshv: handle gpa intercepts for arm64

 drivers/hv/mshv_root_main.c | 15 ++++++------
 include/hyperv/hvhdk.h      | 47 +++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+), 7 deletions(-)

-- 
2.34.1
Re: [PATCH v2 0/2] Fixes for movable pages
Posted by Wei Liu 3 weeks, 1 day ago
On Mon, Jan 05, 2026 at 12:28:35PM +0000, Anirudh Rayabharam wrote:
> From: "Anirudh Rayabharam (Microsoft)" <anirudh@anirudhrb.com>
> 
> Fix movable pages for arm64 guests by implementing a GPA intercept
> handler.
> 
> v2:
>   - Added "Fixes:" tag
>   - Got rid of the utility function to get intercept GPA and instead
>     integrated the rather small logic into the GPA intercept handling
>     function.
>   - Dropped patch 3 since it was applied to the fixes tree.
> 
> Anirudh Rayabharam (Microsoft) (2):
>   hyperv: add definitions for arm64 gpa intercepts
>   mshv: handle gpa intercepts for arm64
> 

The code looks fine. I have queued both patches.

I massaged the first subject line a bit.

Wei

>  drivers/hv/mshv_root_main.c | 15 ++++++------
>  include/hyperv/hvhdk.h      | 47 +++++++++++++++++++++++++++++++++++++
>  2 files changed, 55 insertions(+), 7 deletions(-)
> 
> -- 
> 2.34.1
>