Re: [PATCH v3 1/2] powerpc/xmon: Paged output for paca display

2015-10-14 Thread Michael Ellerman
On Thu, 2015-10-15 at 09:24 +1100, Sam Bobroff wrote: > On Wed, Oct 14, 2015 at 08:39:09PM +1100, Michael Ellerman wrote: > > On Thu, 2015-10-08 at 11:50 +1100, Sam Bobroff wrote: > > > The paca display is already more than 24 lines, which can be problematic > > > if you have an old school 80x24 te

Re: [PATCH v3 1/2] powerpc/xmon: Paged output for paca display

2015-10-14 Thread Sam Bobroff
On Wed, Oct 14, 2015 at 08:39:09PM +1100, Michael Ellerman wrote: > On Thu, 2015-10-08 at 11:50 +1100, Sam Bobroff wrote: > > The paca display is already more than 24 lines, which can be problematic > > if you have an old school 80x24 terminal, or more likely you are on a > > virtual terminal which

Re: [PATCH v3 1/2] powerpc/xmon: Paged output for paca display

2015-10-14 Thread Michael Ellerman
On Thu, 2015-10-08 at 11:50 +1100, Sam Bobroff wrote: > The paca display is already more than 24 lines, which can be problematic > if you have an old school 80x24 terminal, or more likely you are on a > virtual terminal which does not scroll for whatever reason. > > This patch adds a new command "

[PATCH v3 1/2] powerpc/xmon: Paged output for paca display

2015-10-07 Thread Sam Bobroff
The paca display is already more than 24 lines, which can be problematic if you have an old school 80x24 terminal, or more likely you are on a virtual terminal which does not scroll for whatever reason. This patch adds a new command ".", which takes a single (hex) numeric argument: lines per page.