index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
nvme
Age
Commit message (
Expand
)
Author
2023-09-29
hw/nvme: Clean up local variable shadowing in nvme_ns_init()
Klaus Jensen
2023-09-21
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
2023-09-21
hw/other: spelling fixes
Michael Tokarev
2023-09-20
block: remove AIOCBInfo->get_aio_context()
Stefan Hajnoczi
2023-09-13
Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...
Stefan Hajnoczi
2023-09-12
hw/nvme: Avoid dynamic stack allocation
Peter Maydell
2023-09-12
hw/nvme: Use #define to avoid variable length array
Philippe Mathieu-Daudé
2023-09-12
kconfig: Add NVME to s390x machines
Cédric Le Goater
2023-08-09
hw/nvme: fix null pointer access in ruh update
Klaus Jensen
2023-08-09
hw/nvme: fix null pointer access in directive receive
Klaus Jensen
2023-08-08
hw/nvme: fix CRC64 for guard tag
Ankit Kumar
2023-08-07
hw/nvme: fix compliance issue wrt. iosqes/iocqes
Klaus Jensen
2023-08-07
hw/nvme: fix oob memory read in fdp events log
Klaus Jensen
2023-07-30
hw/nvme: use stl/ldl pci dma api
Klaus Jensen
2023-07-19
hw/nvme: fix endianness issue for shadow doorbells
Klaus Jensen
2023-07-10
pcie: Use common ARI next function number
Akihiko Odaki
2023-06-28
hw/nvme: add placement handle list ranges
Klaus Jensen
2023-06-28
hw/nvme: verify uniqueness of reclaim unit handle identifiers
Klaus Jensen
2023-06-28
hw/nvme: fix verification of number of ruhis
Klaus Jensen
2023-06-28
hw/nvme: check maximum copy length (MCL) for COPY
Minwoo Im
2023-06-28
hw/nvme: consider COPY command in nvme_aio_err
Minwoo Im
2023-06-28
hw/nvme: add comment for nvme-ns properties
Minwoo Im
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-04-20
nvme: remove constant argument to tracepoint
Paolo Bonzini
2023-04-12
hw/nvme: fix memory leak in nvme_dsm
Klaus Jensen
2023-04-12
hw/nvme: fix memory leak in fdp ruhid parsing
Klaus Jensen
2023-03-27
hw/nvme: fix missing DNR on compare failure
Klaus Jensen
2023-03-27
hw/nvme: Change alignment in dma functions for nvme_blk_*
Mateusz Kozlowski
2023-03-06
hw/nvme: flexible data placement emulation
Jesper Devantier
2023-03-06
hw/nvme: basic directives support
Gollu Appalanaidu
2023-03-06
hw/nvme: add basic endurance group support
Klaus Jensen
2023-03-06
hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace
Niklas Cassel
2023-03-06
hw/nvme: move adjustment of data_units{read,written}
Joel Granados
2023-01-11
Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...
Peter Maydell
2023-01-11
hw/nvme: cleanup error reporting in nvme_init_pci()
Klaus Jensen
2023-01-11
hw/nvme: clean up confusing use of errp/local_err
Klaus Jensen
2023-01-09
hw/nvme: fix missing cq eventidx update
Klaus Jensen
2023-01-09
hw/nvme: fix missing endian conversions for doorbell buffers
Klaus Jensen
2023-01-09
hw/nvme: rename shadow doorbell related trace events
Klaus Jensen
2023-01-09
hw/nvme: use QOM accessors
Klaus Jensen
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2022-12-14
Drop more useless casts from void * to pointer
Markus Armbruster
2022-12-01
hw/nvme: remove copy bh scheduling
Klaus Jensen
2022-12-01
hw/nvme: fix aio cancel in dsm
Klaus Jensen
2022-12-01
hw/nvme: fix aio cancel in zone reset
Klaus Jensen
2022-12-01
hw/nvme: fix aio cancel in flush
Klaus Jensen
2022-12-01
hw/nvme: fix aio cancel in format
Klaus Jensen
2022-11-07
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2022-11-07
msix: Assert that specified vector is in range
Akihiko Odaki
[next]