aboutsummaryrefslogtreecommitdiffstats
path: root/hw/nvme (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/nvme: fix leak of uninitialized memory in io_mgmt_recvKlaus Jensen2024-08-201-1/+1
* Revert "pcie_sriov: Ensure VF function number does not overflow"Michael S. Tsirkin2024-08-011-16/+8
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingRichard Henderson2024-07-241-0/+62
|\
| * hw/nvme: Add SPDM over DOE supportWilfred Mallawa2024-07-221-0/+62
* | hw/nvme: remove useless type castYao Xingtao2024-07-221-1/+1
* | hw/nvme: actually implement abortAyush Mishra2024-07-221-0/+32
* | hw/nvme: add cross namespace copy supportArun Kumar2024-07-221-92/+263
* | hw/nvme: fix memory leak in nvme_dsmZheyu Ma2024-07-221-0/+1
|/
* hw/nvme: Expand VI/VQ resource to uint32Minwoo Im2024-07-112-6/+6
* hw/nvme: Allocate sec-ctrl-list as a dynamic arrayMinwoo Im2024-07-113-10/+5
* hw/nvme: separate identify data for sec. ctrl listMinwoo Im2024-07-113-21/+22
* hw/nvme: add Identify Endurance Group ListMinwoo Im2024-07-111-0/+22
* hw/nvme: fix BAR size mismatch of SR-IOV VFMinwoo Im2024-07-111-4/+15
* hw/nvme: fix number of PIDs for FDP RUH updateVincent Fu2024-07-111-1/+1
* hw/nvme: Add support for setting the MQES for the NVMe emulationJohn Berg2024-07-112-1/+8
* pcie_sriov: Ensure VF function number does not overflowAkihiko Odaki2024-07-031-8/+16
* hw/nvme: fix -Werror=maybe-uninitializedMarc-André Lureau2024-04-021-1/+1
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingPeter Maydell2024-03-131-22/+8
|\
| * hw/pci: Always call pcie_sriov_pf_reset()Akihiko Odaki2024-03-121-4/+0
| * pcie_sriov: Reset SR-IOV extended capabilityAkihiko Odaki2024-03-121-1/+1
| * hw/nvme: Use pcie_sriov_num_vfs()Akihiko Odaki2024-03-121-18/+8
* | hw/nvme: add machine compatibility parameter to enable msix exclusive barKlaus Jensen2024-03-122-15/+37
* | hw/nvme: generalize the mbar size helperKlaus Jensen2024-03-121-12/+16
* | hw/nvme: Add NVMe NGUID propertyRoque Arcudia Hernandez2024-03-125-7/+222
* | hw/nvme: fix invalid check on mclKlaus Jensen2024-03-121-1/+1
* | hw/nvme: separate 'serial' property for VFsMinwoo Im2024-03-121-1/+7
|/
* hw/nvme: fix invalid endian conversionKlaus Jensen2024-02-271-1/+1
* hw/nvme: Clean up local variable shadowing in nvme_ns_init()Klaus Jensen2023-09-291-2/+2
* Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi2023-09-211-3/+3
|\
| * hw/other: spelling fixesMichael Tokarev2023-09-211-3/+3
* | block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi2023-09-201-7/+0
|/
* Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into stagingStefan Hajnoczi2023-09-131-2/+2
|\
| * hw/nvme: Avoid dynamic stack allocationPeter Maydell2023-09-121-1/+1
| * hw/nvme: Use #define to avoid variable length arrayPhilippe Mathieu-Daudé2023-09-121-1/+1
* | kconfig: Add NVME to s390x machinesCédric Le Goater2023-09-121-1/+1
|/
* hw/nvme: fix null pointer access in ruh updateKlaus Jensen2023-08-091-1/+7
* hw/nvme: fix null pointer access in directive receiveKlaus Jensen2023-08-091-1/+1
* hw/nvme: fix CRC64 for guard tagAnkit Kumar2023-08-081-2/+2
* hw/nvme: fix compliance issue wrt. iosqes/iocqesKlaus Jensen2023-08-073-36/+20
* hw/nvme: fix oob memory read in fdp events logKlaus Jensen2023-08-071-0/+5
* hw/nvme: use stl/ldl pci dma apiKlaus Jensen2023-07-301-29/+13
* hw/nvme: fix endianness issue for shadow doorbellsKlaus Jensen2023-07-191-5/+13
* pcie: Use common ARI next function numberAkihiko Odaki2023-07-101-1/+1
* hw/nvme: add placement handle list rangesKlaus Jensen2023-06-281-8/+32
* hw/nvme: verify uniqueness of reclaim unit handle identifiersKlaus Jensen2023-06-281-0/+11
* hw/nvme: fix verification of number of ruhisKlaus Jensen2023-06-282-5/+5
* hw/nvme: check maximum copy length (MCL) for COPYMinwoo Im2023-06-281-0/+24
* hw/nvme: consider COPY command in nvme_aio_errMinwoo Im2023-06-281-0/+1
* hw/nvme: add comment for nvme-ns propertiesMinwoo Im2023-06-281-1/+8
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-1/+1