Age | Commit message (Expand) | Author |
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é |
2019-07-02 | hw/block/pflash_cfi02: Add an enum to define the write cycles | Philippe Mathieu-Daudé |
2019-07-02 | hw/block/pflash_cfi02: Fix debug format string | Philippe Mathieu-Daudé |
2019-07-02 | hw/block/pflash: Simplify trace_pflash_data_read/write() | Philippe Mathieu-Daudé |
2019-07-02 | hw/block/pflash: Simplify trace_pflash_io_read/write() | Philippe Mathieu-Daudé |
2019-07-01 | Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190624' into st... | Peter Maydell |
2019-06-24 | nvme: do not advertise support for unsupported arbitration mechanism | Klaus Birkelund Jensen |
2019-06-24 | xen: Import other xen/io/*.h | Anthony PERARD |
2019-06-24 | xen-bus / xen-block: add support for event channel polling | Paul Durrant |
2019-06-24 | xen-bus: allow AioContext to be specified for each event channel | Paul Durrant |
2019-06-24 | xen-block: support feature-large-sector-size | Paul Durrant |
2019-06-14 | hw/block/fdc: floppy command FIFO memory initialization | Andrey Shinkevich |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-06-04 | block: Add BlockBackend.ctx | Kevin Wolf |
2019-06-04 | block: Add Error to blk_set_aio_context() | Kevin Wolf |
2019-06-04 | nvme: add Get/Set Feature Timestamp support | Kenneth Heitke |
2019-05-20 | vhost-user-blk: Add support to reconnect backend | Xie Yongji |
2019-05-20 | vhost-user-blk: Add return value for vhost_user_blk_start() | Xie Yongji |
2019-05-20 | vhost-user-blk: Only start vhost-user backend with the first kick | Xie Yongji |
2019-05-20 | vhost-user-blk: Use started flag in vhost_user_blk_set_status() | Xie Yongji |
2019-05-20 | nvme: fix copy direction in DMA reads going to CMB | Klaus Birkelund Jensen |
2019-05-07 | pflash_cfi01: New pflash_cfi01_legacy_drive() | Markus Armbruster |
2019-04-04 | xen-block: scale sector based quantities correctly | Paul Durrant |
2019-04-04 | xen-block: only advertize discard to the frontend when it is enabled... | Paul Durrant |
2019-03-26 | Merge remote-tracking branch 'remotes/armbru/tags/pull-pflash-2019-03-26' int... | Peter Maydell |
2019-03-26 | pflash: Bury disabled code to limit device sizes | Alex Bennée |
2019-03-26 | pflash: Require backend size to match device, improve errors | Markus Armbruster |
2019-03-26 | xen-block: Replace qdict_put_obj() by qdict_put() where appropriate | Markus Armbruster |
2019-03-22 | trace-events: Fix attribution of trace points to source | Markus Armbruster |
2019-03-22 | trace-events: Delete unused trace points | Markus Armbruster |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster |
2019-03-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2019-03-12 | vhost-user-blk: Add support to get/set inflight buffer | Xie Yongji |
2019-03-12 | vhost-user: simplify vhost_user_init/vhost_user_cleanup | Marc-André Lureau |