On Fri, Sep 08, 2017 at 08:14:59AM -0600, Jan Beulich wrote:
> >>> On 08.09.17 at 15:44, wrote:
> > @@ -41,7 +41,7 @@ bool_t hvm_monitor_cr(unsigned int index, unsigned long
> > value, unsigned long old
> >value != old) &&
> > (!((value ^ old) & ad->monitor.write_ctrlreg_mas
>>> On 08.09.17 at 15:44, wrote:
> @@ -41,7 +41,7 @@ bool_t hvm_monitor_cr(unsigned int index, unsigned long
> value, unsigned long old
>value != old) &&
> (!((value ^ old) & ad->monitor.write_ctrlreg_mask[index])) )
> {
> -bool_t sync = !!(ad->monitor.write_ctr
On 08.09.2017 16:44, Wei Liu wrote:
Signed-off-by: Wei Liu
---
Cc: Razvan Cojocaru
Cc: Tamas K Lengyel
---
xen/arch/arm/monitor.c| 4 ++--
xen/arch/x86/hvm/monitor.c| 10 +-
xen/common/monitor.c | 8
xen/include/asm-x86/hvm/monitor.h | 6 +
On 08/09/17 14:44, Wei Liu wrote:
> diff --git a/xen/arch/x86/hvm/monitor.c b/xen/arch/x86/hvm/monitor.c
> index a7ccfc4b42..b534dd3043 100644
> --- a/xen/arch/x86/hvm/monitor.c
> +++ b/xen/arch/x86/hvm/monitor.c
> @@ -30,7 +30,7 @@
> #include
> #include
>
> -bool_t hvm_monitor_cr(unsigned in
Signed-off-by: Wei Liu
---
Cc: Razvan Cojocaru
Cc: Tamas K Lengyel
---
xen/arch/arm/monitor.c| 4 ++--
xen/arch/x86/hvm/monitor.c| 10 +-
xen/common/monitor.c | 8
xen/include/asm-x86/hvm/monitor.h | 6 +++---
xen/include/xen/monitor.h