index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
block
/
nvme.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/block: Let the NVMe emulated device be target-agnostic
Philippe Mathieu-Daudé
2020-06-05
1
-4
/
+2
*
Drop more @errp parameters after previous commit
Markus Armbruster
2020-05-15
1
-1
/
+1
*
nvme: introduce PMR support from NVMe 1.4 spec
Andrzej Jakowski
2020-04-30
1
-0
/
+109
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
nvme: do not advertise support for unsupported arbitration mechanism
Klaus Birkelund Jensen
2019-06-24
1
-1
/
+0
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
nvme: add Get/Set Feature Timestamp support
Kenneth Heitke
2019-06-04
1
-2
/
+104
*
nvme: fix copy direction in DMA reads going to CMB
Klaus Birkelund Jensen
2019-05-20
1
-1
/
+1
*
nvme: fix write zeroes offset and count
Keith Busch
2019-03-12
1
-3
/
+3
*
nvme: use pci_dev directly in nvme_realize
Li Qiang
2019-01-31
1
-4
/
+4
*
nvme: ensure the num_queues is not zero
Li Qiang
2019-01-31
1
-0
/
+5
*
nvme: use TYPE_NVME instead of constant string
Li Qiang
2019-01-31
1
-1
/
+1
*
nvme: Fix spurious interrupts
Keith Busch
2018-11-27
1
-1
/
+3
*
nvme: fix bug with PCI IRQ pins on teardown
Logan Gunthorpe
2018-11-22
1
-0
/
+1
*
nvme: fix CMB endianness confusion
Paolo Bonzini
2018-11-22
1
-5
/
+2
*
Revert "nvme: fix oob access issue(CVE-2018-16847)"
Kevin Wolf
2018-11-22
1
-7
/
+0
*
nvme: fix out-of-bounds access to the CMB
Paolo Bonzini
2018-11-22
1
-1
/
+1
*
nvme: call blk_drain in NVMe reset code to avoid lockups
Igor Druzhinin
2018-11-22
1
-0
/
+2
*
nvme: fix oob access issue(CVE-2018-16847)
Li Qiang
2018-11-19
1
-0
/
+7
*
nvme: free cmbuf in nvme_exit
Li Qiang
2018-11-12
1
-0
/
+3
*
nvme: don't unref ctrl_mem when device unrealized
Li Qiang
2018-11-12
1
-3
/
+0
*
block: Remove deprecated -drive option serial
Kevin Wolf
2018-08-15
1
-1
/
+0
*
Revert "block: Remove deprecated -drive option serial"
Cornelia Huck
2018-07-10
1
-0
/
+1
*
hw/block: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
1
-1
/
+2
*
hw/block/nvme: add optional parameter num_queues for nvme device
Weiping Zhang
2018-06-29
1
-2
/
+3
*
block: Remove deprecated -drive option serial
Kevin Wolf
2018-06-15
1
-1
/
+0
*
hw/block/nvme: Include "qemu/cutils.h" directly in the source file
Philippe Mathieu-Daudé
2018-06-01
1
-0
/
+1
*
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
2018-02-08
1
-1
/
+0
*
hw/block: Fix pin-based interrupt behaviour of NVMe
Hikaru Nishida
2018-01-23
1
-5
/
+34
*
nvme: Add tracing
Doug Gale
2017-12-22
1
-52
/
+297
*
hw/block: Use errp directly rather than local_err
Mao Zhongyi
2017-12-19
1
-5
/
+2
*
hw/block/nvme: Convert to realize
Mao Zhongyi
2017-12-19
1
-8
/
+10
*
pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices
Eduardo Habkost
2017-10-15
1
-0
/
+4
*
nvme: Fix get/set number of queues feature, again
Dan Aloni
2017-08-29
1
-2
/
+2
*
nvme: Add support for Read Data and Write Data in CMBs.
Stephen Bates
2017-06-26
1
-26
/
+57
*
nvme: Add support for Controller Memory Buffers
Stephen Bates
2017-05-26
1
-4
/
+71
*
nvme: Implement Write Zeroes
Christoph Hellwig
2017-05-11
1
-0
/
+26
*
hw/block: Request permissions
Kevin Wolf
2017-02-28
1
-1
/
+7
*
pci: Convert msix_init() to Error and fix callers
Cao jin
2017-02-01
1
-1
/
+1
*
hw/block/nvme: Simplify if-statements a little bit
Thomas Huth
2016-10-28
1
-2
/
+2
*
dma-helpers: explicitly pass alignment into DMA helpers
Mark Cave-Ayland
2016-10-27
1
-2
/
+4
*
nvme: bump PCI revision
Christoph Hellwig
2016-08-05
1
-1
/
+1
*
nvme: fix identify to be NVMe 1.1 compliant
Christoph Hellwig
2016-08-05
1
-7
/
+52
*
block/qdev: Allow configuring WCE with qdev properties
Kevin Wolf
2016-07-13
1
-0
/
+1
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
1
-4
/
+4
*
dma-helpers: change interface to byte-based
Paolo Bonzini
2016-05-25
1
-3
/
+3
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
[next]