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
/
hw
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-15
virtio-blk: add zoned storage emulation for zoned devices
Sam Li
1
-0
/
+2
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2
-3
/
+5
2023-04-26
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Richard Henderson
1
-2
/
+1
2023-04-25
thread-pool: avoid passing the pool parameter every time
Emanuele Giuseppe Esposito
1
-2
/
+1
2023-04-25
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
6
-43
/
+24
2023-04-24
virtio: i2c: Check notifier helpers for VIRTIO_CONFIG_IRQ_IDX
Viresh Kumar
1
-0
/
+16
2023-04-24
migration: Create options.c
Juan Quintela
1
-0
/
+1
2023-04-21
virtio-balloon: optimize the virtio-balloon on the ARM platform
Yangming
1
-28
/
+5
2023-04-21
vhost: Drop unused eventfd_add|del hooks
Peter Xu
1
-14
/
+0
2023-04-21
virtio: refresh vring region cache after updating a virtqueue size
Carlos López
3
-1
/
+3
2023-03-07
virtio: fix reachable assertion due to stale value of cached region size
Carlos López
1
-6
/
+5
2023-03-07
hw/virtio/vhost-user: avoid using unitialized errp
Albert Esteve
1
-2
/
+2
2023-03-07
vdpa: return VHOST_F_LOG_ALL in vhost-vdpa devices
Eugenio Pérez
1
-2
/
+1
2023-03-07
vdpa: block migration if SVQ does not admit a feature
Eugenio Pérez
1
-0
/
+15
2023-03-07
vdpa net: block migration if the device has CVQ
Eugenio Pérez
1
-0
/
+1
2023-03-07
vdpa: disable RAM block discard only for the first device
Eugenio Pérez
1
-11
/
+14
2023-03-07
vdpa: move vhost reset after get vring base
Eugenio Pérez
2
-6
/
+19
2023-03-07
vdpa: add vhost_vdpa_suspend
Eugenio Pérez
2
-0
/
+27
2023-03-07
vdpa: add vhost_vdpa->suspended parameter
Eugenio Pérez
1
-0
/
+8
2023-03-07
vdpa: rewind at get_base, not set_base
Eugenio Pérez
2
-13
/
+6
2023-03-07
vdpa: Negotiate _F_SUSPEND feature
Eugenio Pérez
1
-1
/
+2
2023-03-07
vdpa: Remember last call fd set
Eugenio Pérez
1
-6
/
+6
2023-03-07
cryptodev: Use CryptoDevBackendOpInfo for operation
zhenwei pi
1
-3
/
+4
2023-03-07
cryptodev: Introduce server type in QAPI
zhenwei pi
1
-2
/
+25
2023-03-07
cryptodev: Introduce cryptodev alg type in QAPI
zhenwei pi
1
-7
/
+7
2023-03-02
vhost: avoid a potential use of an uninitialized variable in vhost_svq_poll()
Carlos López
1
-1
/
+1
2023-03-02
vdpa: stop all svq on device deletion
Eugenio Pérez
1
-15
/
+2
2023-03-02
vhost-user: Adopt new backend naming
Maxime Coquelin
2
-21
/
+21
2023-03-02
vhost-user-rng: Back up vqs before cleaning up vhost_dev
Akihiko Odaki
1
-2
/
+3
2023-03-02
vhost-user-i2c: Back up vqs before cleaning up vhost_dev
Akihiko Odaki
1
-2
/
+3
2023-03-02
vhost-user-gpio: Configure vhost_dev when connecting
Akihiko Odaki
1
-4
/
+6
2023-02-09
vhost-user-fs: Back up vqs before cleaning up vhost_dev
Akihiko Odaki
1
-2
/
+2
2023-02-06
virtio-mem: Proper support for preallocation with migration
David Hildenbrand
1
-0
/
+87
2023-02-06
virtio-mem: Migrate immutable properties early
David Hildenbrand
1
-2
/
+49
2023-02-06
virtio-mem: Fail if a memory backend with "prealloc=on" is specified
David Hildenbrand
1
-0
/
+6
2023-02-04
virtio: Move HMP commands from monitor/ to hw/virtio/
Markus Armbruster
2
-0
/
+322
2023-01-28
Revert "vhost-user: Introduce nested event loop in vhost_user_read()"
Greg Kurz
1
-60
/
+5
2023-01-28
Revert "vhost-user: Monitor slave channel in vhost_user_read()"
Greg Kurz
1
-32
/
+3
2023-01-28
hw: Use TYPE_PCI_BUS definition where appropriate
Philippe Mathieu-Daudé
1
-1
/
+2
2023-01-28
vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requests
Minghao Yuan
1
-0
/
+2
2023-01-27
vhost-user: Correct a reference of TARGET_AARCH64
Akihiko Odaki
1
-1
/
+1
2023-01-20
Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
1
-0
/
+1
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-0
/
+1
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
1
-2
/
+2
2023-01-08
virtio-pci: fix proxy->vector_irqfd leak in virtio_pci_set_guest_notifiers
leixiang
1
-0
/
+2
2023-01-08
vdpa: commit all host notifier MRs in a single MR transaction
Longpeng
1
-6
/
+19
2023-01-08
vhost: configure all host notifiers in a single MR transaction
Longpeng
1
-0
/
+24
2023-01-08
vhost: simplify vhost_dev_enable_notifiers
Longpeng
1
-16
/
+4
2023-01-08
vdpa-dev: get iova range explicitly
Longpeng
2
-0
/
+16
2023-01-08
include/hw/virtio: Break inclusion loop
Markus Armbruster
2
-0
/
+2
[next]