summary refs log tree commit diff stats
path: root/hw/nvme/ctrl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 ...Peter 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-121-15/+36
* | hw/nvme: generalize the mbar size helperKlaus Jensen2024-03-121-12/+16
* | hw/nvme: Add NVMe NGUID propertyRoque Arcudia Hernandez2024-03-121-0/+12
* | 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
* 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
|/
* 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
* 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 compliance issue wrt. iosqes/iocqesKlaus Jensen2023-08-071-34/+12
* 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: 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
* hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2023-04-281-2/+4
* nvme: remove constant argument to tracepointPaolo Bonzini2023-04-201-3/+1
* hw/nvme: fix memory leak in nvme_dsmKlaus Jensen2023-04-121-0/+3
* hw/nvme: fix missing DNR on compare failureKlaus Jensen2023-03-271-3/+3
* hw/nvme: Change alignment in dma functions for nvme_blk_*Mateusz Kozlowski2023-03-271-10/+10
* hw/nvme: flexible data placement emulationJesper Devantier2023-03-061-3/+695
* hw/nvme: basic directives supportGollu Appalanaidu2023-03-061-1/+39
* hw/nvme: add basic endurance group supportKlaus Jensen2023-03-061-1/+51
* hw/nvme: move adjustment of data_units{read,written}Joel Granados2023-03-061-6/+8
* hw/nvme: cleanup error reporting in nvme_init_pci()Klaus Jensen2023-01-111-13/+12
* hw/nvme: clean up confusing use of errp/local_errKlaus Jensen2023-01-111-25/+23
* hw/nvme: fix missing cq eventidx updateKlaus Jensen2023-01-091-0/+10
* hw/nvme: fix missing endian conversions for doorbell buffersKlaus Jensen2023-01-091-6/+13
* hw/nvme: rename shadow doorbell related trace eventsKlaus Jensen2023-01-091-4/+7
* hw/nvme: use QOM accessorsKlaus Jensen2023-01-091-41/+48
* Drop more useless casts from void * to pointerMarkus Armbruster2022-12-141-2/+2
* hw/nvme: remove copy bh schedulingKlaus Jensen2022-12-011-49/+14
* hw/nvme: fix aio cancel in dsmKlaus Jensen2022-12-011-26/+8
* hw/nvme: fix aio cancel in zone resetKlaus Jensen2022-12-011-25/+11
* hw/nvme: fix aio cancel in flushKlaus Jensen2022-12-011-15/+6
* hw/nvme: fix aio cancel in formatKlaus Jensen2022-12-011-16/+12
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2022-11-071-4/+1
|\
| * msix: Assert that specified vector is in rangeAkihiko Odaki2022-11-071-4/+1
* | hw/nvme: Abort copy command when format is one while pifFrancis Pravin Antony Michael Raj2022-11-021-1/+2