index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
hw/virtio/vhost-user: don't suppress F_CONFIG when supported
Alex Bennée
2022-05-16
1
-13
/
+33
*
hw/virtio: add vhost_user_[read|write] trace points
Alex Bennée
2022-05-16
2
-0
/
+6
*
virtio-pci: add notification trace points
Alex Bennée
2022-05-16
2
-1
/
+9
*
hw/virtio: move virtio-pci.h into shared include space
Alex Bennée
2022-05-16
21
-275
/
+20
*
vhost: Fix element in vhost_svq_add failure
Eugenio Pérez
2022-05-13
1
-0
/
+8
*
hw/virtio: Replace g_memdup() by g_memdup2()
Philippe Mathieu-Daudé
2022-05-13
1
-3
/
+3
*
vdpa: Fix index calculus at vhost_vdpa_svqs_start
Eugenio Pérez
2022-05-13
1
-1
/
+1
*
vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
Eugenio Pérez
2022-05-13
1
-2
/
+2
*
vhost: Fix device's used descriptor dequeue
Eugenio Pérez
2022-05-13
1
-2
/
+15
*
vhost: Track descriptor chain in private at SVQ
Eugenio Pérez
2022-05-13
2
-5
/
+13
*
virtio: fix feature negotiation for ACCESS_PLATFORM
Halil Pasic
2022-05-13
1
-8
/
+14
*
vhost-backend: do not depend on CONFIG_VHOST_VSOCK
Paolo Bonzini
2022-05-12
1
-4
/
+0
*
virtio-scsi: don't waste CPU polling the event virtqueue
Stefan Hajnoczi
2022-05-09
1
-0
/
+13
*
meson: use have_vhost_* variables to pick sources
Paolo Bonzini
2022-05-07
2
-12
/
+16
*
build: move vhost-user-fs configuration to Kconfig
Paolo Bonzini
2022-05-07
1
-0
/
+5
*
build: move vhost-vsock configuration to Kconfig
Paolo Bonzini
2022-05-07
1
-0
/
+10
*
meson, virtio: place all virtio-pci devices under virtio_pci_ss
Paolo Bonzini
2022-05-07
1
-4
/
+5
*
vhost-user: Use correct macro name TARGET_PPC64
Murilo Opsfelder Araujo
2022-05-05
1
-1
/
+1
*
vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REG
Kevin Wolf
2022-05-04
1
-1
/
+1
*
util: rename qemu_*block() socket functions
Marc-André Lureau
2022-05-03
1
-1
/
+1
*
hw: replace qemu_set_nonblock()
Marc-André Lureau
2022-05-03
1
-4
/
+7
*
vdpa: Add missing tracing to batch mapping functions
Eugenio Pérez
2022-04-26
2
-0
/
+4
*
Don't include sysemu/tcg.h if it is not necessary
Thomas Huth
2022-04-20
1
-1
/
+0
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2022-04-19
9
-29
/
+19
|
\
|
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
3
-3
/
+0
|
*
include: move C/util-related declarations to cutils.h
Marc-André Lureau
2022-04-06
1
-1
/
+1
|
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
5
-16
/
+16
|
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-1
/
+1
|
*
Replace qemu_gettimeofday() with g_get_real_time()
Marc-André Lureau
2022-04-06
1
-8
/
+1
*
|
virtio-iommu: use-after-free fix
Wentao Liang
2022-04-08
1
-0
/
+1
|
/
*
vhost-vdpa: fix typo in a comment
Stefano Garzarella
2022-03-31
1
-1
/
+1
*
virtio: fix --enable-vhost-user build on non-Linux
Paolo Bonzini
2022-03-29
1
-2
/
+2
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
1
-1
/
+1
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
3
-5
/
+4
*
virtio/virtio-balloon: Prefer Object* over void* parameter
Bernhard Beschow
2022-03-18
1
-5
/
+5
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2022-03-15
1
-1
/
+3
|
\
|
*
kvm/msi: do explicit commit when adding msi routes
Longpeng(Mike)
2022-03-15
1
-1
/
+3
*
|
vdpa: Expose VHOST_F_LOG_ALL on SVQ
Eugenio Pérez
2022-03-15
1
-4
/
+35
*
|
vdpa: Never set log_base addr if SVQ is enabled
Eugenio Pérez
2022-03-15
1
-1
/
+2
*
|
vdpa: Adapt vhost_vdpa_get_vring_base to SVQ
Eugenio Pérez
2022-03-15
1
-0
/
+17
*
|
vdpa: Add custom IOTLB translations to SVQ
Eugenio Pérez
2022-03-15
3
-30
/
+184
*
|
vhost: Add VhostIOVATree
Eugenio Pérez
2022-03-15
3
-1
/
+138
*
|
vhost: Shadow virtqueue buffers forwarding
Eugenio Pérez
2022-03-15
3
-11
/
+522
*
|
vdpa: adapt vhost_ops callbacks to svq
Eugenio Pérez
2022-03-15
1
-7
/
+41
*
|
virtio: Add vhost_svq_get_vring_addr
Eugenio Pérez
2022-03-15
2
-0
/
+38
*
|
vhost: Add vhost_svq_valid_features to shadow vq
Eugenio Pérez
2022-03-15
3
-0
/
+61
*
|
vhost: Add Shadow VirtQueue call forwarding capabilities
Eugenio Pérez
2022-03-15
3
-2
/
+71
*
|
vhost: Add Shadow VirtQueue kick forwarding capabilities
Eugenio Pérez
2022-03-15
3
-2
/
+211
*
|
vhost: Add VhostShadowVirtqueue
Eugenio Pérez
2022-03-15
3
-1
/
+91
|
/
*
vhost: use wfd on functions setting vring call fd
Sergio Lopez
2022-03-06
1
-3
/
+3
[prev]
[next]