These patches adds the ability to generate files in drcov format.
Primary goal this scripts is to have coverage
logfiles thatwork in Lighthouse.
Changelog:
v3:
* Increased speed of the plugin.
* Added documentation to the helper functions.
* Sorted qemu-plugins.symbols.
v2:
* Added path t
The list is sorted to make it easier to find missing characters
Signed-off-by: Ivanov Arkady
---
plugins/qemu-plugins.symbols | 52 +-
1 file changed, 26 insertions(+), 26 deletions(-)
diff --git a/plugins/qemu-plugins.symbols b/plugins/qemu-plugins.sym
Which provide information about:
- start_code.
- end_code.
- entry.
- path to the executable binary.
Signed-off-by: Ivanov Arkady
---
include/qemu/qemu-plugin.h | 17
plugins/api.c| 44 ++
plugins/qemu-plugins.symbols
This patch adds the ability to generate files in drcov format.
Primary goal this script is to have coverage
logfiles thatwork in Lighthouse.
Signed-off-by: Ivanov Arkady
---
contrib/plugins/Makefile |1
contrib/plugins/drcov.c | 152 ++
2 files
These patches adds the ability to generate files in drcov format.
Primary goal this scripts is to have coverage
logfiles thatwork in Lighthouse.
Changelog:
v2:
* Added path to executable binary file.
* base, end, entry have correct values now.
* Added option: "filename" for output file.
*
This patch adds the ability to generate files in drcov format.
Primary goal this script is to have coverage
logfiles thatwork in Lighthouse.
Signed-off-by: Ivanov Arkady
---
contrib/plugins/Makefile |1
contrib/plugins/drcov.c | 148 ++
2 files
This patch adds helper functions to the drcov plugin.
Which provide information about:
- start_code.
- end_code.
- entry.
- path to the executable binary.
Signed-off-by: Ivanov Arkady
---
include/qemu/qemu-plugin.h |5 +
plugins/api.c| 27 +++
This adds hmp 'info tlb' command support for the arm platform.
The limitation is that this only implements a page walker for
ARMv8-A AArch64 Long Descriptor format, 32bit addressing is
not supported yet.
Signed-off-by: Changbin Du
Signed-off-by: Ivanov Arkady
---
hmp-commands-info.hx |3 +
This adds hmp 'info tlb' command support for the arm platform.
The limitation is that this only implements a page walker for
ARMv8-A AArch64 Long Descriptor format, 32bit addressing is
not supported yet.
To reuse existing code, this patch also extracts some APIs from
helper.c, including regime_tra
To reuse existing code for "tlb info", this patch also extracts
some of the APIs from helper.c including
mode_translation_disabled (), pt_start_level_stage1 (),
mode_ttbr (), arm_ldq_ptw ().
Signed-off-by: Ivanov Arkady
Signed-off-by: Changbin Du
---
target/arm/helper.c| 35 +++---
10 matches
Mail list logo