Re: [PATCH v6 00/41] target/arm: Implement ARMv8.1-VHE

2020-02-06 Thread Alex Bennée
Alex Bennée writes: > Richard Henderson writes: > >> Version 6 moves vhe_reginfo[] to file scope, and one tweak >> to the vhe register access masking that Peter asked for. >> >> All patches now have reviews. > > I was re-testing and I was able to boot my guest Image+buildroot. > However the bu

Re: [PATCH v6 00/41] target/arm: Implement ARMv8.1-VHE

2020-02-04 Thread Richard Henderson
On 2/3/20 5:51 PM, Alex Bennée wrote: > > Richard Henderson writes: > >> Version 6 moves vhe_reginfo[] to file scope, and one tweak >> to the vhe register access masking that Peter asked for. >> >> All patches now have reviews. > > I was re-testing and I was able to boot my guest Image+buildroo

Re: [PATCH v6 00/41] target/arm: Implement ARMv8.1-VHE

2020-02-03 Thread Alex Bennée
Richard Henderson writes: > Version 6 moves vhe_reginfo[] to file scope, and one tweak > to the vhe register access masking that Peter asked for. > > All patches now have reviews. I was re-testing and I was able to boot my guest Image+buildroot. However the busybox crashes after login so I'm u

[PATCH v6 00/41] target/arm: Implement ARMv8.1-VHE

2020-02-01 Thread Richard Henderson
Version 6 moves vhe_reginfo[] to file scope, and one tweak to the vhe register access masking that Peter asked for. All patches now have reviews. r~ Alex Bennée (1): target/arm: check TGE and E2H flags for EL0 pauth traps Richard Henderson (40): target/arm: Define isar_feature_aa64_vh t