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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
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
2023-09-20
block: remove AIOCBInfo->get_aio_context()
Stefan Hajnoczi
1
-7
/
+0
2023-09-13
Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...
Stefan Hajnoczi
1
-2
/
+2
2023-09-12
hw/nvme: Avoid dynamic stack allocation
Peter Maydell
1
-1
/
+1
2023-09-12
hw/nvme: Use #define to avoid variable length array
Philippe Mathieu-Daudé
1
-1
/
+1
2023-09-12
kconfig: Add NVME to s390x machines
Cédric Le Goater
1
-1
/
+1
2023-08-09
hw/nvme: fix null pointer access in ruh update
Klaus Jensen
1
-1
/
+7
2023-08-09
hw/nvme: fix null pointer access in directive receive
Klaus Jensen
1
-1
/
+1
2023-08-08
hw/nvme: fix CRC64 for guard tag
Ankit Kumar
1
-2
/
+2
2023-08-07
hw/nvme: fix compliance issue wrt. iosqes/iocqes
Klaus Jensen
3
-36
/
+20
2023-08-07
hw/nvme: fix oob memory read in fdp events log
Klaus Jensen
1
-0
/
+5
2023-07-30
hw/nvme: use stl/ldl pci dma api
Klaus Jensen
1
-29
/
+13
2023-07-19
hw/nvme: fix endianness issue for shadow doorbells
Klaus Jensen
1
-5
/
+13
2023-07-10
pcie: Use common ARI next function number
Akihiko Odaki
1
-1
/
+1
2023-06-28
hw/nvme: add placement handle list ranges
Klaus Jensen
1
-8
/
+32
2023-06-28
hw/nvme: verify uniqueness of reclaim unit handle identifiers
Klaus Jensen
1
-0
/
+11
2023-06-28
hw/nvme: fix verification of number of ruhis
Klaus Jensen
2
-5
/
+5
2023-06-28
hw/nvme: check maximum copy length (MCL) for COPY
Minwoo Im
1
-0
/
+24
2023-06-28
hw/nvme: consider COPY command in nvme_aio_err
Minwoo Im
1
-0
/
+1
2023-06-28
hw/nvme: add comment for nvme-ns properties
Minwoo Im
1
-1
/
+8
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-1
/
+1
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
1
-2
/
+4
2023-04-20
nvme: remove constant argument to tracepoint
Paolo Bonzini
2
-4
/
+2
2023-04-12
hw/nvme: fix memory leak in nvme_dsm
Klaus Jensen
1
-0
/
+3
2023-04-12
hw/nvme: fix memory leak in fdp ruhid parsing
Klaus Jensen
1
-1
/
+2
2023-03-27
hw/nvme: fix missing DNR on compare failure
Klaus Jensen
1
-3
/
+3
2023-03-27
hw/nvme: Change alignment in dma functions for nvme_blk_*
Mateusz Kozlowski
1
-10
/
+10
2023-03-06
hw/nvme: flexible data placement emulation
Jesper Devantier
5
-7
/
+1014
2023-03-06
hw/nvme: basic directives support
Gollu Appalanaidu
2
-1
/
+41
2023-03-06
hw/nvme: add basic endurance group support
Klaus Jensen
3
-1
/
+58
2023-03-06
hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace
Niklas Cassel
2
-0
/
+2
2023-03-06
hw/nvme: move adjustment of data_units{read,written}
Joel Granados
1
-6
/
+8
2023-01-11
Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...
Peter Maydell
2
-89
/
+113
2023-01-11
hw/nvme: cleanup error reporting in nvme_init_pci()
Klaus Jensen
1
-13
/
+12
2023-01-11
hw/nvme: clean up confusing use of errp/local_err
Klaus Jensen
1
-25
/
+23
2023-01-09
hw/nvme: fix missing cq eventidx update
Klaus Jensen
1
-0
/
+10
2023-01-09
hw/nvme: fix missing endian conversions for doorbell buffers
Klaus Jensen
1
-6
/
+13
2023-01-09
hw/nvme: rename shadow doorbell related trace events
Klaus Jensen
2
-8
/
+11
2023-01-09
hw/nvme: use QOM accessors
Klaus Jensen
1
-41
/
+48
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
1
-1
/
+1
2022-12-14
Drop more useless casts from void * to pointer
Markus Armbruster
1
-2
/
+2
2022-12-01
hw/nvme: remove copy bh scheduling
Klaus Jensen
1
-49
/
+14
2022-12-01
hw/nvme: fix aio cancel in dsm
Klaus Jensen
1
-26
/
+8
2022-12-01
hw/nvme: fix aio cancel in zone reset
Klaus Jensen
1
-25
/
+11
2022-12-01
hw/nvme: fix aio cancel in flush
Klaus Jensen
1
-15
/
+6
2022-12-01
hw/nvme: fix aio cancel in format
Klaus Jensen
1
-16
/
+12
2022-11-07
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
1
-4
/
+1
2022-11-07
msix: Assert that specified vector is in range
Akihiko Odaki
1
-4
/
+1
[next]