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
/
hw
/
virtio
/
virtio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
2024-04-26
1
-0
/
+1
*
hw/virtio: Introduce virtio_bh_new_guarded() helper
Philippe Mathieu-Daudé
2024-04-10
1
-0
/
+10
*
hw/virtio: Fix packed virtqueue flush used_idx
Wafer
2024-04-09
1
-2
/
+10
*
Revert "hw/virtio: Add support for VDPA network simulation devices"
Michael S. Tsirkin
2024-04-09
1
-39
/
+0
*
hw/virtio: Add support for VDPA network simulation devices
Hao Chen
2024-03-12
1
-0
/
+39
*
virtio: Re-enable notifications after drain
Hanna Czenczek
2024-02-07
1
-0
/
+42
*
hw/virtio: Constify VMState
Richard Henderson
2023-12-30
1
-14
/
+14
*
vhost-user-scsi: free the inflight area when reset
Li Feng
2023-12-02
1
-1
/
+1
*
virtio: use defer_call() in virtio_irqfd_notify()
Stefan Hajnoczi
2023-10-31
1
-1
/
+12
*
virtio: call ->vhost_reset_device() during reset
Stefan Hajnoczi
2023-10-22
1
-0
/
+4
*
virtio: remove unused next argument from virtqueue_split_read_next_desc()
Ilya Maximets
2023-10-04
1
-10
/
+8
*
virtio: remove unnecessary thread fence while reading next descriptor
Ilya Maximets
2023-10-04
1
-2
/
+0
*
virtio: use shadow_avail_idx while checking number of heads
Ilya Maximets
2023-10-04
1
-3
/
+15
*
qmp: remove virtio_list, search QOM tree instead
Jonah Palmer
2023-10-04
1
-6
/
+0
*
virtio: don't zero out memory region cache for indirect descriptors
Ilya Maximets
2023-10-04
1
-5
/
+15
*
hw/other: spelling fixes
Michael Tokarev
2023-09-21
1
-1
/
+1
*
virtio: Drop out of coroutine context in virtio_load()
Kevin Wolf
2023-09-08
1
-5
/
+40
*
virtio: Fix packed virtqueue used_idx mask
Hanna Czenczek
2023-08-03
1
-1
/
+1
*
aio: remove aio_disable_external() API
Stefan Hajnoczi
2023-05-30
1
-3
/
+3
*
virtio: do not set is_external=true on host notifiers
Stefan Hajnoczi
2023-05-30
1
-3
/
+3
*
virtio: make it possible to detach host notifier from any thread
Stefan Hajnoczi
2023-05-30
1
-3
/
+0
*
virtio: refresh vring region cache after updating a virtqueue size
Carlos López
2023-04-21
1
-1
/
+1
*
virtio: fix reachable assertion due to stale value of cached region size
Carlos López
2023-03-07
1
-6
/
+5
*
include/hw/virtio: Break inclusion loop
Markus Armbruster
2023-01-08
1
-0
/
+1
*
hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.c
Philippe Mathieu-Daudé
2023-01-08
1
-190
/
+1
*
hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device()
Philippe Mathieu-Daudé
2023-01-08
1
-5
/
+5
*
virtio: add support for configure interrupt
Cindy Lu
2023-01-08
1
-0
/
+29
*
hw/virtio: Extract QMP related code virtio-qmp.c
Philippe Mathieu-Daudé
2022-12-21
1
-633
/
+2
*
hw/virtio: Extract config read/write accessors to virtio-config-io.c
Philippe Mathieu-Daudé
2022-12-21
1
-190
/
+0
*
hw/virtio: Constify qmp_virtio_feature_map_t[]
Philippe Mathieu-Daudé
2022-12-21
1
-17
/
+17
*
hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[]
Philippe Mathieu-Daudé
2022-12-21
1
-14
/
+42
*
hw/virtio: Add missing "hw/core/cpu.h" include
Philippe Mathieu-Daudé
2022-12-21
1
-0
/
+1
*
qapi virtio: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
1
-1
/
+0
*
virtio: disable error for out of spec queue-enable
Michael S. Tsirkin
2022-11-22
1
-0
/
+7
*
virtio: introduce virtio_queue_enable()
Kangjie Xu
2022-11-07
1
-0
/
+14
*
virtio: introduce virtio_queue_reset()
Xuan Zhuo
2022-11-07
1
-0
/
+11
*
virtio: introduce __virtio_queue_reset()
Xuan Zhuo
2022-11-07
1
-16
/
+21
*
qmp: add QMP command x-query-virtio-queue-element
Laurent Vivier
2022-10-09
1
-0
/
+154
*
qmp: add QMP commands for virtio/vhost queue-status
Laurent Vivier
2022-10-09
1
-0
/
+103
*
qmp: decode feature & status bits in virtio-status
Laurent Vivier
2022-10-09
1
-8
/
+635
*
qmp: add QMP command x-query-virtio-status
Laurent Vivier
2022-10-09
1
-0
/
+104
*
qmp: add QMP command x-query-virtio
Laurent Vivier
2022-10-09
1
-0
/
+44
*
virtio: introduce VirtIOConfigSizeParams & virtio_get_config_size
Daniil Tatianin
2022-10-07
1
-4
/
+6
*
hw/virtio: log potentially buggy guest drivers
Alex Bennée
2022-10-07
1
-0
/
+7
*
virtio: add vhost support for virtio devices
Jonah Palmer
2022-05-16
1
-0
/
+1
*
virtio: drop name parameter for virtio_init()
Jonah Palmer
2022-05-16
1
-3
/
+52
*
virtio-scsi: don't waste CPU polling the event virtqueue
Stefan Hajnoczi
2022-05-09
1
-0
/
+13
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
1
-1
/
+1
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-3
/
+2
*
Remove unnecessary minimum_version_id_old fields
Peter Maydell
2022-01-28
1
-1
/
+0
[next]