aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-02-01hw/arm/aspeed: Introduce aspeed_soc_cpu_type() helperPhilippe Mathieu-Daudé4-3/+10
2024-02-01hw/arm/aspeed: Init CPU defaults in a common helperPhilippe Mathieu-Daudé1-43/+28
2024-02-01hw/arm/aspeed: Set default CPU count using aspeed_soc_num_cpus()Philippe Mathieu-Daudé1-1/+4
2024-02-01hw/arm/aspeed: Remove dead codePhilippe Mathieu-Daudé1-1/+0
2024-01-31Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell16-11/+16
2024-01-31Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell5-15/+29
2024-01-30hw/block/block.c: improve confusing blk_check_size_and_read_all() errorManos Pitsidianakis4-14/+20
2024-01-30hw/core/qdev.c: add qdev_get_human_name()Manos Pitsidianakis1-0/+8
2024-01-30pflash: fix sectors vs bytes confusion in blk_pread_nonzeroes()Stefan Hajnoczi1-1/+1
2024-01-30hw/hyperv: Include missing headersPhilippe Mathieu-Daudé1-0/+4
2024-01-30hw/intc/xics: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-30hw/arm: Add `\n` to hint messageGreg Kurz1-1/+1
2024-01-30hw/loongarch: Add `\n` to hint messageGreg Kurz1-1/+1
2024-01-30hw/i386: Add `\n` to hint messageGreg Kurz1-2/+2
2024-01-30cxl: Clean up includesPeter Maydell1-3/+1
2024-01-30acpi: Clean up includesPeter Maydell2-0/+2
2024-01-30aspeed: Clean up includesPeter Maydell2-1/+1
2024-01-30hyperv: Clean up includesPeter Maydell6-3/+3
2024-01-30Merge tag 'pull-tcg-20240130' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell1-1/+1
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich1-1/+1
2024-01-29vfio/pci: Clear MSI-X IRQ index alwaysCédric Le Goater1-3/+5
2024-01-29vfio: use matching sizeof typePaolo Bonzini1-1/+1
2024-01-26Merge tag 'pull-target-arm-20240126' of https://git.linaro.org/people/pmaydel...Peter Maydell47-160/+368
2024-01-26Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell6-477/+380
2024-01-26hw/arm: add PCIe to Freescale i.MX6Nikita Ostrenkov2-0/+27
2024-01-26hw/char/imx_serial: Implement receive FIFO and ageing timerRayhan Faizel1-13/+89
2024-01-26fsl-imx6ul: Add various missing unimplemented devicesGuenter Roeck1-0/+30
2024-01-26hw/arm: Build various units only oncePhilippe Mathieu-Daudé17-27/+12
2024-01-26target/arm: Move GTimer definitions to new 'gtimer.h' headerPhilippe Mathieu-Daudé8-0/+8
2024-01-26target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé28-0/+28
2024-01-26hw/arm/armv7m: Make 'hw/intc/armv7m_nvic.h' a target agnostic headerPhilippe Mathieu-Daudé1-0/+1
2024-01-26hw/misc/xlnx-versal-crl: Build it only oncePhilippe Mathieu-Daudé2-2/+1
2024-01-26hw/misc/xlnx-versal-crl: Include generic 'cpu-qom.h' instead of 'cpu.h'Philippe Mathieu-Daudé1-0/+1
2024-01-26hw/cpu/a9mpcore: Build it only oncePhilippe Mathieu-Daudé2-2/+2
2024-01-26target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' headerPhilippe Mathieu-Daudé4-0/+4
2024-01-26target/arm: Create arm_cpu_mp_affinityRichard Henderson4-7/+8
2024-01-26target/arm: Rename arm_cpu_mp_affinityRichard Henderson3-3/+3
2024-01-26hw/arm/smmuv3: Include missing 'hw/registerfields.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-26hw/arm/xilinx_zynq: Include missing 'exec/tswap.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-26hw/arm/exynos4210: Include missing 'exec/tswap.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-26hw/arm: Add watchdog timer to Allwinner H40 and Bananapi boardGuenter Roeck2-0/+9
2024-01-26hw/arm: Add AHCI/SATA controller to Allwinner R40 and Bananapi boardGuenter Roeck2-1/+12
2024-01-26hw/arm: Add EHCI/OHCI controllers to Allwinner R40 and Bananapi boardGuenter Roeck2-2/+47
2024-01-26hw/arm/nseries: Unconditionally map the TUSB6010 USB Host controllerPhilippe Mathieu-Daudé1-3/+1
2024-01-26hw/arm/allwinner-a10: Unconditionally map the USB Host controllersPhilippe Mathieu-Daudé1-31/+22
2024-01-26hw/arm/musicpal: Convert to qemu_add_kbd_event_handler()Peter Maydell1-68/+59
2024-01-26hw/arm/virt.c: Remove newline from error_report() stringPeter Maydell1-2/+2
2024-01-26virtio-blk: always set ioeventfd during startupStefan Hajnoczi1-6/+6
2024-01-26virtio-blk: tolerate failure to set BlockBackend AioContextStefan Hajnoczi1-14/+5
2024-01-26virtio-blk: restart s->rq reqs in vq AioContextsStefan Hajnoczi1-11/+33