Age | Commit message (Expand) | Author |
2021-07-09 | hw/virtio: Document *_should_notify() are called within rcu_read_lock() | Philippe Mathieu-Daudé |
2021-07-02 | virtio: Clarify MR transaction optimization | Greg Kurz |
2021-05-26 | cpu: Introduce cpu_virtio_is_big_endian() | Philippe Mathieu-Daudé |
2021-05-16 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2021-05-14 | hw/virtio: Pass virtio_feature_get_config_size() a const argument | Philippe Mathieu-Daudé |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé |
2021-02-05 | virtio: Add corresponding memory_listener_unregister to unrealize | Eugenio Pérez |
2020-12-19 | migration: Replace migration's JSON writer by the general one | Markus Armbruster |
2020-12-08 | virtio: reset device on bad guest index in virtio_load() | John Levon |
2020-10-30 | virtio: skip guest index check on device load | Felipe Franciosi |
2020-09-29 | virtio: update MemoryRegionCaches when guest set bad features | Li Qiang |
2020-09-29 | virtio: skip legacy support check on machine types less than 5.1 | Stefano Garzarella |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-07-27 | virtio-pci: fix virtio_pci_queue_enabled() | Laurent Vivier |
2020-07-22 | virtio: list legacy-capable devices | Cornelia Huck |
2020-07-03 | virtio-bus: introduce queue_enabled method | Jason Wang |
2020-06-15 | qom: Less verbose object_initialize_child() | Markus Armbruster |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé |
2020-02-27 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2020-02-27 | virtio: gracefully handle invalid region caches | Stefan Hajnoczi |
2020-02-20 | hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argument | Philippe Mathieu-Daudé |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-06 | virtio: reset region cache when on queue deletion | Yuri Benditovich |
2020-01-05 | virtio: don't enable notifications during polling | Stefan Hajnoczi |
2020-01-05 | virtio-pci: disable vring processing when bus-mastering is disabled | Michael Roth |
2020-01-05 | virtio: make virtio_delete_queue idempotent | Michael S. Tsirkin |
2020-01-05 | virtio: add ability to delete vq through a pointer | Michael S. Tsirkin |
2019-11-06 | virtio: notify virtqueue via host notifier when available | Stefan Hajnoczi |
2019-10-29 | virtio: Use auto rcu_read macros | Dr. David Alan Gilbert |
2019-10-29 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2019-10-29 | virtio: new post_load hook | Michael S. Tsirkin |
2019-10-25 | virtio: drop unused virtio_device_stop_ioeventfd() function | Stefan Hajnoczi |
2019-10-25 | virtio: event suppression support for packed ring | Jason Wang |
2019-10-25 | virtio: basic packed virtqueue support | Jason Wang |
2019-10-25 | virtio: device/driver area size calculation refactor for split ring | Wei Xu |
2019-10-25 | virtio: basic structure for packed ring | Wei Xu |
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 migration/qemu-file-types.h a lot less | Markus Armbruster |
2019-07-08 | virtio-scsi: restart DMA after iothread | Stefan Hajnoczi |
2019-07-04 | virtio: Don't change "started" flag on virtio_vmstate_change() | Xie Yongji |
2019-07-04 | virtio: Make sure we get correct state of device on handle_aio_output() | Xie Yongji |
2019-07-04 | virtio: Set "start_on_kick" on virtio_set_features() | Xie Yongji |
2019-07-04 | virtio: Set "start_on_kick" for legacy devices | Xie Yongji |
2019-07-04 | virtio: add "use-started" property | Xie Yongji |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |