aboutsummaryrefslogtreecommitdiff
path: root/hw/nvme
AgeCommit message (Expand)AuthorFilesLines
2021-06-29hw/nvme: fix pin-based interrupt behavior (again)Klaus Jensen2-1/+18
2021-06-29hw/nvme: fix missing check for PMR capabilityKlaus Jensen1-0/+4
2021-06-29hw/nvme: documentation fixGollu Appalanaidu1-1/+1
2021-06-29hw/nvme: fix endianess conversion and add controller listGollu Appalanaidu2-9/+19
2021-06-29Partially revert "hw/block/nvme: drain namespaces on sq deletion"Klaus Jensen1-17/+2
2021-06-29hw/nvme: reimplement format nvm to allow cancellationKlaus Jensen2-124/+143
2021-06-29hw/nvme: reimplement zone reset to allow cancellationKlaus Jensen2-121/+169
2021-06-29hw/nvme: reimplement the copy command to allow aio cancellationKlaus Jensen2-311/+370
2021-06-29hw/nvme: add dw0/1 to the req completion trace eventKlaus Jensen2-1/+3
2021-06-29hw/nvme: use prinfo directly in nvme_check_prinfo and nvme_dif_checkKlaus Jensen3-66/+49
2021-06-29hw/nvme: remove assert from nvme_get_zone_by_slbaKlaus Jensen1-4/+14
2021-06-29hw/nvme: save reftag when generating piKlaus Jensen3-18/+18
2021-06-29hw/nvme: reimplement dsm to allow cancellationKlaus Jensen2-70/+157
2021-06-29hw/nvme: add nvme_block_status_all helperKlaus Jensen1-13/+28
2021-06-29hw/nvme: reimplement flush to allow cancellationKlaus Jensen3-83/+129
2021-06-29hw/nvme: default for namespace EUI-64Heinrich Schuchardt2-0/+11
2021-06-29hw/nvme: namespace parameter for EUI-64Heinrich Schuchardt3-23/+38
2021-06-29hw/nvme: fix csi field for cns 0x00 and 0x11Gollu Appalanaidu1-12/+2
2021-06-29hw/nvme: add param to control auto zone transitioning to zone state closedNiklas Cassel2-10/+23
2021-06-29hw/nvme: fix lbaf formats initializationGollu Appalanaidu1-29/+22
2021-06-29hw/nvme: add identify namespace flbas/mc enumsGollu Appalanaidu1-2/+2
2021-06-29hw/nvme: fix styleGollu Appalanaidu1-3/+3
2021-05-17hw/nvme: move nvme emulation out of hw/blockKlaus Jensen9-0/+8291