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
*
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 ...
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
1
-15
/
+36
*
|
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
1
-0
/
+12
*
|
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
*
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
|
/
*
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
*
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 compliance issue wrt. iosqes/iocqes
Klaus Jensen
2023-08-07
1
-34
/
+12
*
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: 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
*
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-04-28
1
-2
/
+4
*
nvme: remove constant argument to tracepoint
Paolo Bonzini
2023-04-20
1
-3
/
+1
*
hw/nvme: fix memory leak in nvme_dsm
Klaus Jensen
2023-04-12
1
-0
/
+3
*
hw/nvme: fix missing DNR on compare failure
Klaus Jensen
2023-03-27
1
-3
/
+3
*
hw/nvme: Change alignment in dma functions for nvme_blk_*
Mateusz Kozlowski
2023-03-27
1
-10
/
+10
*
hw/nvme: flexible data placement emulation
Jesper Devantier
2023-03-06
1
-3
/
+695
*
hw/nvme: basic directives support
Gollu Appalanaidu
2023-03-06
1
-1
/
+39
*
hw/nvme: add basic endurance group support
Klaus Jensen
2023-03-06
1
-1
/
+51
*
hw/nvme: move adjustment of data_units{read,written}
Joel Granados
2023-03-06
1
-6
/
+8
*
hw/nvme: cleanup error reporting in nvme_init_pci()
Klaus Jensen
2023-01-11
1
-13
/
+12
*
hw/nvme: clean up confusing use of errp/local_err
Klaus Jensen
2023-01-11
1
-25
/
+23
*
hw/nvme: fix missing cq eventidx update
Klaus Jensen
2023-01-09
1
-0
/
+10
*
hw/nvme: fix missing endian conversions for doorbell buffers
Klaus Jensen
2023-01-09
1
-6
/
+13
*
hw/nvme: rename shadow doorbell related trace events
Klaus Jensen
2023-01-09
1
-4
/
+7
*
hw/nvme: use QOM accessors
Klaus Jensen
2023-01-09
1
-41
/
+48
*
Drop more useless casts from void * to pointer
Markus Armbruster
2022-12-14
1
-2
/
+2
*
hw/nvme: remove copy bh scheduling
Klaus Jensen
2022-12-01
1
-49
/
+14
*
hw/nvme: fix aio cancel in dsm
Klaus Jensen
2022-12-01
1
-26
/
+8
*
hw/nvme: fix aio cancel in zone reset
Klaus Jensen
2022-12-01
1
-25
/
+11
*
hw/nvme: fix aio cancel in flush
Klaus Jensen
2022-12-01
1
-15
/
+6
*
hw/nvme: fix aio cancel in format
Klaus Jensen
2022-12-01
1
-16
/
+12
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2022-11-07
1
-4
/
+1
|
\
|
*
msix: Assert that specified vector is in range
Akihiko Odaki
2022-11-07
1
-4
/
+1
*
|
hw/nvme: Abort copy command when format is one while pif
Francis Pravin Antony Michael Raj
2022-11-02
1
-1
/
+2
[next]