Re: [PATCH v7 1/9] vfio: Add Error** argument to .set_dirty_page_tracking() handler

2024-05-29 Thread Cédric Le Goater
On 5/29/24 08:26, Markus Armbruster wrote: I had a look at this before I realized it's already in. I'm sending this out not to demand any change, but only to point out an issue to be avoided in future work. Cédric Le Goater writes: We will use the Error object to improve error reporting in t

Re: [PATCH v7 1/9] vfio: Add Error** argument to .set_dirty_page_tracking() handler

2024-05-28 Thread Markus Armbruster
I had a look at this before I realized it's already in. I'm sending this out not to demand any change, but only to point out an issue to be avoided in future work. Cédric Le Goater writes: > We will use the Error object to improve error reporting in the > .log_global*() handlers of VFIO. Add do

[PATCH v7 1/9] vfio: Add Error** argument to .set_dirty_page_tracking() handler

2024-05-16 Thread Cédric Le Goater
We will use the Error object to improve error reporting in the .log_global*() handlers of VFIO. Add documentation while at it. Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Avihai Horon Reviewed-by: Eric Auger Signed-off-by: Cédric Le Goater --- include/hw/vfio/vfio-container-base.h | 18 +