Re: [PATCH 01/13] memory: Let ReservedRegion use Range

2023-09-11 Thread Peter Xu
On Mon, Sep 04, 2023 at 10:03:44AM +0200, 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 Reviewed-by: Peter Xu -- Peter X

Re: [PATCH 01/13] memory: Let ReservedRegion use Range

2023-09-06 Thread David Hildenbrand
On 04.09.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 --- include/exec/memory.h| 4 ++-- hw/core/qdev-prop

Re: [PATCH 01/13] memory: Let ReservedRegion use Range

2023-09-04 Thread Eric Auger
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 >> --

Re: [PATCH 01/13] memory: Let ReservedRegion use Range

2023-09-04 Thread Philippe Mathieu-Daudé
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 --- include/exec/memory.h| 4 ++-- hw/core/qdev-proper

[PATCH 01/13] memory: Let ReservedRegion use Range

2023-09-04 Thread Eric Auger
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 --- include/exec/memory.h| 4 ++-- hw/core/qdev-properties-system.c | 9 ++--- hw/virtio/