aboutsummaryrefslogtreecommitdiff
path: root/hw/rx/rx-gdbsim.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-15hw/rx/rx62n: Reduce inclusion of 'qemu/units.h'Philippe Mathieu-Daudé1-0/+1
2022-10-27rx: re-randomize rng-seed on rebootJason A. Donenfeld1-0/+3
2022-07-22hw/rx: pass random seed to fdtJason A. Donenfeld1-0/+4
2022-04-21hw/rx: rx-gdbsim DTB load address aligned of 16byte.Yoshinori Sato1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2021-05-03hw/rx/rx-gdbsim: Do not accept invalid memory sizePhilippe Mathieu-Daudé1-0/+1
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth1-1/+0
2020-12-10rx: move BIOS load from MCU to boardPaolo Bonzini1-0/+10
2020-11-09hw/rx/rx-gdbsim: Fix memory leak (CID 1432307)Philippe Mathieu-Daudé1-2/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-09-02rx: Rename QOM type check macrosEduardo Habkost1-2/+2
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-6/+6
2020-06-22hw/rx: Add RX GDB simulatorYoshinori Sato1-0/+198