aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio.c
AgeCommit message (Expand)Author
2022-11-22virtio: disable error for out of spec queue-enableMichael S. Tsirkin
2022-11-07virtio: introduce virtio_queue_enable()Kangjie Xu
2022-11-07virtio: introduce virtio_queue_reset()Xuan Zhuo
2022-11-07virtio: introduce __virtio_queue_reset()Xuan Zhuo
2022-10-09qmp: add QMP command x-query-virtio-queue-elementLaurent Vivier
2022-10-09qmp: add QMP commands for virtio/vhost queue-statusLaurent Vivier
2022-10-09qmp: decode feature & status bits in virtio-statusLaurent Vivier
2022-10-09qmp: add QMP command x-query-virtio-statusLaurent Vivier
2022-10-09qmp: add QMP command x-query-virtioLaurent Vivier
2022-10-07virtio: introduce VirtIOConfigSizeParams & virtio_get_config_sizeDaniil Tatianin
2022-10-07hw/virtio: log potentially buggy guest driversAlex Bennée
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer
2022-05-09virtio-scsi: don't waste CPU polling the event virtqueueStefan Hajnoczi
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell
2022-01-12virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi
2022-01-12virtio: use ->handle_output() instead of ->handle_aio_output()Stefan Hajnoczi
2022-01-12virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi
2022-01-10Revert "virtio: add support for configure interrupt"Michael S. Tsirkin
2022-01-07virtio: signal after wrapping packed used_idxStefan Hajnoczi
2022-01-06virtio: add support for configure interruptCindy Lu
2021-12-30dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-11-15virtio: use virtio accessor to access packed eventJason Wang
2021-11-15virtio: use virtio accessor to access packed descriptor flagsJason Wang
2021-10-05hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to calleesPhilippe Mathieu-Daudé
2021-10-05hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all()Philippe Mathieu-Daudé
2021-09-30memory: Name all the memory listenersPeter Xu
2021-09-04hw/virtio: Remove NULL check in virtio_free_region_cache()Philippe Mathieu-Daudé
2021-09-04hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCUPhilippe Mathieu-Daudé
2021-07-09hw/virtio: Document *_should_notify() are called within rcu_read_lock()Philippe Mathieu-Daudé
2021-07-02virtio: Clarify MR transaction optimizationGreg Kurz
2021-05-26cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-05-14hw/virtio: Pass virtio_feature_get_config_size() a const argumentPhilippe Mathieu-Daudé
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-02-05virtio: Add corresponding memory_listener_unregister to unrealizeEugenio Pérez
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-08virtio: reset device on bad guest index in virtio_load()John Levon
2020-10-30virtio: skip guest index check on device loadFelipe Franciosi
2020-09-29virtio: update MemoryRegionCaches when guest set bad featuresLi Qiang
2020-09-29virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-07-27virtio-pci: fix virtio_pci_queue_enabled()Laurent Vivier
2020-07-22virtio: list legacy-capable devicesCornelia Huck
2020-07-03virtio-bus: introduce queue_enabled methodJason Wang
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster