aboutsummaryrefslogtreecommitdiffstats
path: root/hw/microblaze (follow)
Commit message (Expand)AuthorAgeFilesLines
* microblaze: switch boards to "default y"Paolo Bonzini2024-05-031-0/+6
* hw/microblaze: Do not allow xlnx-zynqmp-pmu-soc to be created by the userThomas Huth2024-03-251-0/+2
* hw/microblaze: use qemu_configure_nic_device()David Woodhouse2024-02-022-4/+2
* hw/microblaze: Clean up local variable shadowingPhilippe Mathieu-Daudé2023-09-291-1/+1
* trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric valueThomas Huth2023-09-081-7/+2
* hw/ssi: Check for duplicate CS indexesCédric Le Goater2023-09-011-0/+1
* other architectures: spelling fixesMichael Tokarev2023-07-251-1/+1
* hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create()Philippe Mathieu-Daudé2023-02-271-2/+5
* 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/+0
* 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/+0
* hw: Replace anti-social QOM type namesMarkus Armbruster2021-03-191-1/+1
* vl: make qemu_get_machine_opts staticPaolo Bonzini2020-12-151-5/+4
* 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-251-2/+2
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* 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/+2
* 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/+2
* 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/+4
* 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/+3
* qom: Tidy up a few object_initialize_child() callsMarkus Armbruster2020-06-151-2/+1
* 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/+2
* 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/+0
* 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/+0
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-3/+0
* 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/+16
* hw/microblaze/zynqmp: Move the IPI state into the PMUSoC statePhilippe Mathieu-Daudé2019-05-241-7/+7