Actions
Bug #10041
closedwrong names for PowerPC registers in trace
Start date:
01/16/2020
Due date:
% Done:
100%
Estimated time:
Detected in build:
qemu4v.master
Platform:
Published in build:
0.3.5-beta-200116
Description
Here is a trace fragment that contains wrong names for PowerPC registers:
39 clk R 14 ffffff00 40 clk 0 IT (40) 00000000000020a0 554e0007 A svc_ns : clrlwi. 14, 10, 28 40 clk MW8 0000000000000000 0 40 clk R 14 f0000000 41 clk 0 IT (41) 00000000000020a4 554e422e A svc_ns : clrlslwi 14, 10, 16, 8 41 clk MW8 0000000000000000 0 41 clk R 14 ffde00
The correct trace should be:
39 clk R r14 ffffff00 40 clk 0 IT (40) 00000000000020a0 554e0007 A svc_ns : clrlwi. 14, 10, 28 40 clk MW8 0000000000000000 0 40 clk R r14 f0000000 41 clk 0 IT (41) 00000000000020a4 554e422e A svc_ns : clrlslwi 14, 10, 16, 8 41 clk MW8 0000000000000000 0 41 clk R r14 ffde00
Updated by Sergey Smolov almost 5 years ago
Actually, the format is correct, but in QEMU4V register name is always "0", that is wrong.
Updated by Sergey Smolov almost 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- Published in build set to 0.3.5-beta-200116
Actions