summaryrefslogtreecommitdiffstats
path: root/hw/nvme/ctrl.c
Commit message (Expand)AuthorAgeFilesLines
* hw/nvme: fix missing variable initializersKlaus Jensen2021-08-091-3/+3
* hw/nvme: fix mmio readKlaus Jensen2021-07-261-128/+161
* hw/nvme: fix out-of-bounds readsKlaus Jensen2021-07-261-12/+15
* hw/nvme: use symbolic names for registersKlaus Jensen2021-07-261-22/+22
* hw/nvme: split pmrmsc register into upper and lowerKlaus Jensen2021-07-261-4/+6
* hw/nvme: fix controller hot unpluggingKlaus Jensen2021-07-261-8/+6Star
* hw/nvme: error handling for too many mappingsPadmakar Kalghatgi2021-07-261-0/+13
* hw/nvme: unregister controller with subsystem at exitKlaus Jensen2021-07-261-0/+4
* hw/nvme: remove NvmeCtrl parameter from ns setup/check functionsKlaus Jensen2021-07-261-1/+1
* hw/nvme: fix pin-based interrupt behavior (again)Klaus Jensen2021-06-291-1/+17
* hw/nvme: fix missing check for PMR capabilityKlaus Jensen2021-06-291-0/+4
* hw/nvme: documentation fixGollu Appalanaidu2021-06-291-1/+1
* hw/nvme: fix endianess conversion and add controller listGollu Appalanaidu2021-06-291-8/+18
* Partially revert "hw/block/nvme: drain namespaces on sq deletion"Klaus Jensen2021-06-291-17/+2Star
* hw/nvme: reimplement format nvm to allow cancellationKlaus Jensen2021-06-291-121/+142
* hw/nvme: reimplement zone reset to allow cancellationKlaus Jensen2021-06-291-120/+168
* hw/nvme: reimplement the copy command to allow aio cancellationKlaus Jensen2021-06-291-309/+369
* hw/nvme: add dw0/1 to the req completion trace eventKlaus Jensen2021-06-291-0/+2
* hw/nvme: use prinfo directly in nvme_check_prinfo and nvme_dif_checkKlaus Jensen2021-06-291-42/+25Star
* hw/nvme: remove assert from nvme_get_zone_by_slbaKlaus Jensen2021-06-291-4/+14
* hw/nvme: save reftag when generating piKlaus Jensen2021-06-291-5/+5
* hw/nvme: reimplement dsm to allow cancellationKlaus Jensen2021-06-291-68/+155
* hw/nvme: add nvme_block_status_all helperKlaus Jensen2021-06-291-13/+28
* hw/nvme: reimplement flush to allow cancellationKlaus Jensen2021-06-291-80/+124
* hw/nvme: namespace parameter for EUI-64Heinrich Schuchardt2021-06-291-23/+35
* hw/nvme: fix csi field for cns 0x00 and 0x11Gollu Appalanaidu2021-06-291-12/+2Star
* hw/nvme: add param to control auto zone transitioning to zone state closedNiklas Cassel2021-06-291-10/+22
* hw/nvme: fix styleGollu Appalanaidu2021-06-291-3/+3
* hw/nvme: move nvme emulation out of hw/blockKlaus Jensen2021-05-171-0/+6365