Age | Commit message (Expand) | Author |
2019-10-28 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2019-10-25 | virtio-blk: Add blk_drain() to virtio_blk_device_unrealize() | Julia Suvorova |
2019-10-25 | virtio: basic packed virtqueue support | Jason Wang |
2019-10-25 | virtio: Free blk virqueues at unrealize() | Eugenio Pérez |
2019-10-15 | m25p80: Add support for w25q512jv | Cédric Le Goater |
2019-10-08 | virtio-blk: schedule virtio_notify_config to run on main context | Sergio Lopez |
2019-09-24 | xen-block: treat XenbusStateUnknown the same as XenbusStateClosed | Paul Durrant |
2019-09-16 | vhost-user-blk: prevent using uninitialized vqs | Raphael Norwitz |
2019-09-03 | virtio-blk: Cancel the pending BH when the dataplane is reset | Philippe Mathieu-Daudé |
2019-08-16 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-08-16 | Include migration/qemu-file-types.h a lot less | Markus Armbruster |
2019-08-16 | block: Remove blk_pread_unthrottled() | Kevin Wolf |
2019-07-30 | fdc: Fix inserting read-only media in empty drive | Kevin Wolf |
2019-07-23 | hw/block/pflash_cfi02: Rewrite a fall through comment | Philippe Mathieu-Daudé |
2019-07-23 | hw/block/pflash_cfi01: Add missing DeviceReset() handler | Philippe Mathieu-Daudé |
2019-07-16 | hw/block/pflash_cfi01: Start state machine as READY to accept commands | Philippe Mathieu-Daudé |
2019-07-16 | hw/block/pflash_cfi02: Explicit switch fallthrough for ERASE commands | Philippe Mathieu-Daudé |
2019-07-09 | Revert "hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit" | Philippe Mathieu-Daudé |
2019-07-05 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2019-07-04 | virtio: add "use-started" property | Xie Yongji |
2019-07-03 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'... | Peter Maydell |
2019-07-02 | qapi: Split qom.json and qdev.json off misc.json | Markus Armbruster |
2019-07-02 | hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit | Philippe Mathieu-Daudé |
2019-07-02 | hw/block/pflash_cfi02: Document commands | Philippe Mathieu-Daudé |
2019-07-02 | hw/block/pflash_cfi02: Use chip erase time specified in the CFI table | Stephen Checkoway |
2019-07-02 | hw/block/pflash_cfi02: Implement erase suspend/resume | Stephen Checkoway |
2019-07-02 | hw/block/pflash_cfi02: Implement multi-sector erase | Stephen Checkoway |
2019-07-02 | hw/block/pflash_cfi02: Fix reset command not ignored during erase | Stephen Checkoway |
2019-07-02 | hw/block/pflash_cfi02: Fix CFI in autoselect mode | Stephen Checkoway |
2019-07-02 | hw/block/pflash_cfi02: Split if() condition | Philippe Mathieu-Daudé |
2019-07-02 | hw/block/pflash_cfi02: Extract pflash_regions_count() | Philippe Mathieu-Daudé |
2019-07-02 | hw/block/pflash_cfi02: Implement nonuniform sector sizes | Stephen Checkoway |
2019-07-02 | hw/block/pflash_cfi02: Document 'Page Mode' operations are not supported | Philippe Mathieu-Daudé |
2019-07-02 | hw/block/pflash_cfi02: Hold the PRI table offset in a variable | Philippe Mathieu-Daudé |
2019-07-02 | hw/block/pflash_cfi02: Document the current CFI values | Philippe Mathieu-Daudé |
2019-07-02 | hw/block/pflash_cfi02: Remove pointless local variable | Philippe Mathieu-Daudé |
2019-07-02 | hw/block/pflash_cfi02: Fix command address comparison | Stephen Checkoway |
2019-07-02 | hw/block/pflash_cfi02: Unify the MemoryRegionOps | Philippe Mathieu-Daudé |
2019-07-02 | hw/block/pflash_cfi02: Extract the pflash_data_read() function | Philippe Mathieu-Daudé |
2019-07-02 | hw/block/pflash_cfi02: Use the ldst API in pflash_read() | Philippe Mathieu-Daudé |
2019-07-02 | hw/block/pflash_cfi02: Use the ldst API in pflash_write() | Philippe Mathieu-Daudé |
2019-07-02 | hw/block/pflash_cfi02: Simplify a statement using fall through | Philippe Mathieu-Daudé |
2019-07-02 | hw/block/pflash_cfi02: Add helpers to manipulate the status bits | Philippe Mathieu-Daudé |