summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: add vhost support for virtio devicesJonah Palmer2022-05-161-0/+1
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-3/+52
* virtio-scsi: don't waste CPU polling the event virtqueueStefan Hajnoczi2022-05-091-0/+13
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-1/+1
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-3/+2Star
* Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-281-1/+0Star
* virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi2022-01-121-17/+17
* virtio: use ->handle_output() instead of ->handle_aio_output()Stefan Hajnoczi2022-01-121-30/+3Star
* virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi2022-01-121-8/+4Star
* aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-121-6/+10
* Revert "virtio: add support for configure interrupt"Michael S. Tsirkin2022-01-101-29/+0Star
* virtio: signal after wrapping packed used_idxStefan Hajnoczi2022-01-081-0/+1
* virtio: add support for configure interruptCindy Lu2022-01-061-0/+29
* dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-2/+4
* virtio: use virtio accessor to access packed eventJason Wang2021-11-151-9/+4Star
* virtio: use virtio accessor to access packed descriptor flagsJason Wang2021-11-151-7/+4Star
* hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to calleesPhilippe Mathieu-Daudé2021-10-051-17/+12Star
* hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all()Philippe Mathieu-Daudé2021-10-051-0/+2
* memory: Name all the memory listenersPeter Xu2021-09-301-0/+1
* hw/virtio: Remove NULL check in virtio_free_region_cache()Philippe Mathieu-Daudé2021-09-041-4/+2Star
* hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCUPhilippe Mathieu-Daudé2021-09-041-0/+1
* hw/virtio: Document *_should_notify() are called within rcu_read_lock()Philippe Mathieu-Daudé2021-07-091-0/+2
* virtio: Clarify MR transaction optimizationGreg Kurz2021-07-021-0/+16
* cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé2021-05-271-3/+1Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-05-161-1/+1
|\
| * hw/virtio: Pass virtio_feature_get_config_size() a const argumentPhilippe Mathieu-Daudé2021-05-141-1/+1
* | Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
|/
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* virtio: Add corresponding memory_listener_unregister to unrealizeEugenio Pérez2021-02-051-1/+1
* migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-2/+2
* virtio: reset device on bad guest index in virtio_load()John Levon2020-12-081-6/+9
* virtio: skip guest index check on device loadFelipe Franciosi2020-10-301-6/+7
* virtio: update MemoryRegionCaches when guest set bad featuresLi Qiang2020-09-291-9/+8Star
* virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella2020-09-291-0/+7
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-8/+8
* virtio-pci: fix virtio_pci_queue_enabled()Laurent Vivier2020-07-271-1/+6
* virtio: list legacy-capable devicesCornelia Huck2020-07-221-0/+25
* virtio-bus: introduce queue_enabled methodJason Wang2020-07-031-0/+6
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-2/+3
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-8/+3Star
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-02-271-8/+91
|\
| * virtio: gracefully handle invalid region cachesStefan Hajnoczi2020-02-271-8/+91
* | hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-3/+4
|/
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* virtio: reset region cache when on queue deletionYuri Benditovich2020-01-061-0/+1
* virtio: don't enable notifications during pollingStefan Hajnoczi2020-01-051-6/+6
* virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth2020-01-051-7/+28
* virtio: make virtio_delete_queue idempotentMichael S. Tsirkin2020-01-051-0/+1
* virtio: add ability to delete vq through a pointerMichael S. Tsirkin2020-01-051-5/+10