summaryrefslogtreecommitdiffstats
path: root/hw/microblaze/petalogix_ml605_mmu.c
Commit message (Expand)AuthorAgeFilesLines
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-111-2/+1Star
* pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-111-2/+1Star
* hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-071-1/+0Star
* hw/microblaze: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-3/+4
* 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
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-4/+2Star
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-2/+2
* m25p80: qdev-ify drive propertyPaolo Bonzini2016-07-041-1/+8
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* microblaze: Clean up includesPeter Maydell2016-01-281-0/+1
* ssi: Move ssi.h into a separate directoryAlistair Francis2016-01-211-1/+1
* petalogix-ml605: Set the MicroBlaze CPU version to 8.10.aEdgar E. Iglesias2016-01-071-0/+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-2/+2
* ml605_mmu: Move the hardcoded values to the init functionAlistair Francis2015-06-211-12/+6Star
* target-microblaze: Convert version_mask to a CPU propertyAlistair Francis2015-06-211-1/+1
* target-microblaze: Convert endi to a CPU propertyAlistair Francis2015-06-211-1/+1
* target-microblaze: Convert dcache-writeback to a CPU propertyAlistair Francis2015-06-211-1/+2
* target-microblaze: Convert use-fpu to a CPU propertyAlistair Francis2015-06-211-2/+5
* 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-2/+3
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+3
* microblaze: ml605: Get rid of ddr_base variablePeter Crosthwaite2014-08-241-3/+2Star
* ssi: Name the CS GPIOPeter Crosthwaite2014-05-281-1/+1
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-3/+3
* xilinx: Delete hw/include/xilinx.hPeter Crosthwaite2014-02-261-1/+0Star
* xilinx: Inline usages of xilinx_axi*_init()Peter Crosthwaite2014-02-261-5/+19
* xilinx: Inline usages of xilinx_timer_create()Peter Crosthwaite2014-02-261-1/+6
* xilinx: Inline usages of xilinx_intc_create()Peter Crosthwaite2014-02-261-2/+6
* microblaze/ml605: Define macros for irq/memory mapsPeter Crosthwaite2014-02-261-3/+12
* petalogix-ml605: Create the CPU with object_new()Edgar E. Iglesias2014-02-111-5/+2Star
* Microblaze: Convert Microblaze-pic handling to GPIOsAlistair Francis2014-01-141-6/+3Star
* hw/microblaze: Add support for loading initrd imagesEdgar E. Iglesias2013-10-241-0/+1
* hw/microblaze: Indentation cleanupsEdgar E. Iglesias2013-10-241-2/+3
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-1/+0Star
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* stream: Remove app argument hackPeter Crosthwaite2013-04-161-10/+15
* xilinx_axidma: Create Proxy object for streamPeter Crosthwaite2013-04-161-2/+4
* xilinx_axienet: Create Proxy object for streamPeter Crosthwaite2013-04-161-1/+4
* petalogix_ml605_mmu: Attach ethernet to machinePeter Crosthwaite2013-04-161-0/+2
* petalogix_ml605_mmu: Fix machine node attachmentPeter Crosthwaite2013-04-161-2/+2
* arm: fix location of some include filesPeter Maydell2013-04-151-1/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-2/+2
* hw: move headers to include/Paolo Bonzini2013-04-081-3/+3
* petalogix_ml605_mmu: Cleanup ssi_create_slave()Peter Crosthwaite2013-04-051-2/+1Star