Re: [Qemu-devel] [PATCH qemu v2] target-ppc: Define get_monitor_def

2015-08-13 Thread David Gibson
On Fri, Aug 14, 2015 at 01:52:18AM +1000, Alexey Kardashevskiy wrote: > At the moment get_monitor_def() prints only registers from monitor_defs. > However there is a lot of BOOK3S SPRs which are not in the list and > cannot be printed. > > This makes use of the new get_monitor_def() callback and p

[Qemu-devel] [PATCH qemu v2] target-ppc: Define get_monitor_def

2015-08-13 Thread Alexey Kardashevskiy
At the moment get_monitor_def() prints only registers from monitor_defs. However there is a lot of BOOK3S SPRs which are not in the list and cannot be printed. This makes use of the new get_monitor_def() callback and prints all registered SPRs and fails on unregistered ones proving the user inform