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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
block
/
nvme.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-17
block: consolidate blocksize properties consistency checks
Roman Kagan
1
-1
/
+3
2020-06-17
hw/block/nvme: verify msix_init_exclusive_bar() return value
Klaus Jensen
1
-3
/
+10
2020-06-17
hw/block/nvme: add msix_qsize parameter
Klaus Jensen
1
-4
/
+13
2020-06-17
hw/block/nvme: Verify msix_vector_use() returned value
Philippe Mathieu-Daudé
1
-1
/
+4
2020-06-17
hw/block/nvme: factor out controller identify setup
Klaus Jensen
1
-23
/
+26
2020-06-17
hw/block/nvme: do cmb/pmr init as part of pci init
Klaus Jensen
1
-6
/
+6
2020-06-17
hw/block/nvme: factor out pmr setup
Klaus Jensen
1
-44
/
+51
2020-06-17
hw/block/nvme: factor out cmb setup
Klaus Jensen
1
-19
/
+24
2020-06-17
hw/block/nvme: factor out pci setup
Klaus Jensen
1
-12
/
+18
2020-06-17
hw/block/nvme: factor out namespace setup
Klaus Jensen
1
-20
/
+26
2020-06-17
hw/block/nvme: add namespace helpers
Klaus Jensen
1
-2
/
+1
2020-06-17
hw/block/nvme: factor out block backend setup
Klaus Jensen
1
-3
/
+10
2020-06-17
hw/block/nvme: factor out device state setup
Klaus Jensen
1
-9
/
+13
2020-06-17
hw/block/nvme: factor out property/constraint checks
Klaus Jensen
1
-18
/
+30
2020-06-17
hw/block/nvme: remove redundant cmbloc/cmbsz members
Klaus Jensen
1
-5
/
+2
2020-06-17
hw/block/nvme: add max_ioqpairs device parameter
Klaus Jensen
1
-20
/
+31
2020-06-17
hw/block/nvme: fix pin-based interrupt behavior
Klaus Jensen
1
-4
/
+8
2020-06-17
hw/block/nvme: refactor nvme_addr_read
Klaus Jensen
1
-4
/
+12
2020-06-17
hw/block/nvme: use constants in identify
Klaus Jensen
1
-4
/
+4
2020-06-17
hw/block/nvme: move device parameters to separate struct
Klaus Jensen
1
-23
/
+26
2020-06-17
hw/block/nvme: remove superfluous breaks
Klaus Jensen
1
-4
/
+0
2020-06-17
hw/block/nvme: rename trace events to pci_nvme
Klaus Jensen
1
-100
/
+98
2020-06-17
hw/block/nvme: fix pci doorbell size calculation
Klaus Jensen
1
-1
/
+6
2020-06-05
hw/block: Let the NVMe emulated device be target-agnostic
Philippe Mathieu-Daudé
1
-4
/
+2
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
1
-1
/
+1
2020-04-30
nvme: introduce PMR support from NVMe 1.4 spec
Andrzej Jakowski
1
-0
/
+109
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-24
nvme: do not advertise support for unsupported arbitration mechanism
Klaus Birkelund Jensen
1
-1
/
+0
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-06-04
nvme: add Get/Set Feature Timestamp support
Kenneth Heitke
1
-2
/
+104
2019-05-20
nvme: fix copy direction in DMA reads going to CMB
Klaus Birkelund Jensen
1
-1
/
+1
2019-03-12
nvme: fix write zeroes offset and count
Keith Busch
1
-3
/
+3
2019-01-31
nvme: use pci_dev directly in nvme_realize
Li Qiang
1
-4
/
+4
2019-01-31
nvme: ensure the num_queues is not zero
Li Qiang
1
-0
/
+5
2019-01-31
nvme: use TYPE_NVME instead of constant string
Li Qiang
1
-1
/
+1
2018-11-27
nvme: Fix spurious interrupts
Keith Busch
1
-1
/
+3
2018-11-22
nvme: fix bug with PCI IRQ pins on teardown
Logan Gunthorpe
1
-0
/
+1
2018-11-22
nvme: fix CMB endianness confusion
Paolo Bonzini
1
-5
/
+2
2018-11-22
Revert "nvme: fix oob access issue(CVE-2018-16847)"
Kevin Wolf
1
-7
/
+0
2018-11-22
nvme: fix out-of-bounds access to the CMB
Paolo Bonzini
1
-1
/
+1
2018-11-22
nvme: call blk_drain in NVMe reset code to avoid lockups
Igor Druzhinin
1
-0
/
+2
2018-11-19
nvme: fix oob access issue(CVE-2018-16847)
Li Qiang
1
-0
/
+7
2018-11-12
nvme: free cmbuf in nvme_exit
Li Qiang
1
-0
/
+3
2018-11-12
nvme: don't unref ctrl_mem when device unrealized
Li Qiang
1
-3
/
+0
2018-08-15
block: Remove deprecated -drive option serial
Kevin Wolf
1
-1
/
+0
2018-07-10
Revert "block: Remove deprecated -drive option serial"
Cornelia Huck
1
-0
/
+1
2018-07-02
hw/block: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-1
/
+2
[next]