Age | Commit message (Expand) | Author |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-10 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2020-01-08 | chardev: Use QEMUChrEvent enum in IOEventHandler typedef | Philippe Mathieu-Daudé |
2020-01-07 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2020-01-07 | vhost-user-blk: Explicit we ignore few QEMUChrEvent in IOEventHandler | Philippe Mathieu-Daudé |
2020-01-06 | virtio: make seg_max virtqueue size dependent | Denis Plotnikov |
2020-01-06 | vmstate: replace DeviceState with VMStateIf | Marc-André Lureau |
2020-01-05 | virtio: don't enable notifications during polling | Stefan Hajnoczi |
2019-12-19 | virtio-blk: fix out-of-bounds access to bitmap in notify_guest_bh | Li Hangjing |
2019-12-13 | virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised | Evgeny Yakovlev |
2019-11-19 | hw/block/pflash: Remove dynamic field width from trace events | Philippe Mathieu-Daudé |
2019-10-31 | bootdevice: Gather LCHS from all relevant devices | Sam Eiderman |
2019-10-29 | Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i... | Peter Maydell |
2019-10-28 | hw/m68k: add a dummy SWIM floppy controller | Laurent Vivier |
2019-10-28 | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in... | Peter Maydell |
2019-10-28 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2019-10-28 | include: Move endof() up from hw/virtio/virtio.h | Max Reitz |
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 |