index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
virtio
/
virtio.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-07
include/hw/virtio: more comment for VIRTIO_F_BAD_FEATURE
Alex Bennée
1
-1
/
+6
2022-05-16
virtio: add vhost support for virtio devices
Jonah Palmer
1
-0
/
+3
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
1
-2
/
+2
2022-05-09
virtio-scsi: don't waste CPU polling the event virtqueue
Stefan Hajnoczi
1
-0
/
+1
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-1
/
+1
2022-01-12
virtio: unify dataplane and non-dataplane ->handle_output()
Stefan Hajnoczi
1
-2
/
+2
2022-01-12
virtio: get rid of VirtIOHandleAIOOutput
Stefan Hajnoczi
1
-2
/
+1
2022-01-10
Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"
Michael S. Tsirkin
1
-3
/
+0
2022-01-10
Revert "virtio: add support for configure interrupt"
Michael S. Tsirkin
1
-4
/
+0
2022-01-06
virtio: add support for configure interrupt
Cindy Lu
1
-0
/
+4
2022-01-06
virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
Cindy Lu
1
-0
/
+3
2021-05-14
hw/virtio: Pass virtio_feature_get_config_size() a const argument
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-29
virtio: skip legacy support check on machine types less than 5.1
Stefano Garzarella
1
-0
/
+2
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-6
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-07-27
virtio-pci: fix virtio_pci_queue_enabled()
Laurent Vivier
1
-0
/
+1
2020-07-22
virtio: list legacy-capable devices
Cornelia Huck
1
-0
/
+2
2020-01-05
virtio: don't enable notifications during polling
Stefan Hajnoczi
1
-0
/
+1
2020-01-05
virtio-pci: disable vring processing when bus-mastering is disabled
Michael Roth
1
-0
/
+15
2020-01-05
virtio: add ability to delete vq through a pointer
Michael S. Tsirkin
1
-0
/
+2
2019-11-06
virtio: notify virtqueue via host notifier when available
Stefan Hajnoczi
1
-0
/
+1
2019-10-29
net/virtio: add failover support
Jens Freimann
1
-0
/
+1
2019-10-29
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
1
-0
/
+6
2019-10-29
virtio: new post_load hook
Michael S. Tsirkin
1
-0
/
+6
2019-10-28
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...
Peter Maydell
1
-7
/
+0
2019-10-28
include: Move endof() up from hw/virtio/virtio.h
Max Reitz
1
-7
/
+0
2019-10-25
virtio: drop unused virtio_device_stop_ioeventfd() function
Stefan Hajnoczi
1
-1
/
+0
2019-10-25
virtio: add property to enable packed virtqueue
Jason Wang
1
-1
/
+3
2019-10-25
virtio: basic packed virtqueue support
Jason Wang
1
-3
/
+7
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-1
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include exec/memory.h slightly less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-07-04
virtio: Set "start_on_kick" for legacy devices
Xie Yongji
1
-1
/
+1
2019-07-04
virtio: add "use-started" property
Xie Yongji
1
-0
/
+21
2019-05-20
virtio: Introduce started flag to VirtioDevice
Xie Yongji
1
-0
/
+2
2019-05-17
vhost_net: don't set backend for the uninitialized virtqueue
Jason Wang
1
-0
/
+1
2019-02-22
virtio-net: make VirtIOFeature usable for other virtio devices
Stefano Garzarella
1
-0
/
+15
2018-05-23
virtio: support setting memory region based host notifier
Tiwei Bie
1
-0
/
+2
2017-12-01
virtio: Add queue interface to restore avail index from vring used index
Maxime Coquelin
1
-0
/
+1
2017-09-27
migration: Route more error paths
Dr. David Alan Gilbert
1
-1
/
+1
2017-05-25
virtio_net: Bypass backends for MTU feature negotiation
Maxime Coquelin
1
-0
/
+1
2017-03-29
virtio: fix vring_align() on 64-bit windows
Andrew Baumann
1
-1
/
+1
2017-02-17
virtio: add MemoryListener to cache ring translations
Paolo Bonzini
1
-0
/
+1
2017-02-17
virtio: Report real progress in VQ aio poll handler
Fam Zheng
1
-2
/
+2
2017-02-01
virtio: make virtio_should_notify static
Paolo Bonzini
1
-1
/
+0
2017-01-20
virtio-ccw: fix ring sizing
Michael S. Tsirkin
1
-0
/
+1
2017-01-10
virtio: Introduce virtqueue_drop_all procedure
Yuri Benditovich
1
-0
/
+1
[next]