summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hw/sparc/leon3: Pass DeviceState opaque argument to leon3_set_pil_in()Philippe Mathieu-Daudé2024-02-151-6/+4
| * | | hw/sparc/leon3: check cpu_id in the tiny bootloaderClément Chigot2024-02-151-2/+20
| * | | hw/sparc/leon3: implement multiprocessorClément Chigot2024-02-151-25/+68
| * | | hw/sparc/leon3: remove SP initializationClément Chigot2024-02-151-3/+0
| * | | target/sparc: implement asr17 feature for smpClément Chigot2024-02-153-10/+20
| * | | hw/intc/grlib_irqmp: implements multicore irqClément Chigot2024-02-153-23/+23
| * | | hw/intc/grlib_irqmp: implements the multiprocessor status registerClément Chigot2024-02-151-3/+32
| * | | hw/intc/grlib_irqmp: add ncpus propertyClément Chigot2024-02-152-10/+22
| * | | hw/sparc/grlib: split out the headers for each peripheralsClément Chigot2024-02-157-18/+88
| * | | hw/sparc/leon3: Have write_bootloader() take a void pointer argumentPhilippe Mathieu-Daudé2024-02-151-6/+3
| * | | hw/sparc/leon3: Remove unused 'env' argument of write_bootloader()Philippe Mathieu-Daudé2024-02-151-3/+2
| * | | hw/sparc/leon3: Remove duplicate codePhilippe Mathieu-Daudé2024-02-151-2/+0
| * | | target/sparc: Provide hint about CPUSPARCState::irq_manager memberPhilippe Mathieu-Daudé2024-02-151-3/+2
| * | | hw/sparc64/cpu: Initialize GPIO before realizing CPU devicesPhilippe Mathieu-Daudé2024-02-151-1/+3
| * | | hw/sparc/sun4m: Realize DMA controller before accessing itPhilippe Mathieu-Daudé2024-02-151-2/+5
| * | | hw/dma: Pass parent object to i8257_dma_init()Philippe Mathieu-Daudé2024-02-158-8/+10
| * | | hw/sh4/r2d: Realize IDE controller before accessing itPhilippe Mathieu-Daudé2024-02-151-1/+1
| * | | hw/misc/macio: Realize IDE controller before accessing itPhilippe Mathieu-Daudé2024-02-151-3/+6
| * | | hw/ppc/prep: Realize ISA bridge before accessing itPhilippe Mathieu-Daudé2024-02-151-1/+1
| * | | hw/i386/q35: Realize LPC PCI function before accessing itPhilippe Mathieu-Daudé2024-02-151-3/+3
| * | | hw/rx/rx62n: Only call qdev_get_gpio_in() when necessaryPhilippe Mathieu-Daudé2024-02-152-9/+8
| * | | hw/rx/rx62n: Reduce inclusion of 'qemu/units.h'Philippe Mathieu-Daudé2024-02-153-1/+2
| * | | hw/isa: extract FDC37M81X to a separate filePaolo Bonzini2024-02-156-19/+39
| * | | hw/isa: specify instance_size in isa_superio_type_infoPaolo Bonzini2024-02-152-2/+1
| * | | hw/isa: fix ISA_SUPERIO dependenciesPaolo Bonzini2024-02-151-1/+2
| * | | hw/mips/Kconfig: Remove ISA dependencies from MIPSsim boardBernhard Beschow2024-02-152-4/+6
| * | | hw/isa: clean up Kconfig selections for ISA_SUPERIOPaolo Bonzini2024-02-151-9/+4
| * | | target/mips: Remove the unused DisasContext::saar fieldPhilippe Mathieu-Daudé2024-02-151-1/+0
| * | | target/mips: Remove CPUMIPSState::CP0_SAARI fieldPhilippe Mathieu-Daudé2024-02-152-2/+1
| * | | target/mips: Remove helpers accessing SAARI registerPhilippe Mathieu-Daudé2024-02-153-29/+0
| * | | target/mips: Remove CPUMIPSState::CP0_SAAR[2] fieldPhilippe Mathieu-Daudé2024-02-152-2/+1
| * | | target/mips: Remove unused mips_def_t::SAARP fieldPhilippe Mathieu-Daudé2024-02-151-1/+0
| * | | hw/misc/mips_itu: Remove MIPSITUState::saar fieldPhilippe Mathieu-Daudé2024-02-152-22/+3
| * | | hw/misc/mips_itu: Remove MIPSITUState::cpu0 fieldPhilippe Mathieu-Daudé2024-02-153-8/+0
| * | | target/mips: Remove CPUMIPSState::saarp fieldPhilippe Mathieu-Daudé2024-02-152-7/+0
| * | | target/mips: Remove MIPSITUState::itu fieldPhilippe Mathieu-Daudé2024-02-152-2/+0
| * | | hw/misc/mips: Reduce itc_reconfigure() scopePhilippe Mathieu-Daudé2024-02-152-3/+1
| * | | target/mips: Remove helpers accessing SAAR registersPhilippe Mathieu-Daudé2024-02-153-102/+0
| * | | target/mips: Use qemu_irq typedef for CPUMIPSState::irq memberPhilippe Mathieu-Daudé2024-02-151-1/+1
| * | | hw/mips: remove unnecessary "select PTIMER"Paolo Bonzini2024-02-151-1/+0
| * | | hw/block/tc58128: Don't emit deprecation warning under qtestPeter Maydell2024-02-151-1/+3
* | | | .gitlab-ci/windows.yml: Don't install libusb or spice packages on 32-bitPeter Maydell2024-02-161-4/+5
| |/ / |/| |
* | | Merge tag 'pull-target-arm-20240215' of https://git.linaro.org/people/pmaydel...Peter Maydell2024-02-1536-221/+1183
|\ \ \
| * | | docs: Add documentation for the mps3-an536 boardPeter Maydell2024-02-151-3/+34
| * | | hw/arm/mps3r: Add remaining devicesPeter Maydell2024-02-151-0/+74
| * | | hw/arm/mps3r: Add GPIO, watchdog, dual-timer, I2C devicesPeter Maydell2024-02-151-0/+59
| * | | hw/arm/mps3r: Add UARTsPeter Maydell2024-02-151-0/+94
| * | | hw/arm/mps3r: Add CPUs, GIC, and per-CPU RAMPeter Maydell2024-02-151-3/+177
| * | | hw/arm/mps3r: Initial skeleton for mps3-an536 boardPeter Maydell2024-02-155-1/+248
| * | | hw/misc/mps2-scc: Make changes needed for AN536 FPGA imagePeter Maydell2024-02-152-10/+92