aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-12-15hw/core: Constify all PropertyRichard Henderson5-5/+5
2024-12-15hw/char: Constify all PropertyRichard Henderson36-38/+38
2024-12-15hw/block: Constify all PropertyRichard Henderson11-12/+12
2024-12-15hw/block/xen-block: Unexport PropertyInfoRichard Henderson1-1/+1
2024-12-15hw/avr: Constify all PropertyRichard Henderson1-1/+1
2024-12-15hw/audio: Constify all PropertyRichard Henderson15-16/+16
2024-12-15hw/arm: Constify all PropertyRichard Henderson18-22/+22
2024-12-15hw/adc: Constify all PropertyRichard Henderson2-2/+2
2024-12-15hw/acpi: Constify all PropertyRichard Henderson4-4/+4
2024-12-15hw/9pfs: Constify all PropertyRichard Henderson1-1/+1
2024-12-14hw/xtensa: Include missing 'exec/tswap.h' headerPhilippe Mathieu-Daudé2-0/+2
2024-12-14hw/sh4/r2d: Include missing 'exec/tswap.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-12-14hw/mips: Include missing 'exec/tswap.h' headerPhilippe Mathieu-Daudé2-0/+2
2024-12-14hw/ide/ahci: Extract TYPE_SYSBUS_AHCI into dedicated fileBernhard Beschow5-72/+101
2024-12-14hw/ide/ahci: Decouple from PCIBernhard Beschow3-40/+19
2024-12-14hw/usb/hcd-xhci-pci: Indentation fixPhil Dennis-Jordan1-1/+1
2024-12-14hw/usb/hcd-xhci-nec: Remove unused XHCINecState::flags fieldPhilippe Mathieu-Daudé1-4/+1
2024-12-14hw/usb/msd: Add status to usb_msd_packet_complete() functionNicholas Piggin1-9/+8
2024-12-14hw/net/can: clean-up unnecessary includesAlex Bennée6-18/+3
2024-12-14hw/nvram/fw_cfg: Remove fw_cfg_add_extra_pci_roots()Philippe Mathieu-Daudé1-23/+0
2024-12-14hw: Use pci_bus_add_fw_cfg_extra_pci_roots()Philippe Mathieu-Daudé3-3/+5
2024-12-14hw/pci: Add pci_bus_add_fw_cfg_extra_pci_roots() helperPhilippe Mathieu-Daudé1-0/+16
2024-12-14hw/pci: Have PCI_BUS implement TYPE_FW_CFG_DATA_GENERATOR_INTERFACEPhilippe Mathieu-Daudé1-0/+37
2024-12-14hw/nvram/fw_cfg: Skip FW_CFG_DATA_GENERATOR when no data to generatePhilippe Mathieu-Daudé1-1/+2
2024-12-13hw/nvram/fw_cfg: Pass QOM parent to fw_cfg_add_file_from_generator()Philippe Mathieu-Daudé1-5/+6
2024-12-13hw/nvram/fw_cfg: Rename fw_cfg_add_[file]_from_generator()Philippe Mathieu-Daudé1-2/+2
2024-12-13hw/riscv/virt: Remove pointless GPEX_HOST() castPhilippe Mathieu-Daudé1-11/+9
2024-12-13hw/virtio/virtio-nsm: Support string data for extendPCRDorjoy Chowdhury1-7/+14
2024-12-13hw/core/eif: Use stateful qcrypto apisDorjoy Chowdhury2-131/+83
2024-12-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi16-80/+64
2024-12-12Merge tag 'pull-target-arm-20241211' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi6-250/+271
2024-12-12Merge tag 'pull-request-2024-12-11' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi8-16/+77
2024-12-11hw/net/lan9118_phy: Add missing 100 mbps full duplex advertisementBernhard Beschow1-2/+2
2024-12-11hw/net/lan9118_phy: Reuse MII constantsBernhard Beschow1-23/+40
2024-12-11hw/net/lan9118_phy: Fix off-by-one error in MII_ANLPAR registerBernhard Beschow1-1/+1
2024-12-11hw/net/lan9118_phy: Reuse in imx_fec and consolidate implementationsBernhard Beschow4-158/+81
2024-12-11hw/net/lan9118: Extract lan9118_phyBernhard Beschow4-115/+196
2024-12-11Merge tag 'pull-aspeed-20241211' of https://github.com/legoater/qemu into sta...Peter Maydell5-37/+106
2024-12-11hw: add compat machines for 10.0Cornelia Huck8-9/+70
2024-12-11hw/i386: define _AS_LATEST() macros for machine typesDaniel P. Berrangé2-11/+11
2024-12-11aspeed/soc: Support eMMC for AST2700Jamin Lin1-0/+15
2024-12-11aspeed/soc: Support SDHCI for AST2700Jamin Lin1-0/+20
2024-12-11hw/sd/aspeed_sdhci: Add AST2700 SupportJamin Lin1-0/+14
2024-12-11hw:sdhci: Introduce a new "capareg" class member to set the different Capabil...Jamin Lin3-6/+51
2024-12-11hw/arm/aspeed: Fix coding styleJamin Lin1-1/+2
2024-12-11hw/sd/aspeed_sdhci: Fix coding styleJamin Lin1-2/+4
2024-12-11arm: Remove tacoma-bmc machineCédric Le Goater1-28/+0
2024-12-10hw/virtio: Replace type_register() with type_register_static()Zhao Liu1-4/+4
2024-12-10hw/usb: Replace type_register() with type_register_static()Zhao Liu2-2/+2
2024-12-10hw/sensor: Replace type_register() with type_register_static()Zhao Liu1-1/+1