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
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
memfd: add error argument, instead of perror()
Marc-André Lureau
2018-02-07
1
-1
/
+7
*
memory: do explicit cleanup when remove listeners
Peter Xu
2018-02-07
1
-4
/
+0
*
vhost: add traces for memory listeners
Peter Xu
2018-02-07
2
-0
/
+13
*
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
2018-02-05
1
-2
/
+2
*
Revert "virtio: postpone the execution of event_notifier_cleanup function"
Michael S. Tsirkin
2018-01-24
1
-11
/
+8
*
Revert "virtio: improve virtio devices initialization time"
Michael S. Tsirkin
2018-01-24
1
-5
/
+0
*
vhost: remove assertion to prevent crash
Jay Zhou
2018-01-18
1
-1
/
+4
*
vhost-user: fix misaligned access to payload
Michael S. Tsirkin
2018-01-18
1
-15
/
+24
*
vhost-user: factor out msg head and payload
Michael S. Tsirkin
2018-01-18
1
-97
/
+101
*
virtio: improve virtio devices initialization time
Gal Hammer
2018-01-18
1
-0
/
+5
*
virtio: postpone the execution of event_notifier_cleanup function
Gal Hammer
2018-01-18
1
-8
/
+11
*
vhost-user-blk: introduce a new vhost-user-blk host device
Changpeng Liu
2018-01-18
2
-0
/
+73
*
vhost-user: add new vhost user messages to support virtio config space
Changpeng Liu
2018-01-18
2
-0
/
+150
*
Merge remote-tracking branch 'origin/master' into HEAD
Michael S. Tsirkin
2018-01-11
2
-2
/
+2
|
\
|
*
hw/virtio-balloon: remove old i386 dependency
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+1
|
*
hw: use "qemu/osdep.h" as first #include in source files
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+1
*
|
virtio-pci: Don't force Subsystem Vendor ID = Vendor ID
Ladi Prosek
2017-12-22
1
-3
/
+5
*
|
virtio_error: don't invoke status callbacks
Michael S. Tsirkin
2017-12-19
1
-1
/
+1
*
|
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
2017-12-05
1
-2
/
+2
|
/
*
virtio: check VirtQueue Vring object is set
Prasad J Pandit
2017-12-01
1
-3
/
+11
*
vhost: fix error check in vhost_verify_ring_mappings()
Greg Kurz
2017-12-01
1
-3
/
+3
*
vhost: restore avail index from vring used index on disconnection
Maxime Coquelin
2017-12-01
1
-0
/
+4
*
virtio: Add queue interface to restore avail index from vring used index
Maxime Coquelin
2017-12-01
1
-0
/
+10
*
fix: unrealize virtio device if we fail to hotplug it
linzhecheng
2017-11-16
1
-0
/
+1
*
virtio-pci: Replace modern_as with direct access to modern_bar
Alexey Kardashevskiy
2017-10-15
2
-38
/
+54
*
virtio: fix descriptor counting in virtqueue_pop
Wolfgang Bumiller
2017-10-15
1
-3
/
+3
*
pci: Add interface names to hybrid PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+5
*
virtio/pci/migration: Convert to VMState
Dr. David Alan Gilbert
2017-10-15
1
-81
/
+27
*
virtio/vhost: reset dev->log after syncing
Felipe Franciosi
2017-10-15
1
-2
/
+3
*
migration: Route more error paths
Dr. David Alan Gilbert
2017-09-27
1
-6
/
+7
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
1
-1
/
+3
*
osdep.h: Prohibit disabling assert() in supported builds
Eric Blake
2017-09-19
1
-4
/
+2
*
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
2017-09-19
1
-1
/
+2
*
vhost: Release memory references on cleanup
Alex Williamson
2017-09-08
1
-0
/
+4
*
vhost: use QEMU_ALIGN_DOWN
Marc-André Lureau
2017-08-31
1
-1
/
+1
*
build-sys: add --disable-vhost-user
Marc-André Lureau
2017-08-03
1
-2
/
+2
*
vhost-user: fix legacy cross-endian configurations
Felipe Franciosi
2017-08-01
1
-2
/
+21
*
vhost: fix a memory leak
Peng Hao
2017-08-01
1
-0
/
+2
*
trace-events: fix code style: print 0x before hex numbers
Vladimir Sementsov-Ogievskiy
2017-08-01
1
-3
/
+3
*
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
2017-07-31
1
-1
/
+1
*
virtio-crypto: Convert to DEFINE_PROP_LINK
Fam Zheng
2017-07-14
2
-22
/
+7
*
virtio-rng: Convert to DEFINE_PROP_LINK
Fam Zheng
2017-07-14
2
-13
/
+1
*
virtio-scsi: Convert to DEFINE_PROP_LINK
Fam Zheng
2017-07-14
1
-2
/
+0
*
virtio-blk: Convert to DEFINE_PROP_LINK
Fam Zheng
2017-07-14
1
-2
/
+0
*
qom: enforce readonly nature of link's check callback
Igor Mammedov
2017-07-14
1
-1
/
+1
*
vhost-user: unregister slave req handler at cleanup time
Maxime Coquelin
2017-07-03
1
-0
/
+1
*
vhost: ensure vhost_ops are set before calling iotlb callback
Maxime Coquelin
2017-07-03
1
-2
/
+8
*
pci: Make errp the last parameter of pci_add_capability()
Mao Zhongyi
2017-07-03
1
-4
/
+8
*
virtio-pci: use ioeventfd even when KVM is disabled
Stefan Hajnoczi
2017-06-30
1
-1
/
+1
[next]