hvf: Disable dirty tracking in hvf_log_sync

This seems to be causing an issue resulting in HV_ERRORs. Needs
further debugging, but this seems to do the trick for now.
This commit is contained in:
Matt Borgerson 2019-07-03 23:37:06 -07:00
parent 1c7025faf6
commit 5054f03d10
1 changed files with 2 additions and 0 deletions

View File

@ -397,7 +397,9 @@ static void hvf_log_sync(MemoryListener *listener,
* sync of dirty pages is handled elsewhere; just make sure we keep
* tracking the region.
*/
#ifndef XBOX
hvf_set_dirty_tracking(section, 1);
#endif
}
static void hvf_region_add(MemoryListener *listener,