Re: [kvm-unit-tests PATCH v5 09/13] arm/arm64: ITS: Commands

2020-03-11 Thread Zenghui Yu
Hi Eric, On 2020/3/10 22:54, Eric Auger wrote: Implement main ITS commands. The code is largely inherited from the ITS driver. Signed-off-by: Eric Auger --- v3 -> v4: - device's itt now is a VGA - pass verbose to choose whether we shall print the cmd - use printf instead of report_info v2 -

[kvm-unit-tests PATCH v5 09/13] arm/arm64: ITS: Commands

2020-03-10 Thread Eric Auger
Implement main ITS commands. The code is largely inherited from the ITS driver. Signed-off-by: Eric Auger --- v3 -> v4: - device's itt now is a VGA - pass verbose to choose whether we shall print the cmd - use printf instead of report_info v2 -> v3: - do not use report() anymore - assert if cm