aboutsummaryrefslogtreecommitdiff
path: root/hw/microblaze/petalogix_s3adsp1800_mmu.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster1-1/+1
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-3/+3
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-6/+6
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster1-2/+1
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster1-1/+1
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé1-1/+0
2019-01-22hw/microblaze: s3adsp1800: Create an unimplemented GPIO areaEdgar E. Iglesias1-0/+4
2018-07-02hw/microblaze: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-3/+4
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-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-4/+2
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-2/+2
2016-06-06hw/char: QOM'ify xilinx_uartlite modelxiaoqiang zhao1-2/+3
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-28microblaze: Clean up includesPeter Maydell1-0/+1
2016-01-07s3adsp1800: Set the MicroBlaze CPU version to 7.10.dEdgar E. Iglesias1-0/+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-2/+2
2015-06-21s3adsp1800: Remove the hardcoded values from the resetAlistair Francis1-8/+1
2015-06-21microblaze: s3adsp: Instantiate CPU using QOMPeter Crosthwaite1-6/+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-2/+3
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-2/+4
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-4/+4
2014-02-26xilinx: Delete hw/include/xilinx.hPeter Crosthwaite1-1/+0
2014-02-26xilinx: Inline usage of xilinx_ethlite_create()Peter Crosthwaite1-1/+8
2014-02-26xilinx: Inline usages of xilinx_timer_create()Peter Crosthwaite1-1/+8
2014-02-26xilinx: Inline usages of xilinx_intc_create()Peter Crosthwaite1-2/+7
2014-02-26microblaze/s3adsp_1800: Define macros for irq mapPeter Crosthwaite1-1/+6
2014-01-14Microblaze: Convert Microblaze-pic handling to GPIOsAlistair Francis1-6/+3
2013-10-24hw/microblaze: Add support for loading initrd imagesEdgar E. Iglesias1-1/+3
2013-10-24hw/microblaze: Indentation cleanupsEdgar E. Iglesias1-1/+1
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-1/+0
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-06-18microblaze/petalogix_s3adsp1800_mmu: Fix UART IRQPeter Crosthwaite1-1/+1
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-2/+2
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+127