aboutsummaryrefslogtreecommitdiff
path: root/hw/nvme/ctrl.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-20nvme: remove constant argument to tracepointPaolo Bonzini1-3/+1
2023-04-12hw/nvme: fix memory leak in nvme_dsmKlaus Jensen1-0/+3
2023-03-27hw/nvme: fix missing DNR on compare failureKlaus Jensen1-3/+3
2023-03-27hw/nvme: Change alignment in dma functions for nvme_blk_*Mateusz Kozlowski1-10/+10
2023-03-06hw/nvme: flexible data placement emulationJesper Devantier1-3/+695
2023-03-06hw/nvme: basic directives supportGollu Appalanaidu1-1/+39
2023-03-06hw/nvme: add basic endurance group supportKlaus Jensen1-1/+51
2023-03-06hw/nvme: move adjustment of data_units{read,written}Joel Granados1-6/+8
2023-01-11hw/nvme: cleanup error reporting in nvme_init_pci()Klaus Jensen1-13/+12
2023-01-11hw/nvme: clean up confusing use of errp/local_errKlaus Jensen1-25/+23
2023-01-09hw/nvme: fix missing cq eventidx updateKlaus Jensen1-0/+10
2023-01-09hw/nvme: fix missing endian conversions for doorbell buffersKlaus Jensen1-6/+13
2023-01-09hw/nvme: rename shadow doorbell related trace eventsKlaus Jensen1-4/+7
2023-01-09hw/nvme: use QOM accessorsKlaus Jensen1-41/+48
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster1-2/+2
2022-12-01hw/nvme: remove copy bh schedulingKlaus Jensen1-49/+14
2022-12-01hw/nvme: fix aio cancel in dsmKlaus Jensen1-26/+8
2022-12-01hw/nvme: fix aio cancel in zone resetKlaus Jensen1-25/+11
2022-12-01hw/nvme: fix aio cancel in flushKlaus Jensen1-15/+6
2022-12-01hw/nvme: fix aio cancel in formatKlaus Jensen1-16/+12
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-4/+1
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki1-4/+1
2022-11-02hw/nvme: Abort copy command when format is one while pifFrancis Pravin Antony Michael Raj1-1/+2
2022-11-02hw/nvme: reenable cqe batchingKlaus Jensen1-15/+11
2022-08-01hw/nvme: do not enable ioeventfd by defaultKlaus Jensen1-1/+1
2022-08-01hw/nvme: unregister the event notifier handler on the main loopKlaus Jensen1-0/+2
2022-08-01hw/nvme: skip queue processing if notifier is clearedKlaus Jensen1-2/+6
2022-07-15hw/nvme: Use ioeventfd to handle doorbell updatesJinhao Fan1-1/+112
2022-07-15hw/nvme: Add trace events for shadow doorbell bufferJinhao Fan1-0/+5
2022-07-15hw/nvme: Implement shadow doorbell buffer supportJinhao Fan1-1/+114
2022-06-28trivial typos: namesapceDr. David Alan Gilbert1-1/+1
2022-06-23hw/nvme: clear aen mask on resetKlaus Jensen1-0/+1
2022-06-23Revert "hw/block/nvme: add support for sgl bit bucket descriptor"Klaus Jensen1-23/+6
2022-06-23hw/nvme: clean up CC register write logicKlaus Jensen1-22/+16