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