aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-07-22smbios: make memory device size configurable per MachineIgor Mammedov
2024-07-22virtio-net: Implement SR-IOV VFAkihiko Odaki
2024-07-22virtio-pci: Implement SR-IOV PFAkihiko Odaki
2024-07-22pcie_sriov: Allow user to create SR-IOV deviceAkihiko Odaki
2024-07-22pcie_sriov: Check PCI Express for SR-IOV PFAkihiko Odaki
2024-07-22pcie_sriov: Ensure PF and VF are mutually exclusiveAkihiko Odaki
2024-07-22hw/pci: Fix SR-IOV VF number calculationAkihiko Odaki
2024-07-22hpet: avoid timer storms on periodic timersPaolo Bonzini
2024-07-22hpet: store full 64-bit target value of the counterPaolo Bonzini
2024-07-22hpet: accept 64-bit reads and writesPaolo Bonzini
2024-07-22hpet: place read-only bits directly in "new_val"Paolo Bonzini
2024-07-22hpet: remove unnecessary variable "index"Paolo Bonzini
2024-07-22hpet: ignore high bits of comparator in 32-bit modePaolo Bonzini
2024-07-22hpet: fix and cleanup persistence of interrupt statusPaolo Bonzini
2024-07-22hw/nvme: remove useless type castYao Xingtao
2024-07-22hw/nvme: actually implement abortAyush Mishra
2024-07-22hw/nvme: add cross namespace copy supportArun Kumar
2024-07-22hw: Fix crash that happens when introspecting scsi-block on older machine typesThomas Huth
2024-07-22target/i386: do not crash if microvm guest uses SGX CPUID leavesPaolo Bonzini
2024-07-22hw/nvme: fix memory leak in nvme_dsmZheyu Ma
2024-07-22virtio-gpu-gl: declare dependency on ui-openglMarc-André Lureau
2024-07-21vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer
2024-07-21virtio: virtqueue_ordered_flush - VIRTIO_F_IN_ORDER supportJonah Palmer
2024-07-21virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER supportJonah Palmer
2024-07-21virtio: virtqueue_pop - VIRTIO_F_IN_ORDER supportJonah Palmer
2024-07-21intel_iommu: make type matchClément Mathieu--Drif
2024-07-21intel_iommu: fix type of the mask field in VTDIOTLBPageInvInfoClément Mathieu--Drif
2024-07-21intel_iommu: move VTD_FRCD_PV and VTD_FRCD_PP declarationsClément Mathieu--Drif
2024-07-21intel_iommu: fix FRCD construction macroClément Mathieu--Drif
2024-07-21virtio-snd: check for invalid param shift operandsManos Pitsidianakis
2024-07-21virtio-snd: add max size bounds check in input cbManos Pitsidianakis
2024-07-21hw/cxl: Support firmware updatesDavidlohr Bueso
2024-07-21hw/cxl/cxl-mailbox-utils: Add device DDR5 ECS control featureShiju Jose
2024-07-21hw/cxl/cxl-mailbox-utils: Add device patrol scrub control featureShiju Jose
2024-07-21hw/cxl/cxl-mailbox-utils: Add support for feature commands (8.2.9.6)Shiju Jose
2024-07-21cxl/mailbox: move mailbox effect definitions to a headerGregory Price
2024-07-21hw/cxl: Add get scan media results cmd supportDavidlohr Bueso
2024-07-21hw/cxl/events: discard all event records during sanitationHyeonggon Yoo
2024-07-21hw/cxl/mbox: replace sanitize_running() with cxl_dev_media_disabled()Hyeonggon Yoo
2024-07-21hw/cxl: Add get scan media capabilities cmd supportDavidlohr Bueso
2024-07-21hw/cxl/cxl-host: Fix segmentation fault when getting cxl-fmw propertyZhao Liu
2024-07-21hw/cxl: Check for multiple mappings of memory backends.Jonathan Cameron
2024-07-21hw/cxl/cxl-mailbox-utils: remove unneeded mailbox output payload space zeroingFan Ni
2024-07-21hw/virtio/virtio-crypto: Fix op_code assignment in virtio_crypto_create_asym_...Zheyu Ma
2024-07-21aspeed: fix coding styleJamin Lin
2024-07-21hw/i2c/aspeed: rename the I2C class pool attribute to share_poolJamin Lin
2024-07-21hw/i2c/aspeed: support to set the different memory sizeJamin Lin
2024-07-21aspeed/soc: support ADC for AST2700Jamin Lin
2024-07-21aspeed/adc: Add AST2700 supportJamin Lin
2024-07-21aspeed: Introduce a 'boot-emmc' machine optionCédric Le Goater