Re: [PATCH v3 2/2] hw/vfio: Add nr of dirty pages to vfio_get_dirty_bitmap tracepoint

2023-05-30 Thread Philippe Mathieu-Daudé
On 30/5/23 10:48, Joao Martins wrote: On 30/05/2023 09:39, Avihai Horon wrote: On 29/05/2023 15:11, Joao Martins wrote: External email: Use caution opening links or attachments Just a nit, maybe subject should be "vfio/common: Add number of dirty pages to vfio_get_dirty_bitmap

Re: [PATCH v3 2/2] hw/vfio: Add nr of dirty pages to vfio_get_dirty_bitmap tracepoint

2023-05-30 Thread Joao Martins
On 30/05/2023 09:39, Avihai Horon wrote: > > On 29/05/2023 15:11, Joao Martins wrote: >> External email: Use caution opening links or attachments >> > Just a nit, maybe subject should be "vfio/common: Add number of dirty pages to > vfio_get_dirty_bitmap tracepoint". > Fixed >> Include the

Re: [PATCH v3 2/2] hw/vfio: Add nr of dirty pages to vfio_get_dirty_bitmap tracepoint

2023-05-30 Thread Avihai Horon
On 29/05/2023 15:11, Joao Martins wrote: External email: Use caution opening links or attachments Just a nit, maybe subject should be "vfio/common: Add number of dirty pages to vfio_get_dirty_bitmap tracepoint". Include the number of dirty pages on the vfio_get_dirty_bitmap tracepoint.

Re: [PATCH v3 2/2] hw/vfio: Add nr of dirty pages to vfio_get_dirty_bitmap tracepoint

2023-05-30 Thread Cédric Le Goater
On 5/29/23 14:11, Joao Martins wrote: Include the number of dirty pages on the vfio_get_dirty_bitmap tracepoint. These are fetched from the newly added return value in cpu_physical_memory_set_lebitmap(). Signed-off-by: Joao Martins Reviewed-by: Cédric Le Goater Thanks, C. ---

[PATCH v3 2/2] hw/vfio: Add nr of dirty pages to vfio_get_dirty_bitmap tracepoint

2023-05-29 Thread Joao Martins
Include the number of dirty pages on the vfio_get_dirty_bitmap tracepoint. These are fetched from the newly added return value in cpu_physical_memory_set_lebitmap(). Signed-off-by: Joao Martins --- hw/vfio/common.c | 7 --- hw/vfio/trace-events | 2 +- 2 files changed, 5 insertions(+),