summaryrefslogtreecommitdiffstats
path: root/hw/block
Commit message (Expand)AuthorAgeFilesLines
* xen-block: treat XenbusStateUnknown the same as XenbusStateClosedPaul Durrant2019-09-241-0/+1
* vhost-user-blk: prevent using uninitialized vqsRaphael Norwitz2019-09-161-1/+1
* virtio-blk: Cancel the pending BH when the dataplane is resetPhilippe Mathieu-Daudé2019-09-031-0/+3
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-08-161-6/+1Star
|\
| * block: Remove blk_pread_unthrottled()Kevin Wolf2019-08-161-6/+1Star
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-163-1/+3
* | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-162-0/+2
* | Include hw/qdev-properties.h lessMarkus Armbruster2019-08-1610-1/+10
* | Include qemu/main-loop.h lessMarkus Armbruster2019-08-164-0/+4
* | Include hw/hw.h exactly where neededMarkus Armbruster2019-08-169-9/+0Star
* | Include migration/vmstate.h lessMarkus Armbruster2019-08-168-0/+8
* | Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* | Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-161-0/+1
|/
* fdc: Fix inserting read-only media in empty driveKevin Wolf2019-07-301-3/+8
* hw/block/pflash_cfi02: Rewrite a fall through commentPhilippe Mathieu-Daudé2019-07-231-1/+1
* hw/block/pflash_cfi01: Add missing DeviceReset() handlerPhilippe Mathieu-Daudé2019-07-231-0/+19
* hw/block/pflash_cfi01: Start state machine as READY to accept commandsPhilippe Mathieu-Daudé2019-07-161-1/+1
* hw/block/pflash_cfi02: Explicit switch fallthrough for ERASE commandsPhilippe Mathieu-Daudé2019-07-161-0/+1
* Revert "hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit"Philippe Mathieu-Daudé2019-07-091-1/+4
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-07-051-2/+2
|\
| * virtio: add "use-started" propertyXie Yongji2019-07-041-2/+2
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell2019-07-031-1/+1
|\ \
| * | qapi: Split qom.json and qdev.json off misc.jsonMarkus Armbruster2019-07-021-1/+1
* | | hw/block/pflash_cfi02: Reduce I/O accesses to 16-bitPhilippe Mathieu-Daudé2019-07-021-4/+1Star
* | | hw/block/pflash_cfi02: Document commandsPhilippe Mathieu-Daudé2019-07-021-21/+19Star
* | | hw/block/pflash_cfi02: Use chip erase time specified in the CFI tableStephen Checkoway2019-07-021-2/+2
* | | hw/block/pflash_cfi02: Implement erase suspend/resumeStephen Checkoway2019-07-021-14/+140
* | | hw/block/pflash_cfi02: Implement multi-sector eraseStephen Checkoway2019-07-021-18/+76
* | | hw/block/pflash_cfi02: Fix reset command not ignored during eraseStephen Checkoway2019-07-021-1/+2
* | | hw/block/pflash_cfi02: Fix CFI in autoselect modeStephen Checkoway2019-07-021-4/+18
* | | hw/block/pflash_cfi02: Split if() conditionPhilippe Mathieu-Daudé2019-07-021-2/+4
* | | hw/block/pflash_cfi02: Extract pflash_regions_count()Philippe Mathieu-Daudé2019-07-021-2/+6
* | | hw/block/pflash_cfi02: Implement nonuniform sector sizesStephen Checkoway2019-07-021-27/+114
* | | hw/block/pflash_cfi02: Document 'Page Mode' operations are not supportedPhilippe Mathieu-Daudé2019-07-021-1/+3
* | | hw/block/pflash_cfi02: Hold the PRI table offset in a variablePhilippe Mathieu-Daudé2019-07-021-14/+17
* | | hw/block/pflash_cfi02: Document the current CFI valuesPhilippe Mathieu-Daudé2019-07-021-1/+10
* | | hw/block/pflash_cfi02: Remove pointless local variablePhilippe Mathieu-Daudé2019-07-021-8/+6Star
* | | hw/block/pflash_cfi02: Fix command address comparisonStephen Checkoway2019-07-021-1/+7
* | | hw/block/pflash_cfi02: Unify the MemoryRegionOpsPhilippe Mathieu-Daudé2019-07-021-45/+15Star
* | | hw/block/pflash_cfi02: Extract the pflash_data_read() functionPhilippe Mathieu-Daudé2019-07-021-10/+14
* | | hw/block/pflash_cfi02: Use the ldst API in pflash_read()Philippe Mathieu-Daudé2019-07-021-27/+5Star
* | | hw/block/pflash_cfi02: Use the ldst API in pflash_write()Philippe Mathieu-Daudé2019-07-021-30/+8Star
* | | hw/block/pflash_cfi02: Simplify a statement using fall throughPhilippe Mathieu-Daudé2019-07-021-3/+3
* | | hw/block/pflash_cfi02: Add helpers to manipulate the status bitsPhilippe Mathieu-Daudé2019-07-021-6/+34
* | | hw/block/pflash_cfi02: Add an enum to define the write cyclesPhilippe Mathieu-Daudé2019-07-021-2/+8
* | | hw/block/pflash_cfi02: Fix debug format stringPhilippe Mathieu-Daudé2019-07-021-12/+6Star
* | | hw/block/pflash: Simplify trace_pflash_data_read/write()Philippe Mathieu-Daudé2019-07-023-12/+6Star
* | | hw/block/pflash: Simplify trace_pflash_io_read/write()Philippe Mathieu-Daudé2019-07-023-8/+7Star
|/ /
* | Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190624' into st...Peter Maydell2019-07-014-38/+52
|\ \ | |/ |/|
| * xen: Import other xen/io/*.hAnthony PERARD2019-06-241-3/+2Star