summaryrefslogtreecommitdiff
path: root/hw/microblaze
AgeCommit message (Expand)Author
2024-05-03microblaze: switch boards to "default y"Paolo Bonzini
2024-03-25hw/microblaze: Do not allow xlnx-zynqmp-pmu-soc to be created by the userThomas Huth
2024-02-02hw/microblaze: use qemu_configure_nic_device()David Woodhouse
2023-09-29hw/microblaze: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-08trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric valueThomas Huth
2023-09-01hw/ssi: Check for duplicate CS indexesCédric Le Goater
2023-07-25other architectures: spelling fixesMichael Tokarev
2023-02-27hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create()Philippe Mathieu-Daudé
2022-09-21hw/microblaze: pass random seed to fdtJason A. Donenfeld
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2021-12-15hw/microblaze: Replace drive_get_next() by drive_get()Markus Armbruster
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10microblaze: do not use ram_size globalPaolo Bonzini
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-07target/microblaze: Move pvr regs to MicroBlazeCPUConfigRichard Henderson
2020-08-21meson: convert hw/arch*Marc-André Lureau
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus 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 qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1Markus Armbruster
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-06-15qom: Tidy up a few object_initialize_child() callsMarkus 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: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé
2020-02-28hw: Do not initialize MachineClass::is_default to 0Philippe Mathieu-Daudé
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2019-10-04microblaze: fix leak of fdevice tree blobPaolo Bonzini
2019-08-20hw/misc: Add a config switch for the "unimplemented" deviceThomas Huth
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-24hw/microblaze/zynqmp: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé
2019-05-24hw/microblaze/zynqmp: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé
2019-05-24hw/microblaze/zynqmp: Let the SoC manage the IPI devicesPhilippe Mathieu-Daudé
2019-05-24hw/microblaze/zynqmp: Move the IPI state into the PMUSoC statePhilippe Mathieu-Daudé