Re: [PATCH 1/3] virtio-iommu: Add an option to define the input range width

2024-01-24 Thread Eric Auger
Hi Alex, On 1/24/24 15:15, Alex Williamson wrote: > On Wed, 24 Jan 2024 14:57:41 +0100 > Eric Auger wrote: > >> Hi Alex, >> >> On 1/24/24 14:37, Alex Williamson wrote: >>> On Wed, 24 Jan 2024 14:14:19 +0100 >>> Eric Auger wrote: >>> Hi Alex, On 1/24/24 00:51, Alex Williamson wrot

Re: [PATCH 1/3] virtio-iommu: Add an option to define the input range width

2024-01-24 Thread Alex Williamson
On Wed, 24 Jan 2024 14:57:41 +0100 Eric Auger wrote: > Hi Alex, > > On 1/24/24 14:37, Alex Williamson wrote: > > On Wed, 24 Jan 2024 14:14:19 +0100 > > Eric Auger wrote: > > > >> Hi Alex, > >> > >> On 1/24/24 00:51, Alex Williamson wrote: > >>> On Tue, 23 Jan 2024 19:15:55 +0100 > >>> Eric

Re: [PATCH 1/3] virtio-iommu: Add an option to define the input range width

2024-01-24 Thread Eric Auger
Hi Alex, On 1/24/24 14:37, Alex Williamson wrote: > On Wed, 24 Jan 2024 14:14:19 +0100 > Eric Auger wrote: > >> Hi Alex, >> >> On 1/24/24 00:51, Alex Williamson wrote: >>> On Tue, 23 Jan 2024 19:15:55 +0100 >>> Eric Auger wrote: >>> aw-bits is a new option that allows to set the bit width

Re: [PATCH 1/3] virtio-iommu: Add an option to define the input range width

2024-01-24 Thread Alex Williamson
On Wed, 24 Jan 2024 14:14:19 +0100 Eric Auger wrote: > Hi Alex, > > On 1/24/24 00:51, Alex Williamson wrote: > > On Tue, 23 Jan 2024 19:15:55 +0100 > > Eric Auger wrote: > > > >> aw-bits is a new option that allows to set the bit width of > >> the input address range. This value will be used

Re: [PATCH 1/3] virtio-iommu: Add an option to define the input range width

2024-01-24 Thread Eric Auger
Hi Alex, On 1/24/24 00:51, Alex Williamson wrote: > On Tue, 23 Jan 2024 19:15:55 +0100 > Eric Auger wrote: > >> aw-bits is a new option that allows to set the bit width of >> the input address range. This value will be used as a default for >> the device config input_range.end. By default it is s

Re: [PATCH 1/3] virtio-iommu: Add an option to define the input range width

2024-01-23 Thread Alex Williamson
On Tue, 23 Jan 2024 19:15:55 +0100 Eric Auger wrote: > aw-bits is a new option that allows to set the bit width of > the input address range. This value will be used as a default for > the device config input_range.end. By default it is set to 64 bits > which is the current value. > > Signed-off

[PATCH 1/3] virtio-iommu: Add an option to define the input range width

2024-01-23 Thread Eric Auger
aw-bits is a new option that allows to set the bit width of the input address range. This value will be used as a default for the device config input_range.end. By default it is set to 64 bits which is the current value. Signed-off-by: Eric Auger --- include/hw/virtio/virtio-iommu.h | 1 + hw/vi