summaryrefslogtreecommitdiffstats
path: root/hw/cris
Commit message (Expand)AuthorAgeFilesLines
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw: Replace anti-social QOM type namesMarkus Armbruster2021-03-191-3/+3
* cris: do not use ram_size globalPaolo Bonzini2020-12-103-1/+3
* load_elf: Remove unused address variables from callersBALATON Zoltan2020-09-261-2/+2
* meson: convert hw/arch*Marc-André Lureau2020-08-212-2/+5
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* cris/axis_dev88: use memdev for RAMIgor Mammedov2020-02-191-6/+2Star
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-1/+1
* cris: improve passing PIC interrupt vector to the CPUMarc-André Lureau2020-01-071-4/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-122-2/+0Star
* cris-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+3
* ptimer: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+1
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+5
* hw/cris/Makefile.objs: Create CONFIG_* for crisYang Zhong2019-02-051-1/+1
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-1/+2
* hw/cris: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-1/+1
* cris: use generic cpu_model parsingIgor Mammedov2017-10-271-5/+2Star
* cris: replace cpu_cris_init() with cpu_generic_init()Igor Mammedov2017-09-011-1/+1
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-3/+2Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* cris: Fix broken header guard in hw/cris/boot.hMarkus Armbruster2016-07-121-2/+2
* hw/char: QOM'ify etraxfs_ser.cxiaoqiang zhao2016-05-291-2/+2
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-222-0/+4
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-1/+1
* cris: Clean up includesPeter Maydell2016-01-292-0/+2
* cris: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-1/+1
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-10/+5Star
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* typofixes - v4Veres Lajos2015-09-111-1/+1
* cris: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller2015-04-111-3/+2Star
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-2/+1Star
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-1/+2
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+4
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-5/+5
* cris: Remove the CRIS PIC glueEdgar E. Iglesias2014-02-032-48/+0Star
* axis-dev88: Connect the PIC upstream IRQs directly to the CPUEdgar E. Iglesias2014-02-031-4/+3Star
* axis_dev88: Don't enforce use of kernel for qtestAndreas Färber2013-11-051-5/+6
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-1/+0Star
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-4/+4
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-083-2/+17
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-6/+0Star
* hw: move DMA controllers to hw/dma/, configure with default-configs/Paolo Bonzini2013-04-081-1/+0Star