aboutsummaryrefslogtreecommitdiff
path: root/hw/nvme/ctrl.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-01hw/nvme: add atomic write supportAlan Adamson1-1/+157
2024-10-01hw/nvme: add knob for CTRATT.MEMKlaus Jensen1-1/+6
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 Im1-4/+4
2024-07-11hw/nvme: Allocate sec-ctrl-list as a dynamic arrayMinwoo Im1-7/+1
2024-07-11hw/nvme: separate identify data for sec. ctrl listMinwoo Im1-11/+10
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 Berg1-1/+7
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
2024-03-12pcie_sriov: Reset SR-IOV extended capabilityAkihiko Odaki1-1/+1
2024-03-12hw/nvme: Use pcie_sriov_num_vfs()Akihiko Odaki1-18/+8
2024-03-12hw/nvme: add machine compatibility parameter to enable msix exclusive barKlaus Jensen1-15/+36
2024-03-12hw/nvme: generalize the mbar size helperKlaus Jensen1-12/+16
2024-03-12hw/nvme: Add NVMe NGUID propertyRoque Arcudia Hernandez1-0/+12
2024-03-12hw/nvme: fix invalid check on mclKlaus Jensen1-1/+1
2024-03-12hw/nvme: separate 'serial' property for VFsMinwoo Im1-1/+7
2024-02-27hw/nvme: fix invalid endian conversionKlaus Jensen1-1/+1
2023-09-21Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi1-3/+3
2023-09-21hw/other: spelling fixesMichael Tokarev1-3/+3
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi1-7/+0
2023-09-12hw/nvme: Avoid dynamic stack allocationPeter Maydell1-1/+1
2023-09-12hw/nvme: Use #define to avoid variable length arrayPhilippe Mathieu-Daudé1-1/+1
2023-08-09hw/nvme: fix null pointer access in ruh updateKlaus Jensen1-1/+7
2023-08-09hw/nvme: fix null pointer access in directive receiveKlaus Jensen1-1/+1
2023-08-07hw/nvme: fix compliance issue wrt. iosqes/iocqesKlaus Jensen1-34/+12
2023-08-07hw/nvme: fix oob memory read in fdp events logKlaus Jensen1-0/+5
2023-07-30hw/nvme: use stl/ldl pci dma apiKlaus Jensen1-29/+13
2023-07-19hw/nvme: fix endianness issue for shadow doorbellsKlaus Jensen1-5/+13
2023-07-10pcie: Use common ARI next function numberAkihiko Odaki1-1/+1
2023-06-28hw/nvme: check maximum copy length (MCL) for COPYMinwoo Im1-0/+24
2023-06-28hw/nvme: consider COPY command in nvme_aio_errMinwoo Im1-0/+1
2023-06-28hw/nvme: add comment for nvme-ns propertiesMinwoo Im1-1/+8
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov1-2/+4