summaryrefslogtreecommitdiffstats
path: root/hw/nvme
Commit message (Expand)AuthorAgeFilesLines
* hw/nvme: remove copy bh schedulingKlaus Jensen2022-12-011-49/+14Star
* hw/nvme: fix aio cancel in dsmKlaus Jensen2022-12-011-26/+8Star
* hw/nvme: fix aio cancel in zone resetKlaus Jensen2022-12-011-25/+11Star
* hw/nvme: fix aio cancel in flushKlaus Jensen2022-12-011-15/+6Star
* hw/nvme: fix aio cancel in formatKlaus Jensen2022-12-011-16/+12Star
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2022-11-081-4/+1Star
|\
| * msix: Assert that specified vector is in rangeAkihiko Odaki2022-11-071-4/+1Star
* | hw/nvme: Abort copy command when format is one while pifFrancis Pravin Antony Michael Raj2022-11-021-1/+2
* | hw/nvme: reenable cqe batchingKlaus Jensen2022-11-022-17/+13Star
|/
* hw/nvme: do not enable ioeventfd by defaultKlaus Jensen2022-08-011-1/+1
* hw/nvme: unregister the event notifier handler on the main loopKlaus Jensen2022-08-011-0/+2
* hw/nvme: skip queue processing if notifier is clearedKlaus Jensen2022-08-011-2/+6
* hw/nvme: Use ioeventfd to handle doorbell updatesJinhao Fan2022-07-152-1/+117
* hw/nvme: force nvme-ns param 'shared' to false if no nvme-subsys nodeNiklas Cassel2022-07-151-0/+2
* hw/nvme: Add trace events for shadow doorbell bufferJinhao Fan2022-07-152-0/+10
* hw/nvme: Implement shadow doorbell buffer supportJinhao Fan2022-07-152-1/+122
* trivial typos: namesapceDr. David Alan Gilbert2022-06-281-1/+1
* hw/nvme: clear aen mask on resetKlaus Jensen2022-06-231-0/+1
* Revert "hw/block/nvme: add support for sgl bit bucket descriptor"Klaus Jensen2022-06-231-23/+6Star
* hw/nvme: clean up CC register write logicKlaus Jensen2022-06-231-22/+16Star
* hw/nvme: Update the initalization place for the AER queueŁukasz Gieryk2022-06-231-2/+1Star
* hw/nvme: Add support for the Virtualization Management commandŁukasz Gieryk2022-06-233-2/+278
* hw/nvme: Initialize capability structures for primary/secondary controllersŁukasz Gieryk2022-06-232-7/+138
* hw/nvme: Calculate BAR attributes in a functionŁukasz Gieryk2022-06-231-14/+31
* hw/nvme: Remove reg_size variable and update BAR0 size calculationŁukasz Gieryk2022-06-232-6/+5Star
* hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtimeŁukasz Gieryk2022-06-232-16/+38
* hw/nvme: Implement the Function Level ResetŁukasz Gieryk2022-06-233-4/+54
* hw/nvme: Add support for Secondary Controller ListLukasz Maniak2022-06-235-10/+121
* hw/nvme: Add support for Primary Controller CapabilitiesLukasz Maniak2022-06-233-5/+21
* hw/nvme: Add support for SR-IOVLukasz Maniak2022-06-232-4/+84
* hw/nvme: add new command abort caseDmitry Tikhov2022-06-031-0/+5
* hw/nvme: bump firmware revisionKlaus Jensen2022-06-031-1/+1
* hw/nvme: do not report null uuidKlaus Jensen2022-06-031-10/+7Star
* hw/nvme: do not auto-generate uuidKlaus Jensen2022-06-031-1/+1
* hw/nvme: do not auto-generate eui64Klaus Jensen2022-06-031-1/+1
* hw/nvme: enforce common serial per subsystemKlaus Jensen2022-06-032-0/+8
* hw/nvme: fix smart aenKlaus Jensen2022-06-031-1/+1
* hw/nvme: fix copy cmd for pi enabled namespacesDmitry Tikhov2022-06-031-0/+4
* hw/nvme: add missing return statementDmitry Tikhov2022-06-031-0/+1
* hw/nvme: fix narrowing conversionDmitry Tikhov2022-06-031-2/+3
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-3/+3
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* hw/nvme: 64-bit pi supportNaveen Nagar2022-03-036-85/+554
* hw/nvme: add pi tuple size helperKlaus Jensen2022-03-033-14/+21
* hw/nvme: add support for the lbafee hbs featureNaveen Nagar2022-03-033-9/+41
* hw/nvme: move format parameter parsingKlaus Jensen2022-03-031-13/+18
* hw/nvme: add host behavior support featureNaveen Nagar2022-03-032-1/+11
* hw/nvme: move dif/pi prototypes into dif.hKlaus Jensen2022-03-034-50/+55
* hw/nvme: add support for zoned random write areaKlaus Jensen2022-02-144-19/+221
* hw/nvme: add ozcs enumKlaus Jensen2022-02-141-1/+2