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
*
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
*
nvme: generate OpenFirmware device path in the "bootorder" fw_cfg file
Laszlo Ersek
2016-02-02
1
-36
/
+4
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-0
/
+1
*
nvme: Account for failed and invalid operations
Alberto Garcia
2015-11-12
1
-3
/
+8
*
hw/block/nvme.c: Use pow2ceil() rather than hand-calculation
Peter Maydell
2015-09-07
1
-1
/
+1
*
nvme: properly report volatile write caches
Christoph Hellwig
2015-07-14
1
-5
/
+14
*
nvme: implement the Flush command
Christoph Hellwig
2015-07-14
1
-3
/
+16
*
nvme: Fix memleak in nvme_dma_read_prp
Lu Lina
2015-06-23
1
-0
/
+1
*
nvme: support NVME_VOLATILE_WRITE_CACHE feature
Christoph Hellwig
2015-05-22
1
-0
/
+3
*
Enable NVMe start controller for Windows guest.
Daniel Stekloff
2015-04-30
1
-0
/
+7
*
nvme: Fix unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)
Stefan Weil
2015-03-27
1
-1
/
+1
*
BlockConf: Call backend functions to detect geometry and blocksizes
Ekaterina Tumanova
2015-03-10
1
-0
/
+1
*
NVMe: Set correct VS Value for 1.1 Compliant Controllers
Anubhav Rakshit
2015-01-13
1
-1
/
+1
*
nvme: Fix get/set number of queues feature
Alex Friedman
2015-01-13
1
-2
/
+4
*
nvme: 64kB page size fixes
Anton Blanchard
2014-12-10
1
-0
/
+1
*
nvme: remove superfluous check
Gonglei
2014-11-17
1
-2
/
+1
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
1
-9
/
+10
*
nvma: ide: add bootindex to qom property
Gonglei
2014-10-15
1
-0
/
+44
*
block: Make the block accounting functions operate on BlockAcctStats
Benoît Canet
2014-09-10
1
-1
/
+1
*
block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
Benoît Canet
2014-09-10
1
-1
/
+1
*
block: Use g_new() & friends to avoid multiplying sizes
Markus Armbruster
2014-08-20
1
-4
/
+4
*
memory: remove memory_region_destroy
Paolo Bonzini
2014-08-18
1
-1
/
+0
*
nvme: Permit zero-length block devices
Andreas Färber
2014-03-31
1
-2
/
+2
*
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
2013-10-14
1
-1
/
+1
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-10
/
+10
*
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-29
1
-0
/
+1
*
hw/block: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
1
-1
/
+2
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-1
/
+1
*
dma: eliminate DMAContext
Paolo Bonzini
2013-06-20
1
-1
/
+1
*
NVMe: Initial commit for new storage interface
Keith Busch
2013-06-17
1
-0
/
+885