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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-16
crypto: Introduce RSA algorithm
zhenwei pi
1
-3
/
+2
2022-06-16
virtio-iommu: Use recursive lock to avoid deadlock
Zhenzhong Duan
1
-1
/
+1
2022-06-16
virtio-iommu: Add bypass mode support to assigned device
Zhenzhong Duan
1
-0
/
+2
2022-06-14
virtio-gpu: Respect UI refresh rate for EDID
Akihiko Odaki
1
-0
/
+1
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
3
-5
/
+4
2022-05-16
virtio/vhost-user: dynamically assign VhostUserHostNotifiers
Alex Bennée
1
-1
/
+41
2022-05-16
hw/virtio/vhost-user: don't suppress F_CONFIG when supported
Alex Bennée
1
-0
/
+1
2022-05-16
include/hw: start documenting the vhost API
Alex Bennée
1
-10
/
+122
2022-05-16
hw/virtio: move virtio-pci.h into shared include space
Alex Bennée
1
-0
/
+255
2022-05-11
Clean up ill-advised or unusual header guards
Markus Armbruster
5
-15
/
+15
2022-05-09
virtio-scsi: move request-related items from .h to .c
Stefan Hajnoczi
1
-40
/
+0
2022-05-09
virtio-scsi: clean up virtio_scsi_handle_cmd_vq()
Stefan Hajnoczi
1
-1
/
+0
2022-05-09
virtio-scsi: clean up virtio_scsi_handle_ctrl_vq()
Stefan Hajnoczi
1
-1
/
+0
2022-05-09
virtio-scsi: clean up virtio_scsi_handle_event_vq()
Stefan Hajnoczi
1
-1
/
+0
2022-05-09
virtio-scsi: don't waste CPU polling the event virtqueue
Stefan Hajnoczi
1
-0
/
+1
2022-05-07
build: move vhost-scsi configuration to Kconfig
Paolo Bonzini
1
-2
/
+0
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2
-4
/
+4
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-1
/
+1
2022-03-15
vdpa: Expose VHOST_F_LOG_ALL on SVQ
Eugenio Pérez
1
-0
/
+1
2022-03-15
vdpa: Add custom IOTLB translations to SVQ
Eugenio Pérez
1
-0
/
+3
2022-03-15
vhost: Add Shadow VirtQueue kick forwarding capabilities
Eugenio Pérez
1
-0
/
+4
2022-03-06
virtio-iommu: Default to bypass during boot
Jean-Philippe Brucker
1
-0
/
+1
2022-03-04
hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUEST
Viresh Kumar
1
-0
/
+3
2022-03-04
vhost-user: fix VirtQ notifier cleanup
Xueming Li
1
-0
/
+2
2022-03-04
vhost-user: remove VirtQ notifier restore
Xueming Li
1
-1
/
+0
2022-01-14
Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220114-pull-reques...
Peter Maydell
1
-2
/
+2
2022-01-13
edid: set default resolution to 1280x800 (WXGA)
Daniel P. Berrangé
1
-2
/
+2
2022-01-12
virtio: unify dataplane and non-dataplane ->handle_output()
Stefan Hajnoczi
1
-2
/
+2
2022-01-12
virtio-blk: drop unused virtio_blk_handle_vq() return value
Stefan Hajnoczi
1
-1
/
+1
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 "vhost: introduce new VhostOps vhost_set_config_call"
Michael S. Tsirkin
1
-3
/
+0
2022-01-10
Revert "virtio: add support for configure interrupt"
Michael S. Tsirkin
1
-4
/
+0
2022-01-10
Revert "vhost: add support for configure interrupt"
Michael S. Tsirkin
1
-4
/
+0
2022-01-07
virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
David Hildenbrand
1
-0
/
+8
2022-01-07
virtio-mem: Support "prealloc=on" option
David Hildenbrand
1
-0
/
+4
2022-01-06
vhost: add support for configure interrupt
Cindy Lu
1
-0
/
+4
2022-01-06
virtio: add support for configure interrupt
Cindy Lu
1
-0
/
+4
2022-01-06
vhost: introduce new VhostOps vhost_set_config_call
Cindy Lu
1
-0
/
+3
2022-01-06
virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
Cindy Lu
1
-0
/
+3
2021-12-10
virtio-gpu: do not byteswap padding
Paolo Bonzini
1
-1
/
+0
2021-11-11
vhost: Rename last_index to vq_index_end
Eugenio Pérez
1
-2
/
+2
2021-11-05
virtio-gpu: splitting one extended mode guest fb into n-scanouts
Dongwon Kim
1
-2
/
+3
2021-11-01
virtio-mem: Drop precopy notifier
David Hildenbrand
1
-3
/
+0
2021-10-20
virtio-net: vhost control virtqueue support
Jason Wang
1
-0
/
+1
2021-10-20
vhost: record the last virtqueue index for the virtio device
Jason Wang
1
-0
/
+2
2021-10-20
virtio-net: use "queue_pairs" instead of "queues" when possible
Jason Wang
1
-2
/
+2
2021-10-20
vhost-vdpa: classify one time request
Jason Wang
1
-0
/
+1
[next]