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
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
2024-03-12
pcie_sriov: Reset SR-IOV extended capability
Akihiko Odaki
1
-1
/
+1
2024-03-12
hw/nvme: Use pcie_sriov_num_vfs()
Akihiko Odaki
1
-18
/
+8
2024-03-12
hw/nvme: add machine compatibility parameter to enable msix exclusive bar
Klaus Jensen
2
-15
/
+37
2024-03-12
hw/nvme: generalize the mbar size helper
Klaus Jensen
1
-12
/
+16
2024-03-12
hw/nvme: Add NVMe NGUID property
Roque Arcudia Hernandez
5
-7
/
+222
2024-03-12
hw/nvme: fix invalid check on mcl
Klaus Jensen
1
-1
/
+1
2024-03-12
hw/nvme: separate 'serial' property for VFs
Minwoo Im
1
-1
/
+7
2024-02-27
hw/nvme: fix invalid endian conversion
Klaus Jensen
1
-1
/
+1
2023-09-29
hw/nvme: Clean up local variable shadowing in nvme_ns_init()
Klaus Jensen
1
-2
/
+2
2023-09-21
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
1
-3
/
+3
2023-09-21
hw/other: spelling fixes
Michael Tokarev
1
-3
/
+3
[next]