[PATCH] contrib/plugins: add a drcov plugin

2021-10-11 Thread Arkadiy
From: NDNF This patch adds the ability to generate files in drcov format. Primary goal this script is to have coverage logfiles thatwork in Lighthouse. Problems: - The path to the executable file is not specified. - base, end, entry take incorrect values. (Lighthouse + IDA Pro anywa

[PATCH] gdb-xml/avr-cpu.xml: fix pc and sp dimension

2021-03-18 Thread Arkadiy
From: NDNF fix pc and sp dimension in xml for avr-gdb Signed-off-by: Arkasha --- gdb-xml/avr-cpu.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gdb-xml/avr-cpu.xml b/gdb-xml/avr-cpu.xml index c4747f5b40..89458b717f 100644 --- a/gdb-xml/avr-cpu.xml +++ b/gdb-xml/a

[PATCH] target/avr: Fix interrupt execution

2021-03-12 Thread Arkadiy
From: NDNF Only one interrupt is in progress at the moment.It is necessary to set to reset interrupt_request only after all interrupts have been executed Signed-off-by: Arkasha --- target/avr/helper.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/avr/helper.c b/

[PATCH v2] block: increased maximum size of vvfat devices

2021-03-17 Thread Arkadiy
From: NDNF This fixes the problem of the impossibility to create FAT16 disks larger than 504 mb: The change CHS made it possible to obtain a larger disk. Also, auto-detection of disk parameters was added depending on the volume of the connected files: The size of all folders and files on the crea

[PATCH V2] block: increased maximum size of vvfat devices

2021-03-17 Thread Arkadiy
From: NDNF This fixes the problem of the impossibility to create FAT16 disks larger than 504 mb: The change CHS made it possible to obtain a larger disk. Also, auto-detection of disk parameters was added depending on the volume of the connected files: The size of all folders and files on the crea

[PATCH] mips/tlb_helper: Add support for 'info tlb' cmd

2021-07-20 Thread Arkadiy
From: NDNF This adds hmp 'info tlb' command support for the mips platform. 1k pages are not supported. Signed-off-by: NDNF --- hmp-commands-info.hx | 3 ++- target/mips/cpu.h| 3 +++ target/mips/meson.build | 1 + target/mips/monitor.c| 26 ++ target/mip

[PATCH v2] mips/tlb_helper: Add support for 'info tlb' cmd

2021-07-23 Thread Arkadiy
From: NDNF This adds hmp 'info tlb' command support for the mips platform. 1k pages are not supported. Signed-off-by: Ivanov Arkady --- hmp-commands-info.hx | 3 ++- target/mips/cpu.h| 3 +++ target/mips/meson.build | 1 + target/mips/monitor.c| 26 ++ t

[PATCH v3] mips/tlb_helper: Add support for 'info tlb' cmd

2021-07-26 Thread Arkadiy
From: NDNF This adds hmp 'info tlb' command support for the mips platform. 1k pages are not supported. Signed-off-by: Ivanov Arkady --- v3: dump all cores, fixed output --- hmp-commands-info.hx | 3 ++- target/mips/cpu.h| 3 +++ target/mips/meson.build | 1 + target/mips/monito

[PATCH] trace: add hardware interrupt calls tracing

2021-06-29 Thread Arkadiy
From: NDNF Adds hardware interrupt call tracing. This is necessary to debugging Qemu and virtual devices. It was decided to use function names. This allow us tracing IRQ without global code changes. There was an attempt to use device names, but appeared the problem: it wasn't always possible to f

Re: [PATCH] contrib/plugins: add a drcov plugin

2021-10-13 Thread arkadiy . ivanov
Alex Bennée писал 2021-10-12 13:36: Arkadiy writes: From: NDNF This patch adds the ability to generate files in drcov format. Primary goal this script is to have coverage logfiles thatwork in Lighthouse. Problems: - The path to the executable file is not specified. I don't

Re: [PATCH] contrib/plugins: add a drcov plugin

2021-10-15 Thread arkadiy . ivanov
Alex Bennée писал 2021-10-12 13:36: Arkadiy writes: From: NDNF This patch adds the ability to generate files in drcov format. Primary goal this script is to have coverage logfiles thatwork in Lighthouse. Problems: - The path to the executable file is not specified. I don't

Re: [PATCH] trace: add hardware interrupt calls tracing

2021-07-07 Thread Arkadiy Isp
Ping? https://patchwork.kernel.org/project/qemu-devel/patch/20210625073844.1229-3-mark.cave-ayl...@ilande.co.uk/ вт, 29 июн. 2021 г. в 16:38, Arkadiy : > From: NDNF > > Adds hardware interrupt call tracing. This is necessary to debugging Qemu > and > virtual devices. It was