search for: oos_remove_write_access

Displaying 1 result from an estimated 1 matches for "oos_remove_write_access".

2008 Sep 11
5
[PATCH] Fix arguments passed to SHADOW_PRINTK
...05lx, va=%lx\n", - v->domain->domain_id, v->vcpu_id, mfn_x(gmfn), va); + v->domain->domain_id, v->vcpu_id, mfn_x(gmfn), + sh_map_domain_page(gmfn)); /* Need to pull write access so the page *stays* in sync. */ if ( oos_remove_write_access(v, gmfn, fixup) ) @@ -953,7 +954,8 @@ int sh_unsync(struct vcpu *v, mfn_t gmfn ASSERT(shadow_locked_by_me(v->domain)); SHADOW_PRINTK("d=%d, v=%d, gmfn=%05lx va %lx\n", - v->domain->domain_id, v->vcpu_id, mfn_x(gmfn), va); + v->do...