summaryrefslogtreecommitdiffstats
path: root/hw/rx/rx-gdbsim.c
Commit message (Expand)AuthorAgeFilesLines
* hw/rx/rx-gdbsim: Do not accept invalid memory sizePhilippe Mathieu-Daudé2021-05-031-0/+1
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-021-1/+0Star
* rx: move BIOS load from MCU to boardPaolo Bonzini2020-12-101-0/+10
* hw/rx/rx-gdbsim: Fix memory leak (CID 1432307)Philippe Mathieu-Daudé2020-11-091-2/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* rx: Rename QOM type check macrosEduardo Habkost2020-09-021-2/+2
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-6/+6
* hw/rx: Add RX GDB simulatorYoshinori Sato2020-06-221-0/+198