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-10.0
stable-10.1
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-10.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
18 hours
treewide: use qemu_set_blocking instead of g_unix_set_fd_nonblocking
Vladimir Sementsov-Ogievskiy
1
-6
/
+2
18 hours
util: drop qemu_socket_set_nonblock()
Vladimir Sementsov-Ogievskiy
1
-1
/
+4
2025-08-01
vhost: Do not abort on log-stop error
Hanna Czenczek
1
-1
/
+2
2025-08-01
vhost: Do not abort on log-start error
Hanna Czenczek
1
-1
/
+2
2025-08-01
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
5
-51
/
+62
2025-07-15
hw/virtio: Build various files once
Philippe Mathieu-Daudé
2
-10
/
+11
2025-07-15
qemu: Declare all load/store helper in 'qemu/bswap.h'
Philippe Mathieu-Daudé
1
-0
/
+1
2025-07-15
qemu: Convert target_words_bigendian() to TargetInfo API
Philippe Mathieu-Daudé
1
-1
/
+1
2025-07-14
vhost: add a helper for force stopping a device
Daniil Tatianin
1
-13
/
+39
2025-07-14
vhost: Fix used memslot tracking when destroying a vhost device
David Hildenbrand
1
-27
/
+10
2025-07-14
virtio-net: Add queues for RSS during migration
Akihiko Odaki
1
-7
/
+7
2025-06-23
memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()
Chenyi Qiang
1
-11
/
+10
2025-06-23
memory: Change memory_region_set_ram_discard_manager() to return the result
Chenyi Qiang
1
-13
/
+17
2025-06-23
memory: Export a helper to get intersection of a MemoryRegionSection with a g...
Chenyi Qiang
1
-27
/
+5
2025-06-12
hw/virtio/virtio: avoid cost of -ftrivial-auto-var-init in hot path
Stefan Hajnoczi
1
-4
/
+4
2025-06-05
vfio: return mr from vfio_get_xlat_addr
Steve Sistare
1
-2
/
+7
2025-06-02
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
3
-39
/
+86
2025-06-02
vdpa: move memory listener register to vhost_vdpa_init
Eugenio Pérez
1
-7
/
+28
2025-06-02
vdpa: reorder listener assignment
Eugenio Pérez
1
-1
/
+1
2025-06-02
vdpa: add listener_registered
Eugenio Pérez
1
-1
/
+6
2025-06-02
vdpa: set backend capabilities at vhost_vdpa_init
Eugenio Pérez
1
-1
/
+6
2025-06-02
vdpa: reorder vhost_vdpa_set_backend_cap
Eugenio Pérez
1
-30
/
+30
2025-06-02
vhost: Don't set vring call if guest notifier is unused
Huaitong Han
1
-1
/
+6
2025-06-01
virtio: check for validity of indirect descriptors
Yuri Benditovich
1
-0
/
+11
2025-05-30
hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_DISABLE_PCIE definition
Philippe Mathieu-Daudé
1
-4
/
+1
2025-05-30
hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_MIGRATE_EXTRA definition
Philippe Mathieu-Daudé
1
-5
/
+1
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
12
-59
/
+93
2025-05-14
vhost: return failure if stop virtqueue failed in vhost_dev_stop
Haoqian He
1
-10
/
+13
2025-05-14
system/runstate: add VM state change cb with return value
Haoqian He
1
-1
/
+1
2025-05-14
pcie_sriov: Make a PCI device with user-created VF ARI-capable
Akihiko Odaki
1
-6
/
+10
2025-05-14
virtio-net: Implement SR-IOV VF
Akihiko Odaki
1
-0
/
+1
2025-05-14
virtio-pci: Implement SR-IOV PF
Akihiko Odaki
1
-5
/
+15
2025-04-25
exec: Rename target_words_bigendian() -> target_big_endian()
Philippe Mathieu-Daudé
1
-1
/
+1
2025-04-25
qom: Make InterfaceInfo[] uses const
Philippe Mathieu-Daudé
3
-5
/
+5
2025-04-25
qom: Constify TypeInfo::class_data
Philippe Mathieu-Daudé
1
-2
/
+2
2025-04-25
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
50
-58
/
+63
2025-04-24
Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into staging
Stefan Hajnoczi
8
-12
/
+0
2025-04-24
cleanup: Drop pointless return at end of function
Markus Armbruster
8
-12
/
+0
2025-04-23
include/system: Move exec/ramblock.h to system/ramblock.h
Richard Henderson
1
-1
/
+1
2025-04-23
include/system: Move exec/ram_addr.h to system/ram_addr.h
Richard Henderson
1
-1
/
+1
2025-04-23
include/system: Move exec/address-spaces.h to system/address-spaces.h
Richard Henderson
3
-3
/
+3
2025-04-23
include/system: Move exec/memory.h to system/memory.h
Richard Henderson
1
-1
/
+1
2025-03-19
hw/virtio: Also include md stubs in case CONFIG_VIRTIO_PCI is not set
Thomas Huth
1
-1
/
+2
2025-03-14
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2
-0
/
+132
2025-03-13
virtio: extract iothread-vq-mapping.h API
Stefan Hajnoczi
2
-0
/
+132
2025-03-11
hw/virtio/virtio-mem: Remove CONFIG_DEVICES include
Philippe Mathieu-Daudé
1
-4
/
+2
2025-03-06
pcie, virtio: Remove redundant pm_cap
Alex Williamson
1
-5
/
+3
[next]