Re: [RFC PATCH 02/18] hw/vfio/common: Get target page size using runtime helpers

2025-03-05 Thread Richard Henderson
On 3/5/25 07:39, Philippe Mathieu-Daudé wrote: Prefer runtime helpers to get target page size. Signed-off-by: Philippe Mathieu-Daudé --- hw/vfio/common.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hw/vfio/common.c b/hw/vfio/common.c index 7a4010ef4ee..d4c9e5

[RFC PATCH 02/18] hw/vfio/common: Get target page size using runtime helpers

2025-03-05 Thread Philippe Mathieu-Daudé
Prefer runtime helpers to get target page size. Signed-off-by: Philippe Mathieu-Daudé --- hw/vfio/common.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hw/vfio/common.c b/hw/vfio/common.c index 7a4010ef4ee..d4c9e59173d 100644 --- a/hw/vfio/common.c +++ b/hw/vfio/c