summaryrefslogtreecommitdiff
path: root/hw/microblaze/petalogix_ml605_mmu.c
AgeCommit message (Expand)Author
2021-12-15hw/microblaze: Replace drive_get_next() by drive_get()Markus Armbruster
2020-09-07target/microblaze: Move pvr regs to MicroBlazeCPUConfigRichard Henderson
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15ssi: Convert uses of ssi_create_slave_no_init() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-02-28hw: Do not initialize MachineClass::is_default to 0Philippe Mathieu-Daudé
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé
2018-07-02hw/microblaze: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2016-07-04m25p80: qdev-ify drive propertyPaolo Bonzini
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-28microblaze: Clean up includesPeter Maydell
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis
2016-01-07petalogix-ml605: Set the MicroBlaze CPU version to 8.10.aEdgar E. Iglesias
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-06-21ml605_mmu: Move the hardcoded values to the init functionAlistair Francis
2015-06-21target-microblaze: Convert version_mask to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Convert endi to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Convert dcache-writeback to a CPU propertyAlistair Francis
2015-06-21target-microblaze: Convert use-fpu to a CPU propertyAlistair Francis
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-08-24microblaze: ml605: Get rid of ddr_base variablePeter Crosthwaite
2014-05-28ssi: Name the CS GPIOPeter Crosthwaite
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum
2014-02-26xilinx: Delete hw/include/xilinx.hPeter Crosthwaite
2014-02-26xilinx: Inline usages of xilinx_axi*_init()Peter Crosthwaite
2014-02-26xilinx: Inline usages of xilinx_timer_create()Peter Crosthwaite
2014-02-26xilinx: Inline usages of xilinx_intc_create()Peter Crosthwaite
2014-02-26microblaze/ml605: Define macros for irq/memory mapsPeter Crosthwaite
2014-02-11petalogix-ml605: Create the CPU with object_new()Edgar E. Iglesias
2014-01-14Microblaze: Convert Microblaze-pic handling to GPIOsAlistair Francis
2013-10-24hw/microblaze: Add support for loading initrd imagesEdgar E. Iglesias
2013-10-24hw/microblaze: Indentation cleanupsEdgar E. Iglesias