aboutsummaryrefslogtreecommitdiff
path: root/hw/microblaze
AgeCommit message (Expand)AuthorFilesLines
2025-07-15hw/microblaze: Add missing FDT dependencyBernhard Beschow1-2/+2
2025-05-30hw/microblaze: Remove the big-endian variants of ml605 and xlnx-zynqmp-pmuThomas Huth2-17/+5
2025-05-30hw/microblaze: Add endianness property to the petalogix_s3adsp1800 machineThomas Huth1-5/+37
2025-04-25hw/microblaze: Evaluate TARGET_BIG_ENDIAN at compile timePhilippe Mathieu-Daudé2-12/+12
2025-04-25system/datadir: Add new type constant for DTB filesBALATON Zoltan1-1/+1
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2-2/+3
2025-04-23include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson3-3/+3
2025-02-16hw/ssi/xilinx_spi: Make device endianness configurablePhilippe Mathieu-Daudé1-0/+1
2025-02-16hw/char/xilinx_uartlite: Make device endianness configurablePhilippe Mathieu-Daudé1-0/+1
2025-02-16hw/timer/xilinx_timer: Make device endianness configurablePhilippe Mathieu-Daudé2-0/+2
2025-02-16hw/net/xilinx_ethlite: Make device endianness configurablePhilippe Mathieu-Daudé1-0/+1
2025-02-16hw/intc/xilinx_intc: Make device endianness configurablePhilippe Mathieu-Daudé2-0/+6
2025-02-16hw/boards: Do not create unusable default if=sd drivesPhilippe Mathieu-Daudé3-3/+0
2025-02-16hw/boards: Rename no_sdcard -> auto_create_sdcardPhilippe Mathieu-Daudé3-3/+3
2025-02-16hw/boards: Explicit no_sdcard=false as ON_OFF_AUTO_OFFPhilippe Mathieu-Daudé3-0/+3
2025-01-31hw/loader: Pass ELFDATA endian order argument to load_elf()Philippe Mathieu-Daudé1-2/+4
2024-12-31hw/microblaze: Propagate CPU endianness to microblaze_load_kernel()Philippe Mathieu-Daudé5-9/+9
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé3-4/+4
2024-11-05hw/microblaze/s3adsp1800: Declare machine type using DEFINE_TYPES macroPhilippe Mathieu-Daudé1-2/+15
2024-11-05hw/microblaze/s3adsp1800: Rename unimplemented MMIO region as xps_gpioPhilippe Mathieu-Daudé1-1/+1
2024-11-05hw/microblaze/s3adsp1800: Explicit CPU endiannessPhilippe Mathieu-Daudé1-0/+2
2024-11-05hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmuPhilippe Mathieu-Daudé2-3/+12
2024-11-05target/microblaze: Alias CPU endianness property as 'little-endian'Philippe Mathieu-Daudé2-2/+2
2024-10-03hw/char: Extract serial-mmBernhard Beschow2-2/+2
2024-05-03microblaze: switch boards to "default y"Paolo Bonzini1-0/+6
2024-03-25hw/microblaze: Do not allow xlnx-zynqmp-pmu-soc to be created by the userThomas Huth1-0/+2
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