Hi Will, On Tue, Oct 12, 2021 at 09:31:33AM +0100, Will Deacon wrote: > Hi Alex, > > On Mon, Sep 13, 2021 at 04:44:06PM +0100, Alexandru Elisei wrote: > > This series is meant to rework the way the MSIX table and PBA are allocated > > to prevent situations where the size allocated by kvmtool is larger than > > the size of the BAR that holds them. > > > > Patches 1-3 are fixes for stuff I found when I was investing a bug > > triggered by the incorrect sizing of the table and PBA. > > > > Patch 4 is a preparatory patch. > > > > Patch 5 is the proper fix. More details in the commit message. > > > > Patch 6 is there to make it easier to catch such errors if the code > > regresses. > > > > Patch 7 is an optimization for guests with larger page sizes than the host. > > Please can you post a version of this with Andre's tags/comments addressed > so that I can pick it up? Working on it, will post as soon as I can. Thanks, Alex > > Thanks! > > Will