> >> --- a/xen/include/asm-x86/domain.h >> +++ b/xen/include/asm-x86/domain.h >> @@ -401,12 +401,12 @@ struct arch_domain >> unsigned int write_ctrlreg_enabled : 4; >> unsigned int write_ctrlreg_sync : 4; >> unsigned int write_ctrlreg_onchangeonly : 4; >> - unsigned int mov_to_msr_enabled : 1; >> - unsigned int mov_to_msr_extended : 1; >> unsigned int singlestep_enabled : 1; >> unsigned int software_breakpoint_enabled : 1; >> } monitor; >> >> + struct monitor_msr_bitmap *monitor_msr_bitmap; > > Why is this not being made part of the immediately preceding > structure (omitting the monitor_ prefix)? >
+1 for moving it into the monitor structure. Tamas _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel