summaryrefslogtreecommitdiff
path: root/hw/microblaze/petalogix_ml605_mmu.c
AgeCommit message (Expand)AuthorFilesLines
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-07-04m25p80: qdev-ify drive propertyPaolo Bonzini1-1/+8
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-21ssi: Move ssi.h into a separate directoryAlistair Francis1-1/+1
2016-01-07petalogix-ml605: Set the MicroBlaze CPU version to 8.10.aEdgar 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-21ml605_mmu: Move the hardcoded values to the init functionAlistair Francis1-12/+6
2015-06-21target-microblaze: Convert version_mask to a CPU propertyAlistair Francis1-1/+1
2015-06-21target-microblaze: Convert endi to a CPU propertyAlistair Francis1-1/+1
2015-06-21target-microblaze: Convert dcache-writeback to a CPU propertyAlistair Francis1-1/+2
2015-06-21target-microblaze: Convert use-fpu to a CPU propertyAlistair Francis1-2/+5
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/+3
2014-08-24microblaze: ml605: Get rid of ddr_base variablePeter Crosthwaite1-3/+2
2014-05-28ssi: Name the CS GPIOPeter Crosthwaite1-1/+1
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-3/+3
2014-02-26xilinx: Delete hw/include/xilinx.hPeter Crosthwaite1-1/+0
2014-02-26xilinx: Inline usages of xilinx_axi*_init()Peter Crosthwaite1-5/+19
2014-02-26xilinx: Inline usages of xilinx_timer_create()Peter Crosthwaite1-1/+6
2014-02-26xilinx: Inline usages of xilinx_intc_create()Peter Crosthwaite1-2/+6
2014-02-26microblaze/ml605: Define macros for irq/memory mapsPeter Crosthwaite1-3/+12
2014-02-11petalogix-ml605: Create the CPU with object_new()Edgar E. Iglesias1-5/+2
2014-01-14Microblaze: Convert Microblaze-pic handling to GPIOsAlistair Francis1-6/+3
2013-10-24hw/microblaze: Add support for loading initrd imagesEdgar E. Iglesias1-0/+1
2013-10-24hw/microblaze: Indentation cleanupsEdgar E. Iglesias1-2/+3
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-04-16stream: Remove app argument hackPeter Crosthwaite1-10/+15
2013-04-16xilinx_axidma: Create Proxy object for streamPeter Crosthwaite1-2/+4
2013-04-16xilinx_axienet: Create Proxy object for streamPeter Crosthwaite1-1/+4
2013-04-16petalogix_ml605_mmu: Attach ethernet to machinePeter Crosthwaite1-0/+2
2013-04-16petalogix_ml605_mmu: Fix machine node attachmentPeter Crosthwaite1-2/+2
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-3/+3
2013-04-05petalogix_ml605_mmu: Cleanup ssi_create_slave()Peter Crosthwaite1-2/+1
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+186