On 4/9/23 10:03, Eric Auger wrote:
A reserved region is a range tagged with a type. Let's directly use the Range type in the prospect to reuse some of the library helpers shipped with the Range type.Signed-off-by: Eric Auger <eric.au...@redhat.com> --- include/exec/memory.h | 4 ++-- hw/core/qdev-properties-system.c | 9 ++++++--- hw/virtio/virtio-iommu.c | 6 +++--- 3 files changed, 11 insertions(+), 8 deletions(-)
TIL "qemu/range.h" :) Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>