Le 02/01/2018 à 17:10, Richard Henderson a écrit :
> On 01/01/2018 05:10 PM, Laurent Vivier wrote:
>> Display the interrupts/exceptions information
>> in QEMU logs (-d int)
>>
>> Signed-off-by: Laurent Vivier
>
>
> Reviewed-by: Richard Henderson
>
>> +if (qemu_loglevel_mask(CPU_LOG_INT)) {
On 01/01/2018 05:10 PM, Laurent Vivier wrote:
> Display the interrupts/exceptions information
> in QEMU logs (-d int)
>
> Signed-off-by: Laurent Vivier
Reviewed-by: Richard Henderson
> +if (qemu_loglevel_mask(CPU_LOG_INT)) {
> +static int count;
> +qemu_log("INT %6d: %s(%#
Display the interrupts/exceptions information
in QEMU logs (-d int)
Signed-off-by: Laurent Vivier
---
target/m68k/cpu.h | 8
target/m68k/op_helper.c | 112
2 files changed, 120 insertions(+)
diff --git a/target/m68k/cpu.h b/target/m6