[Crash-utility] 答复: [PATCH] x86_64: vtop supports 1G huge pages

2020-06-09 Thread Li,Rongqing
> > Crash utility currently does not supporting virtual to physical > > address translation for 1G huge pages on x86_64, This patch tries to > > address this issue by providing address translation support for huge > > pages in 'vtop' command. > > Good catch! I think it would be better to add the

[Crash-utility] [PATCH] x86_64: vtop supports 1G huge pages

2020-06-05 Thread Li RongQing
From: Li RongQing Crash utility currently does not supporting virtual to physical address translation for 1G huge pages on x86_64, This patch tries to address this issue by providing address translation support for huge pages in 'vtop' command. Without this patch: crash> vtop 7f6e4

[Crash-utility] [PATCH] x86_64: vtop supports 1G huge pages

2020-06-05 Thread Li RongQing
From: Li RongQing Crash utility currently does not supporting virtual to physical address translation for 1G huge pages on x86_64, This patch tries to address this issue by providing address translation support for huge pages in 'vtop' command. Without this patch: crash> vtop 7f6e4

[Crash-utility] 答复: 答复: [PATCH] x86_64: vtop supports 1G huge pages

2020-06-10 Thread Li,Rongqing
> -Original Message- > > > > Crash utility currently does not supporting virtual to physical > > > > address translation for 1G huge pages on x86_64, This patch tries > > > > to address this issue by providing address translation support for > > > > huge pages in 'vtop' command. > > > > >

[Crash-utility] [PATCH][v2] x86_64: vtop supports 1G huge pages

2020-06-10 Thread Li RongQing
PHYSICAL MAPPING INDEX CNT FLAGS d90cf500 1d4000 9968369786500 7 17c000801c referenced,uptodate,dirty,head crash> add the 1G huge pages translation for kvtop as HAGIO KAZUHITO suggested Signed-off-by: Li RongQing Signed-off-by: chukaiping --- diff wi