aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-12-20hw/intc/riscv_aplic: add kvm_msicfgaddr for split mode aplic-imsicDaniel Henrique Barboza1-0/+6
2024-12-20hw/riscv/virt.c, riscv_aplic.c: add 'emulated_aplic' helpersDaniel Henrique Barboza1-0/+1
2024-12-20hw/intc/riscv_aplic: rename is_kvm_aia()Daniel Henrique Barboza1-0/+1
2024-12-20hw/riscv/riscv-iommu: implement reset protocolDaniel Henrique Barboza1-2/+4
2024-12-20hw/riscv/virt: Add IOMMU as platform device if the option is setSunil V L2-1/+7
2024-12-20hw/riscv: add riscv-iommu-sys platform deviceTomasz Jeznach1-0/+4
2024-12-16x86/loader: add -shim optionGerd Hoffmann1-0/+1
2024-12-14hw/ide/ahci: Decouple from PCIBernhard Beschow2-2/+2
2024-12-14hw/nvram/fw_cfg: Remove fw_cfg_add_extra_pci_roots()Philippe Mathieu-Daudé1-9/+0
2024-12-14hw/pci: Add pci_bus_add_fw_cfg_extra_pci_roots() helperPhilippe Mathieu-Daudé1-0/+3
2024-12-14hw/nvram/fw_cfg: Skip FW_CFG_DATA_GENERATOR when no data to generatePhilippe Mathieu-Daudé1-5/+8
2024-12-13hw/nvram/fw_cfg: Pass QOM parent to fw_cfg_add_file_from_generator()Philippe Mathieu-Daudé1-4/+6
2024-12-13hw/nvram/fw_cfg: Rename fw_cfg_add_[file]_from_generator()Philippe Mathieu-Daudé1-3/+3
2024-12-13hw/core/eif: Use stateful qcrypto apisDorjoy Chowdhury1-8/+8
2024-12-12Merge tag 'pull-tcg-20241212' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2-0/+9
2024-12-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi4-24/+17
2024-12-12Merge tag 'pull-target-arm-20241211' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi5-11/+168
2024-12-12Merge tag 'pull-request-2024-12-11' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi7-9/+177
2024-12-12include/exec: Introduce fpst alias in helper-head.h.incRichard Henderson1-0/+3
2024-12-12tcg: Reset free_temps before tcg_optimizeRichard Henderson1-0/+6
2024-12-11fpu: Allow runtime choice of default NaN valuePeter Maydell2-0/+21
2024-12-11fpu: Remove use_first_nan field from float_statusPeter Maydell2-6/+0
2024-12-11softfloat: Allow runtime choice of NaN propagation for muladdPeter Maydell2-0/+66
2024-12-11softfloat: Allow runtime choice of inf * 0 + NaN resultPeter Maydell2-0/+34
2024-12-11hw/net/lan9118_phy: Reuse MII constantsBernhard Beschow1-0/+6
2024-12-11hw/net/lan9118_phy: Reuse in imx_fec and consolidate implementationsBernhard Beschow1-5/+4
2024-12-11hw/net/lan9118: Extract lan9118_phyBernhard Beschow1-0/+37
2024-12-11linux-headers: Update to Linux 6.13-rc1Hendrik Brueckner5-8/+168
2024-12-11hw: add compat machines for 10.0Cornelia Huck2-0/+6
2024-12-11hw/i386: define _AS_LATEST() macros for machine typesDaniel P. Berrangé1-1/+3
2024-12-11hw/sd/aspeed_sdhci: Add AST2700 SupportJamin Lin1-0/+1
2024-12-11hw:sdhci: Introduce a new "capareg" class member to set the different Capabil...Jamin Lin1-2/+10
2024-12-10bql: check that the BQL is not dropped within marked sectionsPaolo Bonzini1-0/+15
2024-12-10qom/object: Remove type_register()Zhao Liu1-14/+0
2024-12-10i386: Replace type_register() with type_register_static()Zhao Liu1-2/+2
2024-12-10clock: clear callback on unparentPaolo Bonzini1-8/+0
2024-11-28Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-2/+0
2024-11-27hw/pci: Remove unused pci_irq_pulse() methodPhilippe Mathieu-Daudé1-10/+0
2024-11-26Revert "hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug"Igor Mammedov1-1/+0
2024-11-26Revert "hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states"Igor Mammedov1-1/+0
2024-11-26Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell1-0/+2
2024-11-26Merge tag 'pull-9.2-rc2-updates-251124-1' of https://gitlab.com/stsquad/qemu ...Peter Maydell1-0/+1
2024-11-26virtio-net: Add queues before loading themAkihiko Odaki1-0/+2
2024-11-25plugins: add missing export for qemu_plugin_num_vcpusPierrick Bouvier1-0/+1
2024-11-25net: checksum: Convert data to void *Akihiko Odaki1-1/+1
2024-11-19hw/intc/arm_gicv3: Use bitops.h uint32_t bit array functionsPeter Maydell1-40/+14
2024-11-19bitops.h: Define bit operations on 'uint32_t' arraysPeter Maydell2-3/+177
2024-11-18Merge tag 'pull-request-2024-11-18' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2-1/+4
2024-11-18hw: Add "loadparm" property to scsi disk devices for booting on s390xThomas Huth1-0/+3
2024-11-18net: mark struct ip_header as QEMU_PACKEDPeter Maydell1-1/+1