Re: [PATCH v2 for-7.1] vfio/common: remove spurious tpm-crb-cmd misalignment warning

2022-03-18 Thread Eric Auger
Hi, On 3/18/22 5:18 PM, Philippe Mathieu-Daudé wrote: > On 18/3/22 16:01, 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 >> reg

Re: [PATCH v2 for-7.1] vfio/common: remove spurious tpm-crb-cmd misalignment warning

2022-03-18 Thread Philippe Mathieu-Daudé
On 18/3/22 16:01, 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 this option wa

[PATCH v2 for-7.1] vfio/common: remove spurious tpm-crb-cmd misalignment warning

2022-03-18 Thread Eric Auger
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