On 5/6/22 03:34, Cornelia Huck wrote:
On Fri, May 06 2022, Eric Auger wrote:
Hi Alex,
On 4/28/22 22:14, Alex Williamson wrote:
On Thu, 28 Apr 2022 15:49:45 +0200
Eric Auger wrote:
+static bool vfio_known_safe_misalignment(MemoryRegionSection *section)
+{
+MemoryRegion *mr = sectio
On Fri, May 06 2022, Eric Auger wrote:
> Hi Connie,
>
> On 5/6/22 09:34, Cornelia Huck wrote:
>> On Fri, May 06 2022, Eric Auger wrote:
>>
>>> Hi Alex,
>>>
>>> On 4/28/22 22:14, Alex Williamson wrote:
On Thu, 28 Apr 2022 15:49:45 +0200
Eric Auger wrote:
> +static bool vfio_known_s
Hi Connie,
On 5/6/22 09:34, Cornelia Huck wrote:
> On Fri, May 06 2022, Eric Auger wrote:
>
>> Hi Alex,
>>
>> On 4/28/22 22:14, Alex Williamson wrote:
>>> On Thu, 28 Apr 2022 15:49:45 +0200
>>> Eric Auger wrote:
+static bool vfio_known_safe_misalignment(MemoryRegionSection *section)
+{
On Fri, May 06 2022, Eric Auger wrote:
> Hi Alex,
>
> On 4/28/22 22:14, Alex Williamson wrote:
>> On Thu, 28 Apr 2022 15:49:45 +0200
>> Eric Auger wrote:
>>> +static bool vfio_known_safe_misalignment(MemoryRegionSection *section)
>>> +{
>>> +MemoryRegion *mr = section->mr;
>>> +
>>> +if
Hi Alex,
On 4/28/22 22:14, Alex Williamson wrote:
> On Thu, 28 Apr 2022 15:49:45 +0200
> Eric Auger wrote:
>
>> The CRB command buffer currently is a RAM MemoryRegion and given
>> its base address alignment, it causes an error report on
>> vfio_listener_region_add(). This region could have been a
On Thu, 28 Apr 2022 15:49:45 +0200
Eric Auger wrote:
> The CRB command buffer currently is a RAM MemoryRegion and given
> its base address alignment, it causes an error report on
> vfio_listener_region_add(). This region could have been a RAM device
> region, easing the detection of such safe sit
On Thu, Apr 28 2022, Eric Auger wrote:
> The CRB command buffer currently is a RAM MemoryRegion and given
> its base address alignment, it causes an error report on
> vfio_listener_region_add(). This region could have been a RAM device
> region, easing the detection of such safe situation but thi
The CRB command buffer currently is a RAM MemoryRegion and given
its base address alignment, it causes an error report on
vfio_listener_region_add(). This region could have been a RAM device
region, easing the detection of such safe situation but this option
was not well received. So let's add a he