aboutsummaryrefslogtreecommitdiff
path: root/hw/cris
AgeCommit message (Expand)AuthorFilesLines
2024-05-03cris: switch boards to "default y"Paolo Bonzini1-0/+2
2024-02-02hw/net/etraxfs-eth: use qemu_configure_nic_device()David Woodhouse1-5/+4
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster1-3/+3
2020-12-10cris: do not use ram_size globalPaolo Bonzini3-1/+3
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan1-2/+2
2020-08-21meson: convert hw/arch*Marc-André Lureau2-2/+5
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2020-02-19cris/axis_dev88: use memdev for RAMIgor Mammedov1-6/+2
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-1/+1
2020-01-07cris: improve passing PIC interrupt vector to the CPUMarc-André Lureau1-4/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-2/+0
2019-03-07cris-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+3
2019-03-07ptimer: express dependencies with KconfigPaolo Bonzini1-0/+1
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+5
2019-02-05hw/cris/Makefile.objs: Create CONFIG_* for crisYang Zhong1-1/+1
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-1/+2
2018-07-02hw/cris: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-1/+1
2017-10-27cris: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-09-01cris: replace cpu_cris_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-3/+2
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2016-07-12cris: Fix broken header guard in hw/cris/boot.hMarkus Armbruster1-2/+2
2016-05-29hw/char: QOM'ify etraxfs_ser.cxiaoqiang zhao1-2/+2
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2-0/+4
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-1/+1
2016-01-29cris: Clean up includesPeter Maydell2-0/+2
2015-09-25cris: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-10/+5
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-04-11cris: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller1-3/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-2/+1
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-1/+2
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+4
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-5/+5
2014-02-03cris: Remove the CRIS PIC glueEdgar E. Iglesias2-48/+0
2014-02-03axis-dev88: Connect the PIC upstream IRQs directly to the CPUEdgar E. Iglesias1-4/+3
2013-11-05axis_dev88: Don't enforce use of kernel for qtestAndreas Färber1-5/+6
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-1/+0
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-4/+4
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini3-2/+17