summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
2016-04-15Fix pflash migrationDr. David Alan Gilbert1-2/+16
2016-04-07virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...Paolo Bonzini1-4/+3
2016-04-07virtio-blk: use aio handler for data planeMichael S. Tsirkin2-10/+30
2016-04-07virtio-blk: fix disabled modePaolo Bonzini2-5/+4
2016-03-30block: m25p80: at25128a/at25256a modelsMarcin Krzeminski1-2/+13
2016-03-30block: m25p80: n25q256a/n25q512a modelsMarcin Krzeminski1-1/+2
2016-03-30block: m25p80: Implemented FSR registerMarcin Krzeminski1-0/+15
2016-03-30block: m25p80: Fast read and 4bytes commandsMarcin Krzeminski1-4/+46
2016-03-30block: m25p80: Dummy cycles for N25Q256/512Marcin Krzeminski1-3/+11
2016-03-30block: m25p80: Add configuration registersMarcin Krzeminski1-0/+128
2016-03-30block: m25p80: 4byte address modeMarcin Krzeminski1-10/+33
2016-03-30block: m25p80: Extend address modeMarcin Krzeminski1-0/+27
2016-03-30block: m25p80: Widen flags variableMarcin Krzeminski1-1/+1
2016-03-30block: m25p80: RESET_ENABLE and RESET_MEMORY commandsMarcin Krzeminski1-1/+40
2016-03-30block: m25p80: Removed unused variableMarcin Krzeminski1-2/+0
2016-03-30xen_disk: Call blk_set_enable_write_cache() explicitlyKevin Wolf1-1/+4
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2-6/+6
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster10-0/+10
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz1-1/+1
2016-03-11fdc: add function to determine drive chs limitsRoman Kagan1-0/+23
2016-02-25virtio-blk: do not use vring in dataplanePaolo Bonzini3-143/+19
2016-02-25virtio-blk: fix "disabled data plane" modePaolo Bonzini2-13/+10
2016-02-25vring: make vring_enable_notification return voidPaolo Bonzini1-1/+2
2016-02-16hw/block/nand.c: Include osdep.h firstPeter Maydell1-2/+3
2016-02-10fdc: always compile-check debug printsJohn Snow1-7/+8
2016-02-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-21/+13
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini1-7/+3
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2-15/+11
2016-02-03fdc: use IsaDma interface instead of global DMA_* functionsHervé Poussineau1-17/+46
2016-02-03sparc: disable floppy DMAHervé Poussineau1-0/+2
2016-02-03fdc: fix detection under LinuxJohn Snow1-0/+16
2016-02-02virtio-blk: Functions for op blocker managementMax Reitz1-18/+59
2016-02-02Revert "hw/block/fdc: Implement tray status"Max Reitz1-16/+7
2016-02-02nvme: generate OpenFirmware device path in the "bootorder" fw_cfg fileLaszlo Ersek1-36/+4
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell1-18/+20
2016-01-25fdc: change auto fallback drive for ISA FDC to 288John Snow1-1/+1
2016-01-25fdc: rework pick_geometryJohn Snow1-20/+52
2016-01-25fdc: add physical disk sizesJohn Snow1-8/+32
2016-01-25fdc: add drive type optionJohn Snow1-3/+23
2016-01-25fdc: Add fallback optionJohn Snow1-2/+23
2016-01-25fdc: add pick_driveJohn Snow1-10/+46
2016-01-25fdc: Throw an assertion on misconfigured fd_formats tableJohn Snow1-1/+3
2016-01-25fdc: add disk fieldJohn Snow1-0/+3
2016-01-25fdc: add drive type qapi enumJohn Snow1-40/+40
2016-01-25fdc: reduce number of pick_geometry argumentsJohn Snow1-30/+20
2016-01-25fdc: move pick_geometryJohn Snow1-45/+45
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis1-1/+1
2016-01-21m25p80.c: Add sst25wf080 SPI flash deviceAlistair Francis1-0/+1
2016-01-20block: Clean up includesPeter Maydell14-11/+14