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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
1
-1
/
+1
2024-04-23
Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...
Richard Henderson
1
-1
/
+2
2024-04-23
memory: Add Error** argument to .log_global_start() handler
Cédric Le Goater
1
-1
/
+2
2024-04-18
hw/virtio: move stubs out of stubs/
Paolo Bonzini
2
-0
/
+26
2024-04-15
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
1
-2
/
+35
2024-04-15
virtio-pci: fix use of a released vector
Cindy Lu
1
-2
/
+35
2024-04-10
hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs
Philippe Mathieu-Daudé
1
-2
/
+2
2024-04-10
hw/virtio: Introduce virtio_bh_new_guarded() helper
Philippe Mathieu-Daudé
1
-0
/
+10
2024-04-09
vdpa-dev: Fix the issue of device status not updating when configuration inte...
lyx634449800
1
-0
/
+7
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
2
-225
/
+3
2024-03-26
vdpa-dev: Fix initialisation order to restore VDUSE compatibility
Kevin Wolf
4
-9
/
+35
2024-03-13
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
6
-23
/
+313
2024-03-12
virtio-iommu: Add an option to define the input range width
Eric Auger
1
-1
/
+7
2024-03-12
virtio-iommu: Trace domain range limits as unsigned int
Eric Auger
1
-1
/
+1
2024-03-12
virtio-iommu: Change the default granule to the host page size
Eric Auger
1
-1
/
+1
2024-03-12
virtio-iommu: Add a granule property
Eric Auger
1
-3
/
+25
2024-03-12
hw/virtio: Add support for VDPA network simulation devices
Hao Chen
2
-3
/
+225
2024-03-12
hw/virtio: check owner for removing objects
Albert Esteve
1
-2
/
+19
2024-03-12
vdpa: trace skipped memory sections
Eugenio Pérez
2
-0
/
+4
2024-03-12
vdpa: stash memory region properties in vars
Eugenio Pérez
1
-6
/
+8
2024-03-12
vdpa: fix network breakage after cancelling migration
Si-Wei Liu
1
-1
/
+9
2024-03-12
vdpa: add vhost_vdpa_set_dev_vring_base trace for svq mode
Si-Wei Liu
2
-2
/
+5
2024-03-12
vdpa: add vhost_vdpa_get_vring_base trace for svq mode
Si-Wei Liu
2
-2
/
+3
2024-03-12
vdpa: factor out vhost_vdpa_last_dev
Si-Wei Liu
1
-2
/
+7
2024-03-12
Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
4
-4
/
+7
2024-03-12
bulk: Access existing variables initialized to &S->F when available
Philippe Mathieu-Daudé
2
-4
/
+4
2024-03-12
hw/virtio/vhost: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
1
-0
/
+2
2024-03-12
hw/virtio/vhost-vsock: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
1
-0
/
+1
2024-03-11
migration: remove migration.h references
Steve Sistare
2
-2
/
+0
2024-03-11
migration: export fewer options
Steve Sistare
1
-1
/
+0
2024-02-28
migration: remove error from notifier data
Steve Sistare
1
-4
/
+4
2024-02-28
notify: pass error to notifier with return
Steve Sistare
2
-2
/
+3
2024-02-14
virtio_iommu: Clear IOMMUPciBus pointer cache when system reset
Zhenzhong Duan
1
-2
/
+2
2024-02-14
hw/virtio: derive vhost-user-input from vhost-user-base
Leo Yan
2
-99
/
+18
2024-02-14
hw/virtio: Move vhost-user-input into virtio folder
Leo Yan
2
-1
/
+139
2024-02-14
hw/virtio: Support set_config() callback in vhost-user-base
Leo Yan
1
-0
/
+17
2024-02-14
hw/virtio: add vhost-user-snd and vhost-user-snd-pci devices
Manos Pitsidianakis
4
-0
/
+150
2024-02-14
hw/virtio: derive vhost-user-i2c from vhost-user-base
Alex Bennée
2
-258
/
+19
2024-02-14
hw/virtio: derive vhost-user-gpio from vhost-user-base
Alex Bennée
2
-392
/
+20
2024-02-14
hw/virtio: derive vhost-user-rng from vhost-user-base
Alex Bennée
2
-274
/
+29
2024-02-14
hw/virtio: convert vhost-user-base to async shutdown
Alex Bennée
1
-4
/
+12
2024-02-14
virtio: split into vhost-user-base and vhost-user-device
Alex Bennée
4
-333
/
+365
2024-02-08
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
1
-0
/
+42
2024-02-07
virtio: Re-enable notifications after drain
Hanna Czenczek
1
-0
/
+42
2024-02-06
oslib-posix: initialize backend memory objects in parallel
Mark Kanda
1
-2
/
+2
2024-01-30
acpi: Clean up includes
Peter Maydell
1
-0
/
+1
2024-01-10
hw/arm/virt-acpi-build.c: Migrate virtio creation to common location
Sunil V L
2
-0
/
+34
2024-01-05
misc: Simplify qemu_prealloc_mem() calls
Philippe Mathieu-Daudé
1
-4
/
+2
[next]