mbox series

[0/3] vfio/migration: Some bug fixes and cleanups

Message ID 20241020130108.27148-1-avihaih@nvidia.com (mailing list archive)
Headers show
Series vfio/migration: Some bug fixes and cleanups | expand

Message

Avihai Horon Oct. 20, 2024, 1:01 p.m. UTC
This small series contains some bug fixes and cleanups.
Reviews are welcome.

Thanks.

Avihai Horon (3):
  vfio/migration: Report only stop-copy size in
    vfio_state_pending_exact()
  vfio/migration: Refactor vfio_vmstate_change/_prepare() error
    reporting
  vfio/migration: Change trace formats from hex to decimal

 hw/vfio/migration.c  | 34 +++++++++++++++++++++-------------
 hw/vfio/trace-events | 10 +++++-----
 2 files changed, 26 insertions(+), 18 deletions(-)

Comments

Cédric Le Goater Oct. 23, 2024, 3:08 p.m. UTC | #1
On 10/20/24 15:01, Avihai Horon wrote:
> This small series contains some bug fixes and cleanups.
> Reviews are welcome.
> 
> Thanks.
> 
> Avihai Horon (3):
>    vfio/migration: Report only stop-copy size in
>      vfio_state_pending_exact()
>    vfio/migration: Refactor vfio_vmstate_change/_prepare() error
>      reporting
>    vfio/migration: Change trace formats from hex to decimal
> 
>   hw/vfio/migration.c  | 34 +++++++++++++++++++++-------------
>   hw/vfio/trace-events | 10 +++++-----
>   2 files changed, 26 insertions(+), 18 deletions(-)
> 


Applied 1 and 3 to vfio-next. Patch 2 is being addressed in another series.

Thanks,

C.