aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-12-15hw/nvme: Constify all PropertyRichard Henderson3-3/+3
2024-12-15hw/nubus: Constify all PropertyRichard Henderson2-2/+2
2024-12-15hw/net: Constify all PropertyRichard Henderson40-41/+41
2024-12-15hw/misc: Constify all PropertyRichard Henderson52-56/+56
2024-12-15hw/misc/xlnx-versal-trng: Constify trng_propsRichard Henderson1-3/+3
2024-12-15hw/mips: Constify all PropertyRichard Henderson1-1/+1
2024-12-15hw/mem: Constify all PropertyRichard Henderson4-4/+4
2024-12-15hw/m68k: Constify all PropertyRichard Henderson4-4/+4
2024-12-15hw/isa: Constify all PropertyRichard Henderson3-3/+3
2024-12-15hw/ipmi: Constify all PropertyRichard Henderson5-5/+5
2024-12-15hw/ipack: Constify all PropertyRichard Henderson1-1/+1
2024-12-15hw/intc: Constify all PropertyRichard Henderson38-45/+45
2024-12-15hw/input: Constify all PropertyRichard Henderson5-8/+8
2024-12-15hw/ide: Constify all PropertyRichard Henderson6-8/+8
2024-12-15hw/i386: Constify all PropertyRichard Henderson10-10/+10
2024-12-15hw/i2c: Constify all PropertyRichard Henderson4-5/+5
2024-12-15hw/hyperv: Constify all PropertyRichard Henderson3-4/+4
2024-12-15hw/gpio: Constify all PropertyRichard Henderson8-8/+8
2024-12-15hw/dma: Constify all PropertyRichard Henderson7-7/+7
2024-12-15hw/display: Constify all PropertyRichard Henderson27-30/+30
2024-12-15hw/cxl: Constify all PropertyRichard Henderson1-1/+1
2024-12-15hw/cpu: Constify all PropertyRichard Henderson5-5/+5
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