Age | Commit message (Expand) | Author |
2022-07-14 | hw: m25p80: Add Block Protect and Top Bottom bits for write protect | Iris Chen |
2022-07-12 | block: Change blk_{pread,pwrite}() param order | Alberto Faria |
2022-07-12 | block: Add a 'flags' param to blk_pread() | Alberto Faria |
2022-07-12 | block: Make blk_{pread,pwrite}() return 0 on success | Alberto Faria |
2022-06-30 | hw: m25p80: add WP# pin and SRWD bit for write protection | Iris Chen |
2022-06-24 | block: get rid of blk->guest_block_size | Stefan Hajnoczi |
2022-06-11 | hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMA | Peter Maydell |
2022-06-09 | hw/vhost-user-scsi|blk: set `supports_config` flag correctly | Changpeng Liu |
2022-06-09 | acpi: fdc-isa: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build... | Igor Mammedov |
2022-05-25 | hw: m25p80: allow write_enable latch get/set | Iris Chen |
2022-05-16 | virtio: add vhost support for virtio devices | Jonah Palmer |
2022-05-16 | virtio: drop name parameter for virtio_init() | Jonah Palmer |
2022-05-12 | hw/block/fdc: Prevent end-of-track overrun (CVE-2021-3507) | Philippe Mathieu-Daudé |
2022-05-12 | coroutine: Rename qemu_coroutine_inc/dec_pool_size() | Kevin Wolf |
2022-03-09 | Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20220308' int... | Peter Maydell |
2022-03-09 | Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into staging | Peter Maydell |
2022-03-08 | hw/isa: Inline and remove one-line isa_init_irq() | Bernhard Beschow |
2022-03-08 | hw/block: m25p80: Add support for w25q01jvq | Patrick Williams |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell |
2022-03-04 | block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o... | Emanuele Giuseppe Esposito |
2022-02-15 | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell |
2022-02-14 | util: adjust coroutine pool size to virtio block queue | Hiroki Narukawa |
2022-02-11 | hw/block/fdc-isa: Respect QOM properties when building AML | Bernhard Beschow |
2022-01-28 | hw/block/m25p80: Add support for Micron Xccela flash mt35xu01g | Francisco Iglesias |
2022-01-14 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2022-01-14 | block: drop BLK_PERM_GRAPH_MOD | Vladimir Sementsov-Ogievskiy |
2022-01-12 | virtio: unify dataplane and non-dataplane ->handle_output() | Stefan Hajnoczi |
2022-01-12 | virtio-blk: drop unused virtio_blk_handle_vq() return value | Stefan Hajnoczi |
2022-01-12 | virtio: get rid of VirtIOHandleAIOOutput | Stefan Hajnoczi |
2022-01-07 | hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk device | Andy Pei |
2022-01-07 | vhost-user-blk: propagate error return from generic vhost | Roman Kagan |
2022-01-07 | vhost-user-blk: reconnect on any error during realize | Roman Kagan |
2021-12-06 | virtio-blk: Fix clean up of host notifiers for single MR transaction. | Mark Mielke |
2021-12-02 | hw/block/fdc: Kludge missing floppy drive to fix CVE-2021-20196 | Philippe Mathieu-Daudé |
2021-12-02 | hw/block/fdc: Extract blk_create_empty_drive() | Philippe Mathieu-Daudé |
2021-09-30 | qbus: Rename qbus_create_inplace() to qbus_init() | Peter Maydell |
2021-07-09 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2021-07-06 | block: Add backend_defaults property | Akihiko Odaki |
2021-07-02 | virtio: Clarify MR transaction optimization | Greg Kurz |
2021-06-30 | vhost-user-blk: Implement reconnection during realize | Kevin Wolf |
2021-06-30 | vhost-user-blk: Factor out vhost_user_blk_realize_connect() | Kevin Wolf |
2021-06-30 | vhost: Distinguish errors in vhost_dev_get_config() | Kevin Wolf |
2021-06-30 | vhost-user-blk: Add Error parameter to vhost_user_blk_start() | Kevin Wolf |
2021-06-30 | vhost: Add Error parameter to vhost_dev_init() | Kevin Wolf |
2021-06-25 | hw/block/fdc: Add description to floppy controllers | Philippe Mathieu-Daudé |
2021-06-25 | hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c | Philippe Mathieu-Daudé |
2021-06-25 | hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c | Philippe Mathieu-Daudé |
2021-06-25 | hw/block/fdc: Declare shared prototypes in fdc-internal.h | Philippe Mathieu-Daudé |
2021-06-25 | hw/block/fdc: Replace disabled fprintf() by trace event | Philippe Mathieu-Daudé |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |