Re: [PATCH] hw/display/tcx: Avoid clearing dirty bitmap in DeviceReset()

2022-01-26 Thread Philippe Mathieu-Daudé via
On 1/26/22 08:23, Mark Cave-Ayland wrote: > On 22/01/2022 00:07, Philippe Mathieu-Daudé via wrote: > >> Commit 2dd285b5f3 ("tcx: make display updates thread safe") >> converted this model to use the DirtyBitmapSnapshot API, >> resetting the dirty bitmap in tcx_update_display(). There >> is no need

Re: [PATCH] hw/display/tcx: Avoid clearing dirty bitmap in DeviceReset()

2022-01-25 Thread Mark Cave-Ayland
On 22/01/2022 00:07, Philippe Mathieu-Daudé via wrote: Commit 2dd285b5f3 ("tcx: make display updates thread safe") converted this model to use the DirtyBitmapSnapshot API, resetting the dirty bitmap in tcx_update_display(). There is no need to do it again in the DeviceReset handler. See more de

[PATCH] hw/display/tcx: Avoid clearing dirty bitmap in DeviceReset()

2022-01-21 Thread Philippe Mathieu-Daudé via
Commit 2dd285b5f3 ("tcx: make display updates thread safe") converted this model to use the DirtyBitmapSnapshot API, resetting the dirty bitmap in tcx_update_display(). There is no need to do it again in the DeviceReset handler. See more details in commit fec5e8c92b ("vga: make display updates thr