Age | Commit message (Expand) | Author |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2022-01-28 | Remove unnecessary minimum_version_id_old fields | Peter Maydell |
2022-01-12 | virtio: unify dataplane and non-dataplane ->handle_output() | Stefan Hajnoczi |
2022-01-12 | virtio: use ->handle_output() instead of ->handle_aio_output() | Stefan Hajnoczi |
2022-01-12 | virtio: get rid of VirtIOHandleAIOOutput | Stefan Hajnoczi |
2022-01-12 | aio-posix: split poll check from ready handler | Stefan Hajnoczi |
2022-01-10 | Revert "virtio: add support for configure interrupt" | Michael S. Tsirkin |
2022-01-07 | virtio: signal after wrapping packed used_idx | Stefan Hajnoczi |
2022-01-06 | virtio: add support for configure interrupt | Cindy Lu |
2021-12-30 | dma: Let dma_memory_map() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-11-15 | virtio: use virtio accessor to access packed event | Jason Wang |
2021-11-15 | virtio: use virtio accessor to access packed descriptor flags | Jason Wang |
2021-10-05 | hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to callees | Philippe Mathieu-Daudé |
2021-10-05 | hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all() | Philippe Mathieu-Daudé |
2021-09-30 | memory: Name all the memory listeners | Peter Xu |
2021-09-04 | hw/virtio: Remove NULL check in virtio_free_region_cache() | Philippe Mathieu-Daudé |
2021-09-04 | hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCU | Philippe Mathieu-Daudé |
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 |