Re: [Xen-devel] [PATCH] hvm/monitor: fix usage of the control register mask

2018-02-16 Thread Razvan Cojocaru
On 02/16/2018 02:18 PM, Roger Pau Monne wrote: > Previous usage is not correct and would prevent certain updates from > being notified to the monitor client. > > For example if (value ^ old) == (PGE | PSE) and mask == PGE this > update would not be notified. > > Signed-off-by: Roger Pau Monné >

[Xen-devel] [PATCH] hvm/monitor: fix usage of the control register mask

2018-02-16 Thread Roger Pau Monne
Previous usage is not correct and would prevent certain updates from being notified to the monitor client. For example if (value ^ old) == (PGE | PSE) and mask == PGE this update would not be notified. Signed-off-by: Roger Pau Monné --- Cc: Razvan Cojocaru Cc: Tamas K Lengyel Cc: Jan Beulich