Re: [PATCH v2 for-4.14 1/3] xen/monitor: Control register values

2020-06-03 Thread Roger Pau Monné
On Tue, Jun 02, 2020 at 07:10:07AM -0600, Tamas K Lengyel wrote: > On Tue, Jun 2, 2020 at 7:00 AM Jan Beulich wrote: > > > > On 02.06.2020 14:51, Tamas K Lengyel wrote: > > > On Tue, Jun 2, 2020 at 6:47 AM Jan Beulich wrote: > > >> > > >> On 02.06.2020 14:40, Tamas K Lengyel wrote: > > >>> On Tue

Re: [PATCH v2 for-4.14 1/3] xen/monitor: Control register values

2020-06-02 Thread Tamas K Lengyel
On Tue, Jun 2, 2020 at 7:00 AM Jan Beulich wrote: > > On 02.06.2020 14:51, Tamas K Lengyel wrote: > > On Tue, Jun 2, 2020 at 6:47 AM Jan Beulich wrote: > >> > >> On 02.06.2020 14:40, Tamas K Lengyel wrote: > >>> On Tue, Jun 2, 2020 at 5:08 AM Roger Pau Monné > >>> wrote: > > On Wed, M

Re: [PATCH v2 for-4.14 1/3] xen/monitor: Control register values

2020-06-02 Thread Tamas K Lengyel
On Tue, Jun 2, 2020 at 7:01 AM Roger Pau Monné wrote: > > On Tue, Jun 02, 2020 at 06:40:12AM -0600, Tamas K Lengyel wrote: > > On Tue, Jun 2, 2020 at 5:08 AM Roger Pau Monné wrote: > > > > > > On Wed, May 20, 2020 at 08:31:52PM -0600, Tamas K Lengyel wrote: > > > > Extend the monitor_op domctl to

Re: [PATCH v2 for-4.14 1/3] xen/monitor: Control register values

2020-06-02 Thread Tamas K Lengyel
On Tue, Jun 2, 2020 at 7:04 AM Jan Beulich wrote: > > On 02.06.2020 15:01, Roger Pau Monné wrote: > > On Tue, Jun 02, 2020 at 06:40:12AM -0600, Tamas K Lengyel wrote: > >> On Tue, Jun 2, 2020 at 5:08 AM Roger Pau Monné > >> wrote: > >>> On Wed, May 20, 2020 at 08:31:52PM -0600, Tamas K Lengyel w

Re: [PATCH v2 for-4.14 1/3] xen/monitor: Control register values

2020-06-02 Thread Jan Beulich
On 02.06.2020 15:01, Roger Pau Monné wrote: > On Tue, Jun 02, 2020 at 06:40:12AM -0600, Tamas K Lengyel wrote: >> On Tue, Jun 2, 2020 at 5:08 AM Roger Pau Monné wrote: >>> On Wed, May 20, 2020 at 08:31:52PM -0600, Tamas K Lengyel wrote: --- a/xen/arch/x86/hvm/hvm.c +++ b/xen/arch/x86/hvm

Re: [PATCH v2 for-4.14 1/3] xen/monitor: Control register values

2020-06-02 Thread Roger Pau Monné
On Tue, Jun 02, 2020 at 06:40:12AM -0600, Tamas K Lengyel wrote: > On Tue, Jun 2, 2020 at 5:08 AM Roger Pau Monné wrote: > > > > On Wed, May 20, 2020 at 08:31:52PM -0600, Tamas K Lengyel wrote: > > > Extend the monitor_op domctl to include option that enables > > > controlling what values certain

Re: [PATCH v2 for-4.14 1/3] xen/monitor: Control register values

2020-06-02 Thread Jan Beulich
On 02.06.2020 14:51, Tamas K Lengyel wrote: > On Tue, Jun 2, 2020 at 6:47 AM Jan Beulich wrote: >> >> On 02.06.2020 14:40, Tamas K Lengyel wrote: >>> On Tue, Jun 2, 2020 at 5:08 AM Roger Pau Monné wrote: On Wed, May 20, 2020 at 08:31:52PM -0600, Tamas K Lengyel wrote: > Extend the m

Re: [PATCH v2 for-4.14 1/3] xen/monitor: Control register values

2020-06-02 Thread Tamas K Lengyel
On Tue, Jun 2, 2020 at 6:47 AM Jan Beulich wrote: > > On 02.06.2020 14:40, Tamas K Lengyel wrote: > > On Tue, Jun 2, 2020 at 5:08 AM Roger Pau Monné wrote: > >> > >> On Wed, May 20, 2020 at 08:31:52PM -0600, Tamas K Lengyel wrote: > >>> Extend the monitor_op domctl to include option that enables

Re: [PATCH v2 for-4.14 1/3] xen/monitor: Control register values

2020-06-02 Thread Jan Beulich
On 02.06.2020 14:40, Tamas K Lengyel wrote: > On Tue, Jun 2, 2020 at 5:08 AM Roger Pau Monné wrote: >> >> On Wed, May 20, 2020 at 08:31:52PM -0600, Tamas K Lengyel wrote: >>> Extend the monitor_op domctl to include option that enables >>> controlling what values certain registers are permitted to

Re: [PATCH v2 for-4.14 1/3] xen/monitor: Control register values

2020-06-02 Thread Tamas K Lengyel
On Tue, Jun 2, 2020 at 5:08 AM Roger Pau Monné wrote: > > On Wed, May 20, 2020 at 08:31:52PM -0600, Tamas K Lengyel wrote: > > Extend the monitor_op domctl to include option that enables > > controlling what values certain registers are permitted to hold > > by a monitor subscriber. > > I think th

Re: [PATCH v2 for-4.14 1/3] xen/monitor: Control register values

2020-06-02 Thread Roger Pau Monné
On Wed, May 20, 2020 at 08:31:52PM -0600, Tamas K Lengyel wrote: > Extend the monitor_op domctl to include option that enables > controlling what values certain registers are permitted to hold > by a monitor subscriber. I think the change could benefit for some more detail commit message here. Why

[PATCH v2 for-4.14 1/3] xen/monitor: Control register values

2020-05-20 Thread Tamas K Lengyel
Extend the monitor_op domctl to include option that enables controlling what values certain registers are permitted to hold by a monitor subscriber. Signed-off-by: Tamas K Lengyel --- xen/arch/x86/hvm/hvm.c | 25 - xen/arch/x86/monitor.c | 10 +- xen/i