aboutsummaryrefslogtreecommitdiff
path: root/hw/microblaze
AgeCommit message (Expand)AuthorFilesLines
2024-02-02hw/microblaze: use qemu_configure_nic_device()David Woodhouse2-4/+2
2023-09-29hw/microblaze: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-09-08trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric valueThomas Huth1-7/+2
2023-09-01hw/ssi: Check for duplicate CS indexesCédric Le Goater1-0/+1
2023-07-25other architectures: spelling fixesMichael Tokarev1-1/+1
2023-02-27hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create()Philippe Mathieu-Daudé1-2/+5
2022-09-21hw/microblaze: pass random seed to fdtJason A. Donenfeld1-0/+5
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2021-12-15hw/microblaze: Replace drive_get_next() by drive_get()Markus Armbruster1-1/+1
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster1-1/+1
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini1-5/+4
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10microblaze: do not use ram_size globalPaolo Bonzini1-4/+4
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan1-2/+2
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
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