search for: hap_track_dirty_vram

Displaying 2 results from an estimated 2 matches for "hap_track_dirty_vram".

2012 Nov 29
4
[PATCH] x86/hap: fix race condition between ENABLE_LOGDIRTY and track_dirty_vram hypercall
...******************** /* <--- (B) */ -> hap_enable_vram_tracking() // should be hap_enable_log_dirty() !!! return -EINVAL <- return -EINVAL // live-migration failure!!! ************************************************************************** HVMOP_track_dirty_vram -> hap_track_dirty_vram() /* (!paging_mode_log_dirty(d) && !dirty_vram) */ -> hap_vram_tracking_init() /* <--- (A) */ -> paging_log_dirty_init(d, hap_enable_vram_tracking, ...) ---> (B) -> paging_log_dirty_enable() ==================================================================...
2013 Dec 06
36
[V6 PATCH 0/7]: PVH dom0....
Hi, V6: The only change from V5 is in patch #6: - changed comment to reflect autoxlate - removed a redundant ASSERT - reworked logic a bit so that get_page_from_gfn() is called with NULL for p2m type as before. arm has ASSERT wanting it to be NULL. Tim: patch 4 needs your approval. Daniel: patch 5 needs your approval. These patches implement PVH dom0. Patches 1 and 2