Re: [PATCH v6 8/9] vfio: Add Error** argument to .get_dirty_bitmap() handler

2024-05-16 Thread Cédric Le Goater
On 5/16/24 10:42, Avihai Horon wrote: On 14/05/2024 18:31, Cédric Le Goater wrote: External email: Use caution opening links or attachments Let the callers do the error reporting. Add documentation while at it. Signed-off-by: Cédric Le Goater ---   Changes in v6:   - Fixed the line

Re: [PATCH v6 8/9] vfio: Add Error** argument to .get_dirty_bitmap() handler

2024-05-16 Thread Avihai Horon
On 14/05/2024 18:31, Cédric Le Goater wrote: External email: Use caution opening links or attachments Let the callers do the error reporting. Add documentation while at it. Signed-off-by: Cédric Le Goater --- Changes in v6: - Fixed the line wrapping (Avihai) - Fixed

Re: [PATCH v6 8/9] vfio: Add Error** argument to .get_dirty_bitmap() handler

2024-05-15 Thread Eric Auger
On 5/14/24 17:31, Cédric Le Goater wrote: > Let the callers do the error reporting. Add documentation while at it. > > Signed-off-by: Cédric Le Goater > --- > > Changes in v6: > > - Fixed the line wrapping (Avihai) > - Fixed query_dirty_bitmap documentation (Avihai) > > Changes in

[PATCH v6 8/9] vfio: Add Error** argument to .get_dirty_bitmap() handler

2024-05-14 Thread Cédric Le Goater
Let the callers do the error reporting. Add documentation while at it. Signed-off-by: Cédric Le Goater --- Changes in v6: - Fixed the line wrapping (Avihai) - Fixed query_dirty_bitmap documentation (Avihai) Changes in v5: - Replaced error_setg() by error_setg_errno() in