aboutsummaryrefslogtreecommitdiff
path: root/hw/microblaze
AgeCommit message (Expand)AuthorFilesLines
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-09-07target/microblaze: Move pvr regs to MicroBlazeCPUConfigRichard Henderson1-3/+3
2020-08-21meson: convert hw/arch*Marc-André Lureau2-4/+7
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-5/+2
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster3-28/+28
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-4/+2
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster1-2/+3
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster3-4/+4
2020-06-15sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster1-7/+4
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2-8/+8
2020-06-15sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1Markus Armbruster1-2/+2
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-4/+3
2020-06-15qom: Tidy up a few object_initialize_child() callsMarkus Armbruster1-2/+1
2020-06-15ssi: Convert uses of ssi_create_slave_no_init() with CoccinelleMarkus Armbruster1-2/+2
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2-16/+16
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé1-4/+4
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-4/+2
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2020-02-28hw: Do not initialize MachineClass::is_default to 0Philippe Mathieu-Daudé1-1/+0
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-2/+2
2019-10-04microblaze: fix leak of fdevice tree blobPaolo Bonzini1-0/+1
2019-08-20hw/misc: Add a config switch for the "unimplemented" deviceThomas Huth1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster2-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster3-3/+0
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-3/+0
2019-05-24hw/microblaze/zynqmp: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-3/+3
2019-05-24hw/microblaze/zynqmp: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-3/+4
2019-05-24hw/microblaze/zynqmp: Let the SoC manage the IPI devicesPhilippe Mathieu-Daudé1-20/+16
2019-05-24hw/microblaze/zynqmp: Move the IPI state into the PMUSoC statePhilippe Mathieu-Daudé1-7/+7
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2-4/+2
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2-3/+2
2019-03-08Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell2-2/+0
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2-2/+0
2019-03-07microblaze-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+12
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+8
2019-02-05hw/microblaze/Makefile.objs: Create configs for petalogix and xilinx boardsÁkos Kovács1-3/+3
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick1-3/+4
2019-01-22hw/microblaze: s3adsp1800: Create an unimplemented GPIO areaEdgar E. Iglesias1-0/+4
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson1-1/+1
2018-07-23hw/microblaze/xlnx-zynqmp-pmu: Fix introspection problem in 'xlnx, zynqmp-pmu...Thomas Huth1-6/+4
2018-07-02hw/microblaze: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2-6/+8
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2-2/+0
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell2-2/+2
2018-01-26xlnx-zynqmp-pmu: Connect the IPI device to the PMUAlistair Francis1-0/+31
2018-01-26xlnx-zynqmp-pmu: Connect the PMU interrupt controllerAlistair Francis1-0/+24
2018-01-26xlnx-zynqmp-pmu: Add the CPU and memoryAlistair Francis1-2/+68
2018-01-26xlnx-zynqmp-pmu: Initial commit of the ZynqMP PMUAlistair Francis2-0/+84
2018-01-26microblaze: boot.c: Don't try to find NULL fileAlistair Francis1-1/+1