summaryrefslogtreecommitdiffstats
path: root/hw/block
Commit message (Expand)AuthorAgeFilesLines
* m25p80: Switch to byte-based block accessEric Blake2016-05-121-16/+7Star
* pflash: Switch to byte-based block accessEric Blake2016-05-122-12/+12
* onenand: Switch to byte-based block accessEric Blake2016-05-121-14/+27
* nand: Switch to byte-based block accessEric Blake2016-05-121-13/+23
* fdc: Switch to byte-based block accessEric Blake2016-05-121-8/+17
* xen_disk: Switch to byte-based aio block accessEric Blake2016-05-121-6/+4Star
* virtio: Switch to byte-based aio block accessEric Blake2016-05-121-10/+8Star
* block: Switch blk_read_unthrottled() to byte interfaceEric Blake2016-05-121-1/+1
* Fix pflash migrationDr. David Alan Gilbert2016-04-151-2/+16
* virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...Paolo Bonzini2016-04-071-4/+3Star
* virtio-blk: use aio handler for data planeMichael S. Tsirkin2016-04-072-10/+30
* virtio-blk: fix disabled modePaolo Bonzini2016-04-072-5/+4Star
* block: m25p80: at25128a/at25256a modelsMarcin Krzeminski2016-03-301-2/+13
* block: m25p80: n25q256a/n25q512a modelsMarcin Krzeminski2016-03-301-1/+2
* block: m25p80: Implemented FSR registerMarcin Krzeminski2016-03-301-0/+15
* block: m25p80: Fast read and 4bytes commandsMarcin Krzeminski2016-03-301-4/+46
* block: m25p80: Dummy cycles for N25Q256/512Marcin Krzeminski2016-03-301-3/+11
* block: m25p80: Add configuration registersMarcin Krzeminski2016-03-301-0/+128
* block: m25p80: 4byte address modeMarcin Krzeminski2016-03-301-10/+33
* block: m25p80: Extend address modeMarcin Krzeminski2016-03-301-0/+27
* block: m25p80: Widen flags variableMarcin Krzeminski2016-03-301-1/+1
* block: m25p80: RESET_ENABLE and RESET_MEMORY commandsMarcin Krzeminski2016-03-301-1/+40
* block: m25p80: Removed unused variableMarcin Krzeminski2016-03-301-2/+0Star
* xen_disk: Call blk_set_enable_write_cache() explicitlyKevin Wolf2016-03-301-1/+4
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-222-6/+6
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-2210-0/+10
* blockdev: Split monitor reference from BB creationMax Reitz2016-03-171-1/+1
* fdc: add function to determine drive chs limitsRoman Kagan2016-03-111-0/+23
* virtio-blk: do not use vring in dataplanePaolo Bonzini2016-02-253-143/+19Star
* virtio-blk: fix "disabled data plane" modePaolo Bonzini2016-02-252-13/+10Star
* vring: make vring_enable_notification return voidPaolo Bonzini2016-02-251-1/+2
* hw/block/nand.c: Include osdep.h firstPeter Maydell2016-02-161-2/+3
* fdc: always compile-check debug printsJohn Snow2016-02-101-7/+8
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-02-082-21/+13Star
|\
| * virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini2016-02-061-7/+3Star
| * virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-062-15/+11Star
* | fdc: use IsaDma interface instead of global DMA_* functionsHervé Poussineau2016-02-031-17/+46
* | sparc: disable floppy DMAHervé Poussineau2016-02-031-0/+2
* | fdc: fix detection under LinuxJohn Snow2016-02-031-0/+16
|/
* virtio-blk: Functions for op blocker managementMax Reitz2016-02-021-18/+59
* Revert "hw/block/fdc: Implement tray status"Max Reitz2016-02-021-16/+7Star
* nvme: generate OpenFirmware device path in the "bootorder" fw_cfg fileLaszlo Ersek2016-02-021-36/+4Star
* xen: Switch to libxengnttab interface for compat shims.Ian Campbell2016-01-261-18/+20
* fdc: change auto fallback drive for ISA FDC to 288John Snow2016-01-251-1/+1
* fdc: rework pick_geometryJohn Snow2016-01-251-20/+52
* fdc: add physical disk sizesJohn Snow2016-01-251-8/+32
* fdc: add drive type optionJohn Snow2016-01-251-3/+23
* fdc: Add fallback optionJohn Snow2016-01-251-2/+23
* fdc: add pick_driveJohn Snow2016-01-251-10/+46