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