[PATCH V3 0/3] vfio cleanup, pre-cpr

Steve Sistare posted 3 patches 6 months, 2 weeks ago
Only 0 patches received!
hw/vfio/container.c | 131 +++++++++++++++++++++++++++++-----------------------
1 file changed, 73 insertions(+), 58 deletions(-)
[PATCH V3 0/3] vfio cleanup, pre-cpr
Posted by Steve Sistare 6 months, 2 weeks ago
Cleanup a few vfio functions prior to the introduction of CPR.

These were extracted from 
  https://lore.kernel.org/qemu-devel/1739542467-226739-1-git-send-email-steven.sistare@oracle.com/

Changes in V3:
  * update to master

Steve Sistare (3):
  vfio/container: ram discard disable helper
  vfio/container: reform vfio_container_connect cleanup
  vfio/container: vfio_container_group_add

 hw/vfio/container.c | 131 +++++++++++++++++++++++++++++-----------------------
 1 file changed, 73 insertions(+), 58 deletions(-)

base-commit: 73d29ea2417b58ca55fba1aa468ba38e3607b583

-- 
1.8.3.1
Re: [PATCH V3 0/3] vfio cleanup, pre-cpr
Posted by Cédric Le Goater 6 months, 2 weeks ago
On 5/2/25 16:22, Steve Sistare wrote:
> Cleanup a few vfio functions prior to the introduction of CPR.
> 
> These were extracted from
>    https://lore.kernel.org/qemu-devel/1739542467-226739-1-git-send-email-steven.sistare@oracle.com/
> 
> Changes in V3:
>    * update to master
> 
> Steve Sistare (3):
>    vfio/container: ram discard disable helper
>    vfio/container: reform vfio_container_connect cleanup
>    vfio/container: vfio_container_group_add
> 
>   hw/vfio/container.c | 131 +++++++++++++++++++++++++++++-----------------------
>   1 file changed, 73 insertions(+), 58 deletions(-)
> 
> base-commit: 73d29ea2417b58ca55fba1aa468ba38e3607b583
> 


Applied to vfio-next with this change :

  vfio_attach_discard_disable() -> vfio_container_attach_discard_disable()

Thanks,

C.