index
:
rocket-tools/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-10.0
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-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
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
8 days
virtio: fix off-by-one and invalid access in virtqueue_ordered_fill
Jonah Palmer
1
-6
/
+16
2025-07-16
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
1
-1
/
+1
2025-07-15
qemu: Convert target_words_bigendian() to TargetInfo API
Philippe Mathieu-Daudé
1
-1
/
+1
2025-07-14
virtio-net: Add queues for RSS during migration
Akihiko Odaki
1
-7
/
+7
2025-06-12
hw/virtio/virtio: avoid cost of -ftrivial-auto-var-init in hot path
Stefan Hajnoczi
1
-4
/
+4
2025-06-01
virtio: check for validity of indirect descriptors
Yuri Benditovich
1
-0
/
+11
2025-05-14
virtio: Move virtio_reset()
Akihiko Odaki
1
-45
/
+43
2025-05-14
virtio: Call set_features during reset
Akihiko Odaki
1
-1
/
+3
2025-05-14
vhost-user: return failure if backend crash when live migration
Haoqian He
1
-7
/
+15
2025-05-14
system/runstate: add VM state change cb with return value
Haoqian He
1
-1
/
+1
2025-04-25
exec: Rename target_words_bigendian() -> target_big_endian()
Philippe Mathieu-Daudé
1
-1
/
+1
2025-04-25
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
1
-1
/
+1
2025-04-24
cleanup: Drop pointless return at end of function
Markus Armbruster
1
-2
/
+0
2024-12-21
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
1
-2
/
+2
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
1
-2
/
+2
2024-12-19
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
1
-1
/
+0
2024-12-15
hw/virtio: Constify all Property
Richard Henderson
1
-1
/
+1
2024-11-26
virtio-net: Add queues before loading them
Akihiko Odaki
1
-0
/
+7
2024-09-11
virtio: rename virtio_split_packed_update_used_idx
Wenyu Huang
1
-2
/
+2
2024-09-10
virtio: Always reset vhost devices
Hanna Czenczek
1
-2
/
+6
2024-08-02
virtio-net: Fix network stall at the host side waiting for kick
thomas
1
-4
/
+60
2024-07-21
virtio: virtqueue_ordered_flush - VIRTIO_F_IN_ORDER support
Jonah Palmer
1
-1
/
+70
2024-07-21
virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER support
Jonah Palmer
1
-1
/
+43
2024-07-21
virtio: virtqueue_pop - VIRTIO_F_IN_ORDER support
Jonah Palmer
1
-1
/
+15
2024-07-03
virtio: remove virtio_tswap16s() call in vring_packed_event_read()
Stefano Garzarella
1
-1
/
+0
2024-07-01
hw/virtio: Fix obtain the buffer id from the last descriptor
Wafer
1
-0
/
+5
2024-07-01
virtio: Prevent creation of device using notification-data with ioeventfd
Jonah Palmer
1
-0
/
+22
2024-07-01
virtio/virtio-pci: Handle extra notification data
Jonah Palmer
1
-0
/
+18
2024-04-26
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-10
hw/virtio: Introduce virtio_bh_new_guarded() helper
Philippe Mathieu-Daudé
1
-0
/
+10
2024-04-09
hw/virtio: Fix packed virtqueue flush used_idx
Wafer
1
-2
/
+10
2024-04-09
Revert "hw/virtio: Add support for VDPA network simulation devices"
Michael S. Tsirkin
1
-39
/
+0
2024-03-12
hw/virtio: Add support for VDPA network simulation devices
Hao Chen
1
-0
/
+39
2024-02-07
virtio: Re-enable notifications after drain
Hanna Czenczek
1
-0
/
+42
2023-12-30
hw/virtio: Constify VMState
Richard Henderson
1
-14
/
+14
2023-12-02
vhost-user-scsi: free the inflight area when reset
Li Feng
1
-1
/
+1
2023-10-31
virtio: use defer_call() in virtio_irqfd_notify()
Stefan Hajnoczi
1
-1
/
+12
2023-10-22
virtio: call ->vhost_reset_device() during reset
Stefan Hajnoczi
1
-0
/
+4
2023-10-04
virtio: remove unused next argument from virtqueue_split_read_next_desc()
Ilya Maximets
1
-10
/
+8
2023-10-04
virtio: remove unnecessary thread fence while reading next descriptor
Ilya Maximets
1
-2
/
+0
2023-10-04
virtio: use shadow_avail_idx while checking number of heads
Ilya Maximets
1
-3
/
+15
2023-10-04
qmp: remove virtio_list, search QOM tree instead
Jonah Palmer
1
-6
/
+0
2023-10-04
virtio: don't zero out memory region cache for indirect descriptors
Ilya Maximets
1
-5
/
+15
2023-09-21
hw/other: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-09-08
virtio: Drop out of coroutine context in virtio_load()
Kevin Wolf
1
-5
/
+40
2023-08-03
virtio: Fix packed virtqueue used_idx mask
Hanna Czenczek
1
-1
/
+1
2023-05-30
aio: remove aio_disable_external() API
Stefan Hajnoczi
1
-3
/
+3
2023-05-30
virtio: do not set is_external=true on host notifiers
Stefan Hajnoczi
1
-3
/
+3
2023-05-30
virtio: make it possible to detach host notifier from any thread
Stefan Hajnoczi
1
-3
/
+0
2023-04-21
virtio: refresh vring region cache after updating a virtqueue size
Carlos López
1
-1
/
+1
[next]