search for: shared_info_addr

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

2006 Oct 04
0
[PATCH,RFC 6/17] 32-on-64 shared info handling
...-815,8 +815,7 @@ static void svm_final_setup_guest(struct * Required to do this once per domain * TODO: add a seperate function to do these. */ - memset(&d->shared_info->evtchn_mask[0], 0xff, - sizeof(d->shared_info->evtchn_mask)); + memset(shared_info_addr(d, evtchn_mask), 0xff, MAX_EVTCHNS(d) / 8); } Index: 2006-10-04/xen/arch/x86/hvm/vmx/vmx.c =================================================================== --- 2006-10-04.orig/xen/arch/x86/hvm/vmx/vmx.c 2006-10-04 08:49:29.000000000 +0200 +++ 2006-10-04/xen/arch/x86/hvm/vmx/vmx.c 2006-10-04...