index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
hw
/
virtio
/
virtio.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/virtio: Introduce virtio_bh_new_guarded() helper
Philippe Mathieu-Daudé
2024-04-10
1
-0
/
+7
*
Revert "hw/virtio: Add support for VDPA network simulation devices"
Michael S. Tsirkin
2024-04-09
1
-19
/
+0
*
hw/virtio: Add support for VDPA network simulation devices
Hao Chen
2024-03-12
1
-0
/
+19
*
include/hw/virtio: document some more usage of notifiers
Alex Bennée
2023-07-10
1
-0
/
+8
*
include/hw/virtio: add kerneldoc for virtio_init
Alex Bennée
2023-07-10
1
-0
/
+6
*
include/hw/virtio: document virtio_notify_config
Alex Bennée
2023-07-10
1
-0
/
+7
*
include/hw/virtio: make some VirtIODevice const
Hawkins Jiawei
2023-06-26
1
-1
/
+1
*
virtio-pci: add handling of PCI ATS and Device-TLB enable/disable
Viktor Prutyanov
2023-05-19
1
-0
/
+2
*
virtio: refresh vring region cache after updating a virtqueue size
Carlos López
2023-04-21
1
-0
/
+1
*
replace TABs with spaces
Yeqi Fu
2023-03-20
1
-1
/
+1
*
include/hw/virtio: Break inclusion loop
Markus Armbruster
2023-01-08
1
-1
/
+0
*
virtio: add support for configure interrupt
Cindy Lu
2023-01-08
1
-0
/
+4
*
virtio: introduce macro VIRTIO_CONFIG_IRQ_IDX
Cindy Lu
2023-01-08
1
-0
/
+3
*
include/hw: attempt to document VirtIO feature variables
Alex Bennée
2022-12-21
1
-1
/
+18
*
include/hw: VM state takes precedence in virtio_device_should_start
Alex Bennée
2022-12-01
1
-5
/
+18
*
virtio-net: fix for heap-buffer-overflow
Xuan Zhuo
2022-11-10
1
-0
/
+2
*
hw/virtio: introduce virtio_device_should_start
Alex Bennée
2022-11-07
1
-0
/
+18
*
virtio: core: vq reset feature negotation support
Kangjie Xu
2022-11-07
1
-1
/
+3
*
virtio: introduce virtio_queue_enable()
Kangjie Xu
2022-11-07
1
-0
/
+2
*
virtio: introduce virtio_queue_reset()
Xuan Zhuo
2022-11-07
1
-0
/
+2
*
qmp: decode feature & status bits in virtio-status
Laurent Vivier
2022-10-09
1
-0
/
+5
*
qmp: add QMP command x-query-virtio
Laurent Vivier
2022-10-09
1
-0
/
+1
*
virtio: introduce VirtIOConfigSizeParams & virtio_get_config_size
Daniil Tatianin
2022-10-07
1
-2
/
+8
*
hw/virtio: move vm_running check to virtio_device_started
Alex Bennée
2022-10-07
1
-0
/
+5
*
include/hw/virtio: more comment for VIRTIO_F_BAD_FEATURE
Alex Bennée
2022-10-07
1
-1
/
+6
*
virtio: add vhost support for virtio devices
Jonah Palmer
2022-05-16
1
-0
/
+3
*
virtio: drop name parameter for virtio_init()
Jonah Palmer
2022-05-16
1
-2
/
+2
*
virtio-scsi: don't waste CPU polling the event virtqueue
Stefan Hajnoczi
2022-05-09
1
-0
/
+1
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
1
-1
/
+1
*
virtio: unify dataplane and non-dataplane ->handle_output()
Stefan Hajnoczi
2022-01-12
1
-2
/
+2
*
virtio: get rid of VirtIOHandleAIOOutput
Stefan Hajnoczi
2022-01-12
1
-2
/
+1
*
Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"
Michael S. Tsirkin
2022-01-10
1
-3
/
+0
*
Revert "virtio: add support for configure interrupt"
Michael S. Tsirkin
2022-01-10
1
-4
/
+0
*
virtio: add support for configure interrupt
Cindy Lu
2022-01-06
1
-0
/
+4
*
virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
Cindy Lu
2022-01-06
1
-0
/
+3
*
hw/virtio: Pass virtio_feature_get_config_size() a const argument
Philippe Mathieu-Daudé
2021-05-14
1
-1
/
+1
*
virtio: skip legacy support check on machine types less than 5.1
Stefano Garzarella
2020-09-29
1
-0
/
+2
*
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-6
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
virtio-pci: fix virtio_pci_queue_enabled()
Laurent Vivier
2020-07-27
1
-0
/
+1
*
virtio: list legacy-capable devices
Cornelia Huck
2020-07-22
1
-0
/
+2
*
virtio: don't enable notifications during polling
Stefan Hajnoczi
2020-01-05
1
-0
/
+1
*
virtio-pci: disable vring processing when bus-mastering is disabled
Michael Roth
2020-01-05
1
-0
/
+15
*
virtio: add ability to delete vq through a pointer
Michael S. Tsirkin
2020-01-05
1
-0
/
+2
*
virtio: notify virtqueue via host notifier when available
Stefan Hajnoczi
2019-11-06
1
-0
/
+1
*
net/virtio: add failover support
Jens Freimann
2019-10-29
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2019-10-29
1
-0
/
+6
|
\
|
*
virtio: new post_load hook
Michael S. Tsirkin
2019-10-29
1
-0
/
+6
*
|
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...
Peter Maydell
2019-10-28
1
-7
/
+0
|
\
\
[next]