index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
nvme
/
nvme.h
Age
Commit message (
Expand
)
Author
2023-03-06
hw/nvme: flexible data placement emulation
Jesper Devantier
2023-03-06
hw/nvme: basic directives support
Gollu Appalanaidu
2023-03-06
hw/nvme: add basic endurance group support
Klaus Jensen
2023-03-06
hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace
Niklas Cassel
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2022-11-02
hw/nvme: reenable cqe batching
Klaus Jensen
2022-07-15
hw/nvme: Use ioeventfd to handle doorbell updates
Jinhao Fan
2022-07-15
hw/nvme: Implement shadow doorbell buffer support
Jinhao Fan
2022-06-23
hw/nvme: Add support for the Virtualization Management command
Łukasz Gieryk
2022-06-23
hw/nvme: Initialize capability structures for primary/secondary controllers
Łukasz Gieryk
2022-06-23
hw/nvme: Remove reg_size variable and update BAR0 size calculation
Łukasz Gieryk
2022-06-23
hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime
Łukasz Gieryk
2022-06-23
hw/nvme: Implement the Function Level Reset
Łukasz Gieryk
2022-06-23
hw/nvme: Add support for Secondary Controller List
Lukasz Maniak
2022-06-23
hw/nvme: Add support for Primary Controller Capabilities
Lukasz Maniak
2022-06-23
hw/nvme: Add support for SR-IOV
Lukasz Maniak
2022-06-03
hw/nvme: enforce common serial per subsystem
Klaus Jensen
2022-05-11
Clean up header guards that don't match their file name
Markus Armbruster
2022-03-03
hw/nvme: 64-bit pi support
Naveen Nagar
2022-03-03
hw/nvme: add support for the lbafee hbs feature
Naveen Nagar
2022-03-03
hw/nvme: add host behavior support feature
Naveen Nagar
2022-03-03
hw/nvme: move dif/pi prototypes into dif.h
Klaus Jensen
2022-02-14
hw/nvme: add support for zoned random write area
Klaus Jensen
2022-02-14
hw/nvme/ctrl: Pass buffers as 'void *' types
Philippe Mathieu-Daudé
2021-07-26
hw/nvme: fix controller hot unplugging
Klaus Jensen
2021-07-26
hw/nvme: unregister controller with subsystem at exit
Klaus Jensen
2021-07-26
hw/nvme: remove NvmeCtrl parameter from ns setup/check functions
Klaus Jensen
2021-06-29
hw/nvme: fix pin-based interrupt behavior (again)
Klaus Jensen
2021-06-29
hw/nvme: use prinfo directly in nvme_check_prinfo and nvme_dif_check
Klaus Jensen
2021-06-29
hw/nvme: save reftag when generating pi
Klaus Jensen
2021-06-29
hw/nvme: reimplement flush to allow cancellation
Klaus Jensen
2021-06-29
hw/nvme: default for namespace EUI-64
Heinrich Schuchardt
2021-06-29
hw/nvme: namespace parameter for EUI-64
Heinrich Schuchardt
2021-06-29
hw/nvme: add param to control auto zone transitioning to zone state closed
Niklas Cassel
2021-05-17
hw/nvme: move nvme emulation out of hw/block
Klaus Jensen