index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhost: Add Error parameter to vhost_dev_init()
Kevin Wolf
2021-06-30
4
-12
/
+13
*
vhost-vdpa: don't initialize backend_features
Jason Wang
2021-06-11
1
-3
/
+0
*
vhost-vdpa: map virtqueue notification area if possible
Jason Wang
2021-06-11
1
-0
/
+85
*
vhost-vdpa: skip ram device from the IOTLB mapping
Jason Wang
2021-06-11
1
-10
/
+2
*
vhost-vdpa: Remove redundant declaration of address_space_memory
Xie Yongji
2021-06-05
1
-0
/
+1
*
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-06-02
1
-1
/
+1
*
cpu: Introduce cpu_virtio_is_big_endian()
Philippe Mathieu-Daudé
2021-05-27
1
-3
/
+1
*
vhost-user-blk: Check that num-queues is supported by backend
Kevin Wolf
2021-05-18
1
-0
/
+5
*
virtio: Fail if iommu_platform is requested, but unsupported
Kevin Wolf
2021-05-18
1
-0
/
+5
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2021-05-16
3
-4
/
+13
|
\
|
*
vhost-vdpa: Make vhost_vdpa_get_device_id() static
Zenghui Yu
2021-05-14
1
-2
/
+2
|
*
hw/virtio: enable ioeventfd configuring for mmio
Pavel Dovgalyuk
2021-05-14
1
-1
/
+10
|
*
hw/virtio: Pass virtio_feature_get_config_size() a const argument
Philippe Mathieu-Daudé
2021-05-14
1
-1
/
+1
*
|
migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"
David Hildenbrand
2021-05-13
2
-6
/
+1
*
|
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
2
-2
/
+0
|
/
*
vhost-user-fs: fix features handling
Anton Kuchin
2021-04-13
1
-4
/
+16
*
migration: Inhibit virtio-balloon for the duration of background snapshot
Andrey Gruzdev
2021-04-06
1
-2
/
+6
*
virtio-pci: compat page aligned ATS
Jason Wang
2021-04-06
2
-1
/
+9
*
virtio-pci: remove explicit initialization of val
Yuri Benditovich
2021-04-01
1
-2
/
+5
*
virtio-pci: add check for vdev in virtio_pci_isr_read
Yuri Benditovich
2021-04-01
1
-2
/
+7
*
virtio-pmem: fix virtio_pmem_resp assign problem
Wang Liang
2021-03-22
1
-1
/
+1
*
vhost-user: Monitor slave channel in vhost_user_read()
Greg Kurz
2021-03-22
1
-3
/
+32
*
vhost-user: Introduce nested event loop in vhost_user_read()
Greg Kurz
2021-03-22
1
-5
/
+60
*
vhost-user: Convert slave channel to QIOChannelSocket
Greg Kurz
2021-03-22
1
-60
/
+39
*
vhost-user: Factor out duplicated slave_fd teardown code
Greg Kurz
2021-03-22
1
-9
/
+10
*
vhost-user: Fix double-close on slave_read() error path
Greg Kurz
2021-03-22
1
-8
/
+3
*
vhost-user: Drop misleading EAGAIN checks in slave_read()
Greg Kurz
2021-03-22
1
-3
/
+3
*
virtio: Fix virtio_mmio_read()/virtio_mmio_write()
Laurent Vivier
2021-03-22
1
-22
/
+52
*
virtio-net: calculating proper msix vectors on init
Jason Wang
2021-03-15
1
-1
/
+9
*
virtio-iommu: Handle non power of 2 range invalidations
Eric Auger
2021-03-12
1
-3
/
+16
*
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-09
2
-2
/
+2
*
Various spelling fixes
Michael Tokarev
2021-03-09
1
-1
/
+1
*
virtio-mmio: improve virtio-mmio get_dev_path alog
schspa
2021-03-05
1
-6
/
+7
*
vhost: simplify vhost_dev_init() fail_busyloop label
Stefan Hajnoczi
2021-03-02
1
-7
/
+5
*
virtio-pmem: put it into the 'storage' category
Gan Qixin
2021-02-20
1
-0
/
+1
*
hw/virtio/pci: include vdev name in registered PCI sections
Alex Bennée
2021-02-18
1
-8
/
+14
*
vhost: Check for valid vdev in vhost_backend_handle_iotlb_msg
Eugenio Pérez
2021-02-05
1
-0
/
+5
*
hw/virtio/virtio-balloon: Remove the "class" property
Thomas Huth
2021-02-05
1
-10
/
+1
*
vhost: Unbreak SMMU and virtio-iommu on dev-iotlb support
Peter Xu
2021-02-05
2
-2
/
+16
*
virtio-pmem: add trace events
Pankaj Gupta
2021-02-05
2
-0
/
+9
*
virtio: Add corresponding memory_listener_unregister to unrealize
Eugenio Pérez
2021-02-05
1
-1
/
+1
*
virtio-mmio: fix guest kernel crash with SHM regions
Laurent Vivier
2021-02-05
1
-0
/
+8
*
hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)
Philippe Mathieu-Daudé
2021-01-18
1
-2
/
+4
*
vhost-user-fs: add the "bootindex" property
Laszlo Ersek
2021-01-13
2
-0
/
+12
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
3
-3
/
+0
*
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...
Peter Maydell
2021-01-01
3
-0
/
+3
|
\
|
*
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-18
3
-0
/
+3
*
|
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-12-19
1
-2
/
+2
|
/
*
machine: introduce MachineInitPhase
Paolo Bonzini
2020-12-15
1
-1
/
+1
*
make ram_size local to vl.c
Paolo Bonzini
2020-12-10
1
-1
/
+2
[next]