Sign in
qemu
/
qemu
/
2306271c381b75b66d76c4231bba3e7452a0d876
/
hw
/
virtio
f67c9b6
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 7 years ago
afd76ff
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
b5dfdb0
hw: make virtio devices configurable via default-configs/
by Paolo Bonzini
· 7 years ago
45641db
virtio: free MemoryRegionCache when initialization fails
by Paolo Bonzini
· 7 years ago
0304f9e
hw: Do not include "sysemu/block-backend.h" if it is not necessary
by Philippe Mathieu-Daudé
· 7 years ago
7446eb0
Make address_space_get_iotlb_entry() take a MemTxAttrs argument
by Peter Maydell
· 7 years ago
4486652
vhost-user: support registering external host notifiers
by Tiwei Bie
· 7 years ago
4d0cf55
vhost-user: introduce shared vhost-user state
by Tiwei Bie
· 7 years ago
5f57fbe
vhost-user: allow slave to send fds via slave channel
by Tiwei Bie
· 7 years ago
988a277
vhost: allow backends to filter memory sections
by Tiwei Bie
· 7 years ago
ebf2a49
hw/virtio: Fix brace Werror with clang 6.0.0
by Richard Henderson
· 7 years ago
9952e80
vhost-user+postcopy: Use qemu_set_nonblock
by Dr. David Alan Gilbert
· 7 years ago
6f80e61
virtio: support setting memory region based host notifier
by Tiwei Bie
· 7 years ago
1f3a451
vhost-user: support receiving file descriptors in slave_read
by Tiwei Bie
· 7 years ago
ffcbbe7
vhost: add trace for IOTLB miss
by Peter Xu
· 7 years ago
b7b1264
virtio-balloon: add hugetlb page allocation counts
by Jonathan Helman
· 7 years ago
aebbdbe
vhost: do not verify ring mappings when IOMMU is enabled
by Jason Wang
· 7 years ago
915d34c
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
e7b94a8
vhost: Allow adjoining regions
by Dr. David Alan Gilbert
· 7 years ago
1c3e5a2
vhost-user: back SET/GET_CONFIG requests with a protocol feature
by Maxime Coquelin
· 7 years ago
bc6abcf
vhost-user-blk: set config ops before vhost-user init
by Maxime Coquelin
· 7 years ago
648abbf
memfd: fix vhost-user-test on non-memfd capable host
by Marc-André Lureau
· 7 years ago
c1ece84
vhost: Huge page align and merge
by Dr. David Alan Gilbert
· 7 years ago
4634357
vhost+postcopy: Wire up POSTCOPY_END notify
by Dr. David Alan Gilbert
· 7 years ago
c639187
vhost-user: Add VHOST_USER_POSTCOPY_END message
by Dr. David Alan Gilbert
· 7 years ago
c07e361
vhost+postcopy: Add vhost waker
by Dr. David Alan Gilbert
· 7 years ago
375318d
vhost+postcopy: Resolve client address
by Dr. David Alan Gilbert
· 7 years ago
905125d
vhost+postcopy: Stash RAMBlock and offset
by Dr. David Alan Gilbert
· 7 years ago
9bb3801
vhost+postcopy: Send address back to qemu
by Dr. David Alan Gilbert
· 7 years ago
55d754b
postcopy+vhost-user: Split set_mem_table for postcopy
by Dr. David Alan Gilbert
· 7 years ago
6864a7b
vhost+postcopy: Transmit 'listen' to slave
by Dr. David Alan Gilbert
· 7 years ago
f82c111
vhost+postcopy: Register shared ufd with postcopy
by Dr. David Alan Gilbert
· 7 years ago
d3dff7a
vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' message
by Dr. David Alan Gilbert
· 7 years ago
9ccbfe1
postcopy: Add vhost-user flag for postcopy and check it
by Dr. David Alan Gilbert
· 7 years ago
112ed24
qapi: Empty out qapi-schema.json
by Markus Armbruster
· 7 years ago
efbfeb8
cryptodev-vhost-user: add crypto session handler
by Gonglei
· 7 years ago
5da73da
cryptodev: add vhost support
by Gonglei
· 7 years ago
9fac50c
vhost: fix incorrect check in vhost_verify_ring_mappings
by Jia He
· 7 years ago
fb20fbb
vhost: avoid to start/stop virtqueue which is not ready
by Jia He
· 7 years ago
9e2a2a3
vhost: fix memslot limit check
by Jay Zhou
· 7 years ago
2080a29
virtio-pci: trivial fixes in error message
by Greg Kurz
· 7 years ago
b734ed9
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 7 years ago
bf1e714
virtio-balloon: include statistics of disk/file caches
by Tomáš Golembiovský
· 7 years ago
b86107a
virtio-balloon: unref the memory region before continuing
by Tiwei Bie
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
0ebf9a7
virtio-blk: enable multiple vectors when using multiple I/O queues
by Changpeng Liu
· 7 years ago
aa3c40f
vhost: Move log_dirty check
by Dr. David Alan Gilbert
· 7 years ago
938eeb6
vhost: Merge and delete unused callbacks
by Dr. David Alan Gilbert
· 7 years ago
06709c1
vhost: Clean out old vhost_set_memory and friends
by Dr. David Alan Gilbert
· 7 years ago
ade6d08
vhost: Regenerate region list from changed sections list
by Dr. David Alan Gilbert
· 7 years ago
48d7c97
vhost: Merge sections added to temporary list
by Dr. David Alan Gilbert
· 7 years ago
0ca1fd2
vhost: Simplify ring verification checks
by Dr. David Alan Gilbert
· 7 years ago
c44317e
vhost: Build temporary section list and deref after commit
by Dr. David Alan Gilbert
· 7 years ago
710fccf
virtio: improve virtio devices initialization time
by Gal Hammer
· 7 years ago
7614361
virtio: remove event notifier cleanup call on de-assign
by Gal Hammer
· 7 years ago
f41d912
Revert "vhost: add traces for memory listeners"
by Michael S. Tsirkin
· 7 years ago
0f2956f
memfd: add error argument, instead of perror()
by Marc-André Lureau
· 7 years ago
d25836c
memory: do explicit cleanup when remove listeners
by Peter Xu
· 7 years ago
0750b06
vhost: add traces for memory listeners
by Peter Xu
· 7 years ago
bf85388
qdev: use device_class_set_parent_realize/unrealize/reset()
by Philippe Mathieu-Daudé
· 7 years ago
1ef8185
Revert "virtio: postpone the execution of event_notifier_cleanup function"
by Michael S. Tsirkin
· 7 years ago
ce3a9ea
Revert "virtio: improve virtio devices initialization time"
by Michael S. Tsirkin
· 7 years ago
f4bf56f
vhost: remove assertion to prevent crash
by Jay Zhou
· 7 years ago
69aff03
vhost-user: fix misaligned access to payload
by Michael S. Tsirkin
· 7 years ago
24e3475
vhost-user: factor out msg head and payload
by Michael S. Tsirkin
· 7 years ago
6f0bb23
virtio: improve virtio devices initialization time
by Gal Hammer
· 7 years ago
4fe6d78
virtio: postpone the execution of event_notifier_cleanup function
by Gal Hammer
· 7 years ago
00343e4
vhost-user-blk: introduce a new vhost-user-blk host device
by Changpeng Liu
· 7 years ago
4c3e257
vhost-user: add new vhost user messages to support virtio config space
by Changpeng Liu
· 7 years ago
acc95bc
Merge remote-tracking branch 'origin/master' into HEAD
by Michael S. Tsirkin
· 7 years ago
f2bc54d
virtio-pci: Don't force Subsystem Vendor ID = Vendor ID
by Ladi Prosek
· 7 years ago
8fc47c8
virtio_error: don't invoke status callbacks
by Michael S. Tsirkin
· 7 years ago
2070aae
hw/virtio-balloon: remove old i386 dependency
by Philippe Mathieu-Daudé
· 7 years ago
e9808d0
hw: use "qemu/osdep.h" as first #include in source files
by Philippe Mathieu-Daudé
· 7 years ago
fd56e06
pci: Eliminate redundant PCIDevice::bus pointer
by David Gibson
· 7 years ago
758ead3
virtio: check VirtQueue Vring object is set
by Prasad J Pandit
· 7 years ago
2fe45ec
vhost: fix error check in vhost_verify_ring_mappings()
by Greg Kurz
· 7 years ago
2ae39a1
vhost: restore avail index from vring used index on disconnection
by Maxime Coquelin
· 7 years ago
2d4ba6c
virtio: Add queue interface to restore avail index from vring used index
by Maxime Coquelin
· 7 years ago
7abea55
fix: unrealize virtio device if we fail to hotplug it
by linzhecheng
· 7 years ago
a93c8d8
virtio-pci: Replace modern_as with direct access to modern_bar
by Alexey Kardashevskiy
· 7 years ago
37ef70b
virtio: fix descriptor counting in virtqueue_pop
by Wolfgang Bumiller
· 7 years ago
a5fa336
pci: Add interface names to hybrid PCI devices
by Eduardo Habkost
· 7 years ago
b81b948
virtio/pci/migration: Convert to VMState
by Dr. David Alan Gilbert
· 7 years ago
5c0ba1b
virtio/vhost: reset dev->log after syncing
by Felipe Franciosi
· 7 years ago
2f168d0
migration: Route more error paths
by Dr. David Alan Gilbert
· 7 years ago
44b1ff3
migration: pre_save return int
by Dr. David Alan Gilbert
· 7 years ago
262a69f
osdep.h: Prohibit disabling assert() in supported builds
by Eric Blake
· 7 years ago
2ab4b13
Convert single line fprintf(.../n) to warn_report()
by Alistair Francis
· 7 years ago
ee4c112
vhost: Release memory references on cleanup
by Alex Williamson
· 7 years ago
33c5793
vhost: use QEMU_ALIGN_DOWN
by Marc-André Lureau
· 8 years ago
e6a7486
build-sys: add --disable-vhost-user
by Marc-André Lureau
· 7 years ago
5df04f1
vhost-user: fix legacy cross-endian configurations
by Felipe Franciosi
· 8 years ago
08b9e0b
vhost: fix a memory leak
by Peng Hao
· 8 years ago
8908eb1
trace-events: fix code style: print 0x before hex numbers
by Vladimir Sementsov-Ogievskiy
· 7 years ago
87e0331
docs: fix broken paths to docs/devel/tracing.txt
by Philippe Mathieu-Daudé
· 7 years ago
aa8f057
virtio-crypto: Convert to DEFINE_PROP_LINK
by Fam Zheng
· 8 years ago
d1fd7f7
virtio-rng: Convert to DEFINE_PROP_LINK
by Fam Zheng
· 8 years ago
08f1ecd
virtio-scsi: Convert to DEFINE_PROP_LINK
by Fam Zheng
· 8 years ago
d679ac0
virtio-blk: Convert to DEFINE_PROP_LINK
by Fam Zheng
· 8 years ago
Next »