On Tue, May 06, 2025 at 02:27:21PM +0200, Cédric Le Goater wrote:
> !---|
> CAUTION: External Email
>
> |---!
>
> On 5/6/25 13:38, John Levon wrote:
> > On Mon, May 05
On 5/6/25 13:38, John Levon wrote:
On Mon, May 05, 2025 at 11:19:30AM +0200, Cédric Le Goater wrote:
+int vfio_device_get_irq_info(VFIODevice *vbasedev, int index,
+struct vfio_irq_info *info);
This is breaking the windows build.
Sorry, I forgot to set up cro
On Mon, May 05, 2025 at 11:19:30AM +0200, Cédric Le Goater wrote:
> > +int vfio_device_get_irq_info(VFIODevice *vbasedev, int index,
> > +struct vfio_irq_info *info);
>
> This is breaking the windows build.
Sorry, I forgot to set up cross-compile. I've done so now
On 4/30/25 21:39, John Levon wrote:
Add a helper similar to vfio_device_get_region_info() and use it
everywhere.
Replace a couple of needless allocations with stack variables.
As a side-effect, this fixes a minor error reporting issue in the call
from vfio_msix_early_setup().
Reviewed-by: Cédr
On 4/30/25 3:39 PM, John Levon wrote:
Add a helper similar to vfio_device_get_region_info() and use it
everywhere.
Replace a couple of needless allocations with stack variables.
As a side-effect, this fixes a minor error reporting issue in the call
from vfio_msix_early_setup().
Reviewed-by
Add a helper similar to vfio_device_get_region_info() and use it
everywhere.
Replace a couple of needless allocations with stack variables.
As a side-effect, this fixes a minor error reporting issue in the call
from vfio_msix_early_setup().
Reviewed-by: Cédric Le Goater
Signed-off-by: John Levo