aboutsummaryrefslogtreecommitdiff
path: root/hw/nvme
AgeCommit message (Expand)Author
2024-04-02hw/nvme: fix -Werror=maybe-uninitializedMarc-André Lureau
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-03-12hw/pci: Always call pcie_sriov_pf_reset()Akihiko Odaki
2024-03-12pcie_sriov: Reset SR-IOV extended capabilityAkihiko Odaki
2024-03-12hw/nvme: Use pcie_sriov_num_vfs()Akihiko Odaki
2024-03-12hw/nvme: add machine compatibility parameter to enable msix exclusive barKlaus Jensen
2024-03-12hw/nvme: generalize the mbar size helperKlaus Jensen
2024-03-12hw/nvme: Add NVMe NGUID propertyRoque Arcudia Hernandez
2024-03-12hw/nvme: fix invalid check on mclKlaus Jensen
2024-03-12hw/nvme: separate 'serial' property for VFsMinwoo Im
2024-02-27hw/nvme: fix invalid endian conversionKlaus Jensen
2023-09-29hw/nvme: Clean up local variable shadowing in nvme_ns_init()Klaus Jensen
2023-09-21Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi
2023-09-13Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Stefan Hajnoczi
2023-09-12hw/nvme: Avoid dynamic stack allocationPeter Maydell
2023-09-12hw/nvme: Use #define to avoid variable length arrayPhilippe Mathieu-Daudé
2023-09-12kconfig: Add NVME to s390x machinesCédric Le Goater
2023-08-09hw/nvme: fix null pointer access in ruh updateKlaus Jensen
2023-08-09hw/nvme: fix null pointer access in directive receiveKlaus Jensen
2023-08-08hw/nvme: fix CRC64 for guard tagAnkit Kumar
2023-08-07hw/nvme: fix compliance issue wrt. iosqes/iocqesKlaus Jensen
2023-08-07hw/nvme: fix oob memory read in fdp events logKlaus Jensen
2023-07-30hw/nvme: use stl/ldl pci dma apiKlaus Jensen
2023-07-19hw/nvme: fix endianness issue for shadow doorbellsKlaus Jensen
2023-07-10pcie: Use common ARI next function numberAkihiko Odaki
2023-06-28hw/nvme: add placement handle list rangesKlaus Jensen
2023-06-28hw/nvme: verify uniqueness of reclaim unit handle identifiersKlaus Jensen
2023-06-28hw/nvme: fix verification of number of ruhisKlaus Jensen
2023-06-28hw/nvme: check maximum copy length (MCL) for COPYMinwoo Im
2023-06-28hw/nvme: consider COPY command in nvme_aio_errMinwoo Im
2023-06-28hw/nvme: add comment for nvme-ns propertiesMinwoo Im
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov
2023-04-20nvme: remove constant argument to tracepointPaolo Bonzini
2023-04-12hw/nvme: fix memory leak in nvme_dsmKlaus Jensen
2023-04-12hw/nvme: fix memory leak in fdp ruhid parsingKlaus Jensen
2023-03-27hw/nvme: fix missing DNR on compare failureKlaus Jensen
2023-03-27hw/nvme: Change alignment in dma functions for nvme_blk_*Mateusz Kozlowski
2023-03-06hw/nvme: flexible data placement emulationJesper Devantier
2023-03-06hw/nvme: basic directives supportGollu Appalanaidu
2023-03-06hw/nvme: add basic endurance group supportKlaus Jensen
2023-03-06hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespaceNiklas Cassel
2023-03-06hw/nvme: move adjustment of data_units{read,written}Joel Granados
2023-01-11Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell
2023-01-11hw/nvme: cleanup error reporting in nvme_init_pci()Klaus Jensen
2023-01-11hw/nvme: clean up confusing use of errp/local_errKlaus Jensen
2023-01-09hw/nvme: fix missing cq eventidx updateKlaus Jensen
2023-01-09hw/nvme: fix missing endian conversions for doorbell buffersKlaus Jensen