]> Git Repo - qemu.git/commit
target/avr: CPU class: Add interrupt handling support
authorMichael Rolnik <[email protected]>
Thu, 6 Feb 2020 23:20:49 +0000 (00:20 +0100)
committerPhilippe Mathieu-Daudé <[email protected]>
Fri, 10 Jul 2020 15:58:32 +0000 (17:58 +0200)
commit7ccda78ff3a1c4d7005eb211207ca11ed719cc11
tree5dee97144b63086715a83de740ec0f9387955390
parentf1c671f96cb34deb28418c1b856f4132a752e87d
target/avr: CPU class: Add interrupt handling support

This patch introduces functions avr_cpu_do_interrupt() and
avr_cpu_exec_interrupt() that are part of AVR CPU class object.

[AM: Split a larger AVR introduction patch into logical units]
Suggested-by: Aleksandar Markovic <[email protected]>
Co-developed-by: Michael Rolnik <[email protected]>
Co-developed-by: Sarah Harris <[email protected]>
Signed-off-by: Michael Rolnik <[email protected]>
Signed-off-by: Sarah Harris <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Signed-off-by: Aleksandar Markovic <[email protected]>
Acked-by: Igor Mammedov <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Message-Id: <20200705140315[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
target/avr/cpu.c
target/avr/helper.c [new file with mode: 0644]
This page took 0.025475 seconds and 4 git commands to generate.