search for: shadow_locked_by_m

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

Did you mean: shadow_locked_by_me
2008 Sep 11
5
[PATCH] Fix arguments passed to SHADOW_PRINTK
...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->domain->domain_id, v->vcpu_id, mfn_x(gmfn), + sh_map_domain_page(gmfn)); pg = mfn_t...