mirror of https://github.com/xemu-project/xemu.git
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:
parent
1c7025faf6
commit
5054f03d10
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue