Re: [Xen-devel] [PATCH v4 11/15] tools: implement the new xl get hw info interface

2017-09-26 Thread Roger Pau Monné
On Sat, Sep 23, 2017 at 09:48:20AM +, Yi Sun wrote: > This patch implements a new xl get HW info interface. A new argument > is added for psr-hwinfo command to get and show MBA HW info. > > Signed-off-by: Yi Sun Reviewed-by: Roger Pau Monné Thanks, Roger. _

[Xen-devel] [PATCH v4 11/15] tools: implement the new xl get hw info interface

2017-09-23 Thread Yi Sun
This patch implements a new xl get HW info interface. A new argument is added for psr-hwinfo command to get and show MBA HW info. Signed-off-by: Yi Sun --- CC: Wei Liu CC: Ian Jackson CC: Roger Pau Monné CC: Chao Peng v3: - change the format string of printf in 'psr_mba_hwinfo'. (s