]> Git Repo - qemu.git/commit
target/avr: Introduce basic CPU class object
authorMichael Rolnik <[email protected]>
Sun, 26 Jan 2020 18:51:34 +0000 (19:51 +0100)
committerPhilippe Mathieu-Daudé <[email protected]>
Fri, 10 Jul 2020 15:58:32 +0000 (17:58 +0200)
commitf1c671f96cb34deb28418c1b856f4132a752e87d
treefda93a912eddf4db54a73e8c7894c7c834cc542b
parentc8c0d267fd423dcda81fec5dc35ca7a6c3207213
target/avr: Introduce basic CPU class object

This patch introduces AVR CPU class object and its basic elements
and functions.

[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]>
[thuth: Adjusted reset and parent_reset handling]
Signed-off-by: Thomas Huth <[email protected]>
Message-Id: <20200705140315[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
target/avr/cpu-qom.h [new file with mode: 0644]
target/avr/cpu.c [new file with mode: 0644]
target/avr/cpu.h
This page took 0.025788 seconds and 4 git commands to generate.