[Xen-devel] [PATCH 7/7] arch.monitor: move bits to common (arch_domain to domain)

2016-02-08 Thread Corneliu ZUZU
This patch moves bitfield members for single-step, software-breakpoint and guest-request monitor vm-events from the arch-side (struct arch_domain) to the common-side (struct domain). Ctrl-reg bits (i.e. write_ctrlreg_* members) are left on the arch-side, because control-registers number can vary

Re: [Xen-devel] [PATCH 7/7] arch.monitor: move bits to common (arch_domain to domain)

2016-02-08 Thread Corneliu ZUZU
On 2/8/2016 8:29 PM, Tamas K Lengyel wrote: On Mon, Feb 8, 2016 at 9:58 AM, Corneliu ZUZU > wrote: This patch moves bitfield members for single-step, software-breakpoint and guest-request monitor vm-events from the arch-side

Re: [Xen-devel] [PATCH 7/7] arch.monitor: move bits to common (arch_domain to domain)

2016-02-08 Thread Tamas K Lengyel
On Mon, Feb 8, 2016 at 9:58 AM, Corneliu ZUZU wrote: > This patch moves bitfield members for single-step, software-breakpoint and > guest-request monitor vm-events from the arch-side (struct arch_domain) to > the common-side (struct domain). Ctrl-reg bits (i.e.