On 9/4/23 10:12, Philippe Mathieu-Daudé wrote: > 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" :) I did as well and on top of that I learnt "TIL" :) > > Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org> Thanks! Eric
- [PATCH 00/13] VIRTIO-IOMMU/VFIO: Don't assume 64b ... Eric Auger
- [PATCH 02/13] memory: Introduce memory_region... Eric Auger
- [PATCH 03/13] vfio: Collect container iova ra... Eric Auger
- [PATCH 09/13] util/reserved-region: Add new R... Eric Auger
- [PATCH 05/13] virtio-iommu: Introduce per IOM... Eric Auger
- [PATCH 12/13] virtio-iommu: Resize memory reg... Eric Auger
- Re: [PATCH 12/13] virtio-iommu: Resize me... Philippe Mathieu-Daudé
- [PATCH 10/13] virtio-iommu: Consolidate host ... Eric Auger
- [PATCH 01/13] memory: Let ReservedRegion use ... Eric Auger
- Re: [PATCH 01/13] memory: Let ReservedReg... Philippe Mathieu-Daudé
- Re: [PATCH 01/13] memory: Let Reserve... Eric Auger
- Re: [PATCH 01/13] memory: Let ReservedReg... David Hildenbrand
- Re: [PATCH 01/13] memory: Let ReservedReg... Peter Xu
- [PATCH 07/13] virtio-iommu: Implement set_iov... Eric Auger
- [PATCH 11/13] test: Add some tests for range ... Eric Auger
- [PATCH 13/13] vfio: Remove 64-bit IOVA addres... Eric Auger
- [PATCH 04/13] virtio-iommu: Rename reserved_r... Eric Auger
- [PATCH 08/13] range: Make range_compare() pub... Eric Auger
- Re: [PATCH 08/13] range: Make range_compa... Philippe Mathieu-Daudé
- [PATCH 06/13] range: Introduce range_inverse_... Eric Auger
- Re: [PATCH 06/13] range: Introduce range_... Philippe Mathieu-Daudé