summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.cPeter Maydell2022-04-212-204/+202Star
* hw/arm/exynos4210: Fix code style nit in combiner_grp_to_gic_id[]Peter Maydell2022-04-211-1/+1
* hw/arm/exynos4210: Coalesce board_irqs and irq_tablePeter Maydell2022-04-212-29/+9Star
* hw/arm/exynos4210: Drop int_gic_irq[] from Exynos4210Irq structPeter Maydell2022-04-211-4/+2Star
* hw/arm/exynos4210: Put a9mpcore device into state structPeter Maydell2022-04-211-5/+6
* hw/intc/exynos4210_gic: Remove unused TYPE_EXYNOS4210_IRQ_GATEPeter Maydell2022-04-211-107/+0Star
* hw/arm/exynos4210: Use TYPE_OR_IRQ instead of custom OR-gate devicePeter Maydell2022-04-211-15/+16
* hw/arm: versal: Connect the CRLEdgar E. Iglesias2022-04-211-2/+52
* hw/misc: Add a model of the Xilinx Versal CRLEdgar E. Iglesias2022-04-212-0/+422
* hw/arm: versal: Add the Cortex-R5FsEdgar E. Iglesias2022-04-212-3/+39
* hw/arm: versal: Create an APU CPU ClusterEdgar E. Iglesias2022-04-211-1/+8
* hw/arm/xlnx-zynqmp: Connect 4 TTC timersEdgar E. Iglesias2022-04-211-0/+22
* timer: cadence_ttc: Break out header file to allow embeddingEdgar E. Iglesias2022-04-211-30/+2Star
* hw/arm/virt: Check for attempt to use TrustZone with KVM or HVFPeter Maydell2022-04-211-0/+7
* Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-04-211-1/+0Star
|\
| * Don't include sysemu/tcg.h if it is not necessaryThomas Huth2022-04-201-1/+0Star
* | util/log: Remove qemu_log_flushRichard Henderson2022-04-202-2/+0Star
* | *: Use fprintf between qemu_log_trylock/unlockRichard Henderson2022-04-201-13/+15
* | hw/xen: Split out xen_pv_output_msgRichard Henderson2022-04-201-20/+24
* | util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson2022-04-201-1/+1
|/
* hw: Add compat machines for 7.1Cornelia Huck2022-04-208-7/+73
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-04-20126-420/+1030
|\
| * virtio-ccw: do not include headers for all virtio devicesPaolo Bonzini2022-04-064-16/+6Star
| * virtio-ccw: move device type declarations to .c filesPaolo Bonzini2022-04-0613-133/+119Star
| * virtio-ccw: move vhost_ccw_scsi to a separate filePaolo Bonzini2022-04-063-47/+65
| * s390x: follow qdev tree to detect SCSI device on a CCW busPaolo Bonzini2022-04-061-8/+12
| * hw: hyperv: Initial commit for Synthetic Debugging deviceJon Doron2022-04-063-0/+408
| * hyperv: Add support to process syndbg commandsJon Doron2022-04-061-0/+243
| * hyperv: SControl is optional to enable SynIcJon Doron2022-04-061-33/+76
| * Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-0675-75/+0Star
| * include: move C/util-related declarations to cutils.hMarc-André Lureau2022-04-065-5/+5
| * Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-0616-47/+47
| * Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-0610-24/+24
| * Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-0610-21/+21
| * Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-062-11/+4Star
* | virtio-iommu: use-after-free fixWentao Liang2022-04-081-0/+1
* | ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)Mauro Matteo Cascella2022-04-072-0/+9
* | display/qxl-render: fix race condition in qxl_cursor (CVE-2021-4207)Mauro Matteo Cascella2022-04-071-1/+1
* | acpi: fix acpi_index migrationDr. David Alan Gilbert2022-04-064-12/+17
|/
* xlnx-bbram: hw/nvram: Fix uninitialized Error *Tong Ho2022-04-051-1/+1
* hw/ppc: free env->tb_env in spapr_unrealize_vcpu()Daniel Henrique Barboza2022-04-042-0/+10
* 9p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.cWill Cohen2022-04-012-23/+23
* vhost-vdpa: fix typo in a commentStefano Garzarella2022-03-311-1/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-03-291-2/+2
|\
| * virtio: fix --enable-vhost-user build on non-LinuxPaolo Bonzini2022-03-291-2/+2
* | hw/intc/arm_gicv3_its: Add missing newlines to process_mapc() loggingPeter Maydell2022-03-251-2/+2
|/
* hw: Fix misleading hexadecimal formatPhilippe Mathieu-Daudé2022-03-244-8/+8
* Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2022-03-222-12/+34
|\
| * hw/sd/sdhci: Prohibit DMA accesses to devicesPhilippe Mathieu-Daudé2022-03-211-2/+3
| * hw/sd/sdhci: Honor failed DMA transactionsPhilippe Mathieu-Daudé2022-03-211-9/+25