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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
hw
/
virtio
/
virtio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
1
-2
/
+3
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-8
/
+3
2020-03-16
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
1
-2
/
+2
2020-02-27
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-8
/
+91
2020-02-27
virtio: gracefully handle invalid region caches
Stefan Hajnoczi
1
-8
/
+91
2020-02-20
hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-3
/
+4
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-06
virtio: reset region cache when on queue deletion
Yuri Benditovich
1
-0
/
+1
2020-01-05
virtio: don't enable notifications during polling
Stefan Hajnoczi
1
-6
/
+6
2020-01-05
virtio-pci: disable vring processing when bus-mastering is disabled
Michael Roth
1
-7
/
+28
2020-01-05
virtio: make virtio_delete_queue idempotent
Michael S. Tsirkin
1
-0
/
+1
2020-01-05
virtio: add ability to delete vq through a pointer
Michael S. Tsirkin
1
-5
/
+10
2019-11-06
virtio: notify virtqueue via host notifier when available
Stefan Hajnoczi
1
-1
/
+8
2019-10-29
virtio: Use auto rcu_read macros
Dr. David Alan Gilbert
1
-42
/
+23
2019-10-29
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
1
-0
/
+7
2019-10-29
virtio: new post_load hook
Michael S. Tsirkin
1
-0
/
+7
2019-10-25
virtio: drop unused virtio_device_stop_ioeventfd() function
Stefan Hajnoczi
1
-8
/
+0
2019-10-25
virtio: event suppression support for packed ring
Jason Wang
1
-9
/
+133
2019-10-25
virtio: basic packed virtqueue support
Jason Wang
1
-69
/
+818
2019-10-25
virtio: device/driver area size calculation refactor for split ring
Wei Xu
1
-6
/
+10
2019-10-25
virtio: basic structure for packed ring
Wei Xu
1
-0
/
+15
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+1
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-08
virtio-scsi: restart DMA after iothread
Stefan Hajnoczi
1
-2
/
+2
2019-07-04
virtio: Don't change "started" flag on virtio_vmstate_change()
Xie Yongji
1
-1
/
+4
2019-07-04
virtio: Make sure we get correct state of device on handle_aio_output()
Xie Yongji
1
-3
/
+3
2019-07-04
virtio: Set "start_on_kick" on virtio_set_features()
Xie Yongji
1
-8
/
+20
2019-07-04
virtio: Set "start_on_kick" for legacy devices
Xie Yongji
1
-4
/
+2
2019-07-04
virtio: add "use-started" property
Xie Yongji
1
-11
/
+7
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+1
2019-05-24
hw/virtio: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
1
-3
/
+2
2019-05-20
virtio: Use started flag in virtio_vmstate_change()
Xie Yongji
1
-1
/
+1
2019-05-20
virtio: Introduce started flag to VirtioDevice
Xie Yongji
1
-2
/
+50
2019-05-17
vhost_net: don't set backend for the uninitialized virtqueue
Jason Wang
1
-0
/
+5
2019-02-22
virtio-net: make VirtIOFeature usable for other virtio devices
Stefano Garzarella
1
-0
/
+15
2019-02-01
virtio: add checks for the size of the indirect table
Dima Stepanov
1
-2
/
+2
2018-12-11
virtio: pass argument by value for virtqueue_map_iovec()
Dongli Zhang
1
-4
/
+4
2018-11-27
vmstate: constify VMStateField
Marc-André Lureau
1
-4
/
+4
2018-10-19
clean up callback when del virtqueue
liujunjie
1
-0
/
+2
2018-10-17
cpu: Provide a proper prototype for target_words_bigendian() in a header
Thomas Huth
1
-1
/
+0
2018-10-02
virtio: Return true from virtio_queue_empty if broken
Fam Zheng
1
-0
/
+8
2018-09-07
virtio: update MemoryRegionCaches when guest negotiates features
Paolo Bonzini
1
-2
/
+13
2018-06-01
virtio: free MemoryRegionCache when initialization fails
Paolo Bonzini
1
-15
/
+18
2018-05-23
virtio: support setting memory region based host notifier
Tiwei Bie
1
-0
/
+13
2018-02-08
virtio: improve virtio devices initialization time
Gal Hammer
1
-2
/
+20
2018-02-08
virtio: remove event notifier cleanup call on de-assign
Gal Hammer
1
-0
/
+2
2018-01-24
Revert "virtio: improve virtio devices initialization time"
Michael S. Tsirkin
1
-5
/
+0
[next]