index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
nvme
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 into staging
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
2
-6
/
+6
*
hw/nvme: Allocate sec-ctrl-list as a dynamic array
Minwoo Im
2024-07-11
3
-10
/
+5
*
hw/nvme: separate identify data for sec. ctrl list
Minwoo Im
2024-07-11
3
-21
/
+22
*
hw/nvme: add Identify Endurance Group List
Minwoo Im
2024-07-11
1
-0
/
+22
*
hw/nvme: fix BAR size mismatch of SR-IOV VF
Minwoo Im
2024-07-11
1
-4
/
+15
*
hw/nvme: fix number of PIDs for FDP RUH update
Vincent Fu
2024-07-11
1
-1
/
+1
*
hw/nvme: Add support for setting the MQES for the NVMe emulation
John Berg
2024-07-11
2
-1
/
+8
*
pcie_sriov: Ensure VF function number does not overflow
Akihiko Odaki
2024-07-03
1
-8
/
+16
*
hw/nvme: fix -Werror=maybe-uninitialized
Marc-André Lureau
2024-04-02
1
-1
/
+1
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging
Peter Maydell
2024-03-13
1
-22
/
+8
|
\
|
*
hw/pci: Always call pcie_sriov_pf_reset()
Akihiko Odaki
2024-03-12
1
-4
/
+0
|
*
pcie_sriov: Reset SR-IOV extended capability
Akihiko Odaki
2024-03-12
1
-1
/
+1
|
*
hw/nvme: Use pcie_sriov_num_vfs()
Akihiko Odaki
2024-03-12
1
-18
/
+8
*
|
hw/nvme: add machine compatibility parameter to enable msix exclusive bar
Klaus Jensen
2024-03-12
2
-15
/
+37
*
|
hw/nvme: generalize the mbar size helper
Klaus Jensen
2024-03-12
1
-12
/
+16
*
|
hw/nvme: Add NVMe NGUID property
Roque Arcudia Hernandez
2024-03-12
5
-7
/
+222
*
|
hw/nvme: fix invalid check on mcl
Klaus Jensen
2024-03-12
1
-1
/
+1
*
|
hw/nvme: separate 'serial' property for VFs
Minwoo Im
2024-03-12
1
-1
/
+7
|
/
*
hw/nvme: fix invalid endian conversion
Klaus Jensen
2024-02-27
1
-1
/
+1
*
hw/nvme: Clean up local variable shadowing in nvme_ns_init()
Klaus Jensen
2023-09-29
1
-2
/
+2
*
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
2023-09-21
1
-3
/
+3
|
\
|
*
hw/other: spelling fixes
Michael Tokarev
2023-09-21
1
-3
/
+3
*
|
block: remove AIOCBInfo->get_aio_context()
Stefan Hajnoczi
2023-09-20
1
-7
/
+0
|
/
*
Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into staging
Stefan Hajnoczi
2023-09-13
1
-2
/
+2
|
\
|
*
hw/nvme: Avoid dynamic stack allocation
Peter Maydell
2023-09-12
1
-1
/
+1
|
*
hw/nvme: Use #define to avoid variable length array
Philippe Mathieu-Daudé
2023-09-12
1
-1
/
+1
*
|
kconfig: Add NVME to s390x machines
Cédric Le Goater
2023-09-12
1
-1
/
+1
|
/
*
hw/nvme: fix null pointer access in ruh update
Klaus Jensen
2023-08-09
1
-1
/
+7
*
hw/nvme: fix null pointer access in directive receive
Klaus Jensen
2023-08-09
1
-1
/
+1
*
hw/nvme: fix CRC64 for guard tag
Ankit Kumar
2023-08-08
1
-2
/
+2
*
hw/nvme: fix compliance issue wrt. iosqes/iocqes
Klaus Jensen
2023-08-07
3
-36
/
+20
*
hw/nvme: fix oob memory read in fdp events log
Klaus Jensen
2023-08-07
1
-0
/
+5
*
hw/nvme: use stl/ldl pci dma api
Klaus Jensen
2023-07-30
1
-29
/
+13
*
hw/nvme: fix endianness issue for shadow doorbells
Klaus Jensen
2023-07-19
1
-5
/
+13
*
pcie: Use common ARI next function number
Akihiko Odaki
2023-07-10
1
-1
/
+1
*
hw/nvme: add placement handle list ranges
Klaus Jensen
2023-06-28
1
-8
/
+32
*
hw/nvme: verify uniqueness of reclaim unit handle identifiers
Klaus Jensen
2023-06-28
1
-0
/
+11
*
hw/nvme: fix verification of number of ruhis
Klaus Jensen
2023-06-28
2
-5
/
+5
*
hw/nvme: check maximum copy length (MCL) for COPY
Minwoo Im
2023-06-28
1
-0
/
+24
*
hw/nvme: consider COPY command in nvme_aio_err
Minwoo Im
2023-06-28
1
-0
/
+1
*
hw/nvme: add comment for nvme-ns properties
Minwoo Im
2023-06-28
1
-1
/
+8
*
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-20
1
-1
/
+1
[next]