index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
hw/nvme: remove nvme_aio_err()
Klaus Jensen
1
-37
/
+23
8 days
hw/nvme: set error status code explicitly for misc commands
Klaus Jensen
1
-6
/
+22
8 days
hw/nvme: only set command abort requested when cancelled due to Abort
Klaus Jensen
1
-4
/
+2
8 days
hw/nvme: rework csi handling
Klaus Jensen
3
-107
/
+125
9 days
hw/nvme: be compliant wrt. dsm processing limits
Klaus Jensen
1
-9
/
+15
9 days
nvme: fix iocs status code values
Klaus Jensen
1
-2
/
+2
9 days
hw/nvme: add knob for doorbell buffer config support
Klaus Jensen
2
-3
/
+9
9 days
hw/nvme: make oacs dynamic
Klaus Jensen
2
-7
/
+22
9 days
hw/nvme: always initialize a subsystem
Klaus Jensen
2
-58
/
+42
9 days
hw/nvme: Add OCP SMART / Health Information Extended Log Page
Stephen Bates
2
-0
/
+60
13 days
pcie_sriov: Ensure VF addr does not overflow
Akihiko Odaki
1
-8
/
+14
2024-12-21
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
3
-7
/
+7
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
3
-7
/
+7
2024-12-19
Constify all opaque Property pointers
Richard Henderson
1
-2
/
+2
2024-12-19
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
3
-3
/
+0
2024-12-15
hw/nvme: Constify all Property
Richard Henderson
3
-3
/
+3
2024-12-03
hw/nvme: take a reference on the subsystem on vf realization
Klaus Jensen
1
-0
/
+7
2024-12-03
hw/nvme: SR-IOV VFs must hardwire pci interrupt pin register to zero
Klaus Jensen
1
-1
/
+7
2024-12-03
hw/nvme: fix use/unuse of msix vectors
Klaus Jensen
1
-2
/
+3
2024-12-03
hw/nvme: fix msix_uninit with exclusive bar
Klaus Jensen
1
-1
/
+6
2024-11-08
hw/nvme: fix handling of over-committed queues
Klaus Jensen
1
-9
/
+12
2024-11-04
hw/nvme: remove dead code
Arun Kumar
1
-5
/
+0
2024-11-04
hw/nvme: add NPDAL/NPDGL
Ayush Mishra
1
-1
/
+4
2024-11-04
hw/nvme: i/o cmd set independent namespace data structure
Arun Kumar
4
-1
/
+38
2024-10-01
hw/nvme: add atomic write support
Alan Adamson
2
-1
/
+169
2024-10-01
hw/nvme: add knob for CTRATT.MEM
Klaus Jensen
2
-1
/
+10
2024-09-30
hw/nvme: support CTRATT.MEM
Arun Kumar
1
-5
/
+14
2024-09-30
hw/nvme: clear masked events from the aer queue
Arun Kumar
1
-2
/
+9
2024-09-30
hw/nvme: report id controller metadata sgl support
Keith Busch
1
-1
/
+2
2024-09-24
hw/nvme: replace assert(false) with g_assert_not_reached()
Pierrick Bouvier
1
-4
/
+4
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
1
-1
/
+1
2024-08-20
hw/nvme: fix leak of uninitialized memory in io_mgmt_recv
Klaus Jensen
1
-1
/
+1
2024-08-01
Revert "pcie_sriov: Ensure VF function number does not overflow"
Michael S. Tsirkin
1
-16
/
+8
2024-07-24
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
1
-0
/
+62
2024-07-22
hw/nvme: Add SPDM over DOE support
Wilfred Mallawa
1
-0
/
+62
2024-07-22
hw/nvme: remove useless type cast
Yao Xingtao
1
-1
/
+1
2024-07-22
hw/nvme: actually implement abort
Ayush Mishra
1
-0
/
+32
2024-07-22
hw/nvme: add cross namespace copy support
Arun Kumar
1
-92
/
+263
2024-07-22
hw/nvme: fix memory leak in nvme_dsm
Zheyu Ma
1
-0
/
+1
2024-07-11
hw/nvme: Expand VI/VQ resource to uint32
Minwoo Im
2
-6
/
+6
2024-07-11
hw/nvme: Allocate sec-ctrl-list as a dynamic array
Minwoo Im
3
-10
/
+5
2024-07-11
hw/nvme: separate identify data for sec. ctrl list
Minwoo Im
3
-21
/
+22
2024-07-11
hw/nvme: add Identify Endurance Group List
Minwoo Im
1
-0
/
+22
2024-07-11
hw/nvme: fix BAR size mismatch of SR-IOV VF
Minwoo Im
1
-4
/
+15
2024-07-11
hw/nvme: fix number of PIDs for FDP RUH update
Vincent Fu
1
-1
/
+1
2024-07-11
hw/nvme: Add support for setting the MQES for the NVMe emulation
John Berg
2
-1
/
+8
2024-07-03
pcie_sriov: Ensure VF function number does not overflow
Akihiko Odaki
1
-8
/
+16
2024-04-02
hw/nvme: fix -Werror=maybe-uninitialized
Marc-André Lureau
1
-1
/
+1
2024-03-13
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
1
-22
/
+8
2024-03-12
hw/pci: Always call pcie_sriov_pf_reset()
Akihiko Odaki
1
-4
/
+0
[next]