Re: [PATCH v3 5/9] hvf: fix memory dirty-tracking

2022-03-18 Thread Peter Maydell
On Wed, 2 Mar 2022 at 13:04, Yan-Jie Wang wrote: > > Dirty-tracking in HVF is not properly implemented. > > On Intel Macs, Ubuntu ISO boot menu does not show properly. > > On Apple Silicon, using bochs-display may cause the guest crashes because > the guest may uses load/store instructions on fram

[PATCH v3 5/9] hvf: fix memory dirty-tracking

2022-03-02 Thread Yan-Jie Wang
Dirty-tracking in HVF is not properly implemented. On Intel Macs, Ubuntu ISO boot menu does not show properly. On Apple Silicon, using bochs-display may cause the guest crashes because the guest may uses load/store instructions on framebuffer which causes vmexits and the exception register does n