aboutsummaryrefslogtreecommitdiff
path: root/hw/nvme
AgeCommit message (Expand)AuthorFilesLines
8 dayshw/nvme: remove nvme_aio_err()Klaus Jensen1-37/+23
8 dayshw/nvme: set error status code explicitly for misc commandsKlaus Jensen1-6/+22
8 dayshw/nvme: only set command abort requested when cancelled due to AbortKlaus Jensen1-4/+2
8 dayshw/nvme: rework csi handlingKlaus Jensen3-107/+125
9 dayshw/nvme: be compliant wrt. dsm processing limitsKlaus Jensen1-9/+15
9 daysnvme: fix iocs status code valuesKlaus Jensen1-2/+2
9 dayshw/nvme: add knob for doorbell buffer config supportKlaus Jensen2-3/+9
9 dayshw/nvme: make oacs dynamicKlaus Jensen2-7/+22
9 dayshw/nvme: always initialize a subsystemKlaus Jensen2-58/+42
9 dayshw/nvme: Add OCP SMART / Health Information Extended Log PageStephen Bates2-0/+60
13 dayspcie_sriov: Ensure VF addr does not overflowAkihiko Odaki1-8/+14
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi3-7/+7
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé3-7/+7
2024-12-19Constify all opaque Property pointersRichard Henderson1-2/+2
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson3-3/+0
2024-12-15hw/nvme: Constify all PropertyRichard Henderson3-3/+3
2024-12-03hw/nvme: take a reference on the subsystem on vf realizationKlaus Jensen1-0/+7
2024-12-03hw/nvme: SR-IOV VFs must hardwire pci interrupt pin register to zeroKlaus Jensen1-1/+7
2024-12-03hw/nvme: fix use/unuse of msix vectorsKlaus Jensen1-2/+3
2024-12-03hw/nvme: fix msix_uninit with exclusive barKlaus Jensen1-1/+6
2024-11-08hw/nvme: fix handling of over-committed queuesKlaus Jensen1-9/+12
2024-11-04hw/nvme: remove dead codeArun Kumar1-5/+0
2024-11-04hw/nvme: add NPDAL/NPDGLAyush Mishra1-1/+4
2024-11-04hw/nvme: i/o cmd set independent namespace data structureArun Kumar4-1/+38
2024-10-01hw/nvme: add atomic write supportAlan Adamson2-1/+169
2024-10-01hw/nvme: add knob for CTRATT.MEMKlaus Jensen2-1/+10
2024-09-30hw/nvme: support CTRATT.MEMArun Kumar1-5/+14
2024-09-30hw/nvme: clear masked events from the aer queueArun Kumar1-2/+9
2024-09-30hw/nvme: report id controller metadata sgl supportKeith Busch1-1/+2
2024-09-24hw/nvme: replace assert(false) with g_assert_not_reached()Pierrick Bouvier1-4/+4
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell1-1/+1
2024-08-20hw/nvme: fix leak of uninitialized memory in io_mgmt_recvKlaus Jensen1-1/+1
2024-08-01Revert "pcie_sriov: Ensure VF function number does not overflow"Michael S. Tsirkin1-16/+8
2024-07-24Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson1-0/+62
2024-07-22hw/nvme: Add SPDM over DOE supportWilfred Mallawa1-0/+62
2024-07-22hw/nvme: remove useless type castYao Xingtao1-1/+1
2024-07-22hw/nvme: actually implement abortAyush Mishra1-0/+32
2024-07-22hw/nvme: add cross namespace copy supportArun Kumar1-92/+263
2024-07-22hw/nvme: fix memory leak in nvme_dsmZheyu Ma1-0/+1
2024-07-11hw/nvme: Expand VI/VQ resource to uint32Minwoo Im2-6/+6
2024-07-11hw/nvme: Allocate sec-ctrl-list as a dynamic arrayMinwoo Im3-10/+5
2024-07-11hw/nvme: separate identify data for sec. ctrl listMinwoo Im3-21/+22
2024-07-11hw/nvme: add Identify Endurance Group ListMinwoo Im1-0/+22
2024-07-11hw/nvme: fix BAR size mismatch of SR-IOV VFMinwoo Im1-4/+15
2024-07-11hw/nvme: fix number of PIDs for FDP RUH updateVincent Fu1-1/+1
2024-07-11hw/nvme: Add support for setting the MQES for the NVMe emulationJohn Berg2-1/+8
2024-07-03pcie_sriov: Ensure VF function number does not overflowAkihiko Odaki1-8/+16
2024-04-02hw/nvme: fix -Werror=maybe-uninitializedMarc-André Lureau1-1/+1
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-22/+8
2024-03-12hw/pci: Always call pcie_sriov_pf_reset()Akihiko Odaki1-4/+0