index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
nvme
/
ctrl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pcie_sriov: Fix broken MMIO accesses from SR-IOV VFs
Damien Bergamini
2025-10-05
1
-6
/
+2
*
hw/nvme: cap MDTS value for internal limitation
Keith Busch
2025-08-11
1
-0
/
+5
*
hw/nvme: revert CMIC behavior
Klaus Jensen
2025-08-11
1
-13
/
+17
*
hw/nvme: fix namespace attachment
Klaus Jensen
2025-08-11
1
-2
/
+6
*
treewide: fix paths for relocated files in comments
Sean Wei
2025-07-02
1
-1
/
+1
*
hw/nvme/ctrl: skip automatic zero-init of large arrays
Daniel P. Berrangé
2025-06-12
1
-3
/
+3
*
qom: Make InterfaceInfo[] uses const
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
hw/nvme: fix attachment of private namespaces
Klaus Jensen
2025-04-08
1
-1
/
+6
*
pci: Use PCI PM capability initializer
Alex Williamson
2025-03-06
1
-2
/
+1
*
hw/nvme: remove nvme_aio_err()
Klaus Jensen
2025-02-26
1
-37
/
+23
*
hw/nvme: set error status code explicitly for misc commands
Klaus Jensen
2025-02-26
1
-6
/
+22
*
hw/nvme: only set command abort requested when cancelled due to Abort
Klaus Jensen
2025-02-26
1
-4
/
+2
*
hw/nvme: rework csi handling
Klaus Jensen
2025-02-26
1
-92
/
+121
*
hw/nvme: be compliant wrt. dsm processing limits
Klaus Jensen
2025-02-25
1
-9
/
+15
*
nvme: fix iocs status code values
Klaus Jensen
2025-02-25
1
-2
/
+2
*
hw/nvme: add knob for doorbell buffer config support
Klaus Jensen
2025-02-25
1
-3
/
+8
*
hw/nvme: make oacs dynamic
Klaus Jensen
2025-02-25
1
-7
/
+18
*
hw/nvme: always initialize a subsystem
Klaus Jensen
2025-02-25
1
-16
/
+20
*
hw/nvme: Add OCP SMART / Health Information Extended Log Page
Stephen Bates
2025-02-25
1
-0
/
+59
*
pcie_sriov: Ensure VF addr does not overflow
Akihiko Odaki
2025-02-20
1
-8
/
+14
*
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2024-12-21
1
-4
/
+4
|
\
|
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-4
/
+4
*
|
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
2024-12-19
1
-1
/
+0
|
/
*
hw/nvme: Constify all Property
Richard Henderson
2024-12-15
1
-1
/
+1
*
hw/nvme: take a reference on the subsystem on vf realization
Klaus Jensen
2024-12-03
1
-0
/
+7
*
hw/nvme: SR-IOV VFs must hardwire pci interrupt pin register to zero
Klaus Jensen
2024-12-03
1
-1
/
+7
*
hw/nvme: fix use/unuse of msix vectors
Klaus Jensen
2024-12-03
1
-2
/
+3
*
hw/nvme: fix msix_uninit with exclusive bar
Klaus Jensen
2024-12-03
1
-1
/
+6
*
hw/nvme: fix handling of over-committed queues
Klaus Jensen
2024-11-08
1
-9
/
+12
*
hw/nvme: i/o cmd set independent namespace data structure
Arun Kumar
2024-11-04
1
-0
/
+31
*
hw/nvme: add atomic write support
Alan Adamson
2024-10-01
1
-1
/
+157
*
hw/nvme: add knob for CTRATT.MEM
Klaus Jensen
2024-10-01
1
-1
/
+6
*
hw/nvme: support CTRATT.MEM
Arun Kumar
2024-09-30
1
-5
/
+14
*
hw/nvme: clear masked events from the aer queue
Arun Kumar
2024-09-30
1
-2
/
+9
*
hw/nvme: report id controller metadata sgl support
Keith Busch
2024-09-30
1
-1
/
+2
*
hw/nvme: replace assert(false) with g_assert_not_reached()
Pierrick Bouvier
2024-09-24
1
-4
/
+4
*
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-09-13
1
-1
/
+1
*
hw/nvme: fix leak of uninitialized memory in io_mgmt_recv
Klaus Jensen
2024-08-20
1
-1
/
+1
*
Revert "pcie_sriov: Ensure VF function number does not overflow"
Michael S. Tsirkin
2024-08-01
1
-16
/
+8
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
2024-07-24
1
-0
/
+62
|
\
|
*
hw/nvme: Add SPDM over DOE support
Wilfred Mallawa
2024-07-22
1
-0
/
+62
*
|
hw/nvme: remove useless type cast
Yao Xingtao
2024-07-22
1
-1
/
+1
*
|
hw/nvme: actually implement abort
Ayush Mishra
2024-07-22
1
-0
/
+32
*
|
hw/nvme: add cross namespace copy support
Arun Kumar
2024-07-22
1
-92
/
+263
*
|
hw/nvme: fix memory leak in nvme_dsm
Zheyu Ma
2024-07-22
1
-0
/
+1
|
/
*
hw/nvme: Expand VI/VQ resource to uint32
Minwoo Im
2024-07-11
1
-4
/
+4
*
hw/nvme: Allocate sec-ctrl-list as a dynamic array
Minwoo Im
2024-07-11
1
-7
/
+1
*
hw/nvme: separate identify data for sec. ctrl list
Minwoo Im
2024-07-11
1
-11
/
+10
*
hw/nvme: add Identify Endurance Group List
Minwoo Im
2024-07-11
1
-0
/
+22
[next]