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

2015-09-22 Thread David Gibson
On Fri, Aug 14, 2015 at 01:34:30PM +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

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

2015-09-06 Thread Alexey Kardashevskiy
On 08/14/2015 01:34 PM, 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 prints all registered SPRs

[Qemu-devel] [PATCH qemu v3] 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