summaryrefslogtreecommitdiffstats
path: root/hw/microblaze
Commit message (Expand)AuthorAgeFilesLines
* hw/microblaze: pass random seed to fdtJason A. Donenfeld2022-09-211-0/+5
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* hw/microblaze: Replace drive_get_next() by drive_get()Markus Armbruster2021-12-151-1/+1
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw: Replace anti-social QOM type namesMarkus Armbruster2021-03-191-1/+1
* vl: make qemu_get_machine_opts staticPaolo Bonzini2020-12-151-5/+4Star
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* microblaze: do not use ram_size globalPaolo Bonzini2020-12-101-4/+4
* load_elf: Remove unused address variables from callersBALATON Zoltan2020-09-261-2/+2
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* target/microblaze: Move pvr regs to MicroBlazeCPUConfigRichard Henderson2020-09-071-3/+3
* meson: convert hw/arch*Marc-André Lureau2020-08-212-4/+7
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-5/+2Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-103-28/+28
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-4/+2Star
* qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster2020-06-231-2/+3
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-153-4/+4
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2020-06-151-7/+4Star
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-152-8/+8
* sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1Markus Armbruster2020-06-151-2/+2
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-4/+3Star
* qom: Tidy up a few object_initialize_child() callsMarkus Armbruster2020-06-151-2/+1Star
* ssi: Convert uses of ssi_create_slave_no_init() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-152-16/+16
* various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé2020-05-151-4/+4
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-4/+2Star
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* hw: Do not initialize MachineClass::is_default to 0Philippe Mathieu-Daudé2020-02-281-1/+0Star
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-2/+2
* microblaze: fix leak of fdevice tree blobPaolo Bonzini2019-10-041-0/+1
* hw/misc: Add a config switch for the "unimplemented" deviceThomas Huth2019-08-201-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-162-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-163-3/+0Star
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-3/+0Star
* hw/microblaze/zynqmp: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2019-05-241-3/+3
* hw/microblaze/zynqmp: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2019-05-241-3/+4
* hw/microblaze/zynqmp: Let the SoC manage the IPI devicesPhilippe Mathieu-Daudé2019-05-241-20/+16Star
* hw/microblaze/zynqmp: Move the IPI state into the PMUSoC statePhilippe Mathieu-Daudé2019-05-241-7/+7
* pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-112-4/+2Star
* pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-112-3/+2Star
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell2019-03-082-2/+0Star
|\
| * hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-072-2/+0Star
* | microblaze-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+12
* | kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+8
|/
* hw/microblaze/Makefile.objs: Create configs for petalogix and xilinx boardsÁkos Kovács2019-02-051-3/+3
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-3/+4