Re: [PULL 08/15] target/i386: Added consistency checks for CR4

2021-08-31 Thread Daniel P . Berrangé
On Tue, Aug 31, 2021 at 06:03:04PM +0100, Richard W.M. Jones wrote: > On Thu, Jul 22, 2021 at 05:36:05PM +0200, Paolo Bonzini wrote: > > From: Lara Lazier > > > > All MBZ bits in CR4 must be zero. (APM2 15.5) > > Added reserved bitmask and added checks in both > > helper_vmrun and

Re: [PULL 08/15] target/i386: Added consistency checks for CR4

2021-08-31 Thread Richard W.M. Jones
On Thu, Jul 22, 2021 at 05:36:05PM +0200, Paolo Bonzini wrote: > From: Lara Lazier > > All MBZ bits in CR4 must be zero. (APM2 15.5) > Added reserved bitmask and added checks in both > helper_vmrun and helper_write_crN. > > Signed-off-by: Lara Lazier > Message-Id:

Re: [PULL 08/15] target/i386: Added consistency checks for CR4

2021-08-31 Thread Daniel P . Berrangé
On Tue, Aug 31, 2021 at 06:03:04PM +0100, Richard W.M. Jones wrote: > On Thu, Jul 22, 2021 at 05:36:05PM +0200, Paolo Bonzini wrote: > > From: Lara Lazier > > > > All MBZ bits in CR4 must be zero. (APM2 15.5) > > Added reserved bitmask and added checks in both > > helper_vmrun and

[PULL 08/15] target/i386: Added consistency checks for CR4

2021-07-22 Thread Paolo Bonzini
From: Lara Lazier All MBZ bits in CR4 must be zero. (APM2 15.5) Added reserved bitmask and added checks in both helper_vmrun and helper_write_crN. Signed-off-by: Lara Lazier Message-Id: <20210721152651.14683-2-laramglaz...@gmail.com> Signed-off-by: Paolo Bonzini --- target/i386/cpu.h