summaryrefslogtreecommitdiffstats
path: root/hw/nvme/nvme.h
Commit message (Expand)AuthorAgeFilesLines
* hw/nvme: Use ioeventfd to handle doorbell updatesJinhao Fan2022-07-151-0/+5
* hw/nvme: Implement shadow doorbell buffer supportJinhao Fan2022-07-151-0/+8
* hw/nvme: Add support for the Virtualization Management commandŁukasz Gieryk2022-06-231-0/+20
* hw/nvme: Initialize capability structures for primary/secondary controllersŁukasz Gieryk2022-06-231-0/+4
* hw/nvme: Remove reg_size variable and update BAR0 size calculationŁukasz Gieryk2022-06-231-1/+0Star
* hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtimeŁukasz Gieryk2022-06-231-0/+2
* hw/nvme: Implement the Function Level ResetŁukasz Gieryk2022-06-231-0/+5
* hw/nvme: Add support for Secondary Controller ListLukasz Maniak2022-06-231-0/+18
* hw/nvme: Add support for Primary Controller CapabilitiesLukasz Maniak2022-06-231-0/+2
* hw/nvme: Add support for SR-IOVLukasz Maniak2022-06-231-1/+2
* hw/nvme: enforce common serial per subsystemKlaus Jensen2022-06-031-0/+1
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-3/+3
* hw/nvme: 64-bit pi supportNaveen Nagar2022-03-031-0/+3
* hw/nvme: add support for the lbafee hbs featureNaveen Nagar2022-03-031-0/+1
* hw/nvme: add host behavior support featureNaveen Nagar2022-03-031-1/+3
* hw/nvme: move dif/pi prototypes into dif.hKlaus Jensen2022-03-031-50/+0Star
* hw/nvme: add support for zoned random write areaKlaus Jensen2022-02-141-0/+10
* hw/nvme/ctrl: Pass buffers as 'void *' typesPhilippe Mathieu-Daudé2022-02-141-2/+2
* hw/nvme: fix controller hot unpluggingKlaus Jensen2021-07-261-7/+8
* hw/nvme: unregister controller with subsystem at exitKlaus Jensen2021-07-261-0/+1
* 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-0/+1
* hw/nvme: use prinfo directly in nvme_check_prinfo and nvme_dif_checkKlaus Jensen2021-06-291-2/+2
* hw/nvme: save reftag when generating piKlaus Jensen2021-06-291-2/+2
* hw/nvme: reimplement flush to allow cancellationKlaus Jensen2021-06-291-0/+2
* hw/nvme: default for namespace EUI-64Heinrich Schuchardt2021-06-291-0/+2
* hw/nvme: namespace parameter for EUI-64Heinrich Schuchardt2021-06-291-0/+1
* hw/nvme: add param to control auto zone transitioning to zone state closedNiklas Cassel2021-06-291-0/+1
* hw/nvme: move nvme emulation out of hw/blockKlaus Jensen2021-05-171-0/+547