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: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
|
|
/
*
/
Make address_space_get_iotlb_entry() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-1
/
+2
|
/
*
hw/virtio: Fix brace Werror with clang 6.0.0
Richard Henderson
2018-05-23
1
-1
/
+1
*
vhost-user+postcopy: Use qemu_set_nonblock
Dr. David Alan Gilbert
2018-05-23
1
-1
/
+1
*
virtio: support setting memory region based host notifier
Tiwei Bie
2018-05-23
2
-0
/
+35
*
vhost-user: support receiving file descriptors in slave_read
Tiwei Bie
2018-05-23
1
-1
/
+40
*
vhost: add trace for IOTLB miss
Peter Xu
2018-05-23
2
-0
/
+8
*
virtio-balloon: add hugetlb page allocation counts
Jonathan Helman
2018-05-23
1
-0
/
+2
*
vhost: do not verify ring mappings when IOMMU is enabled
Jason Wang
2018-04-16
1
-0
/
+4
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-04-09
1
-1
/
+1
|
\
|
*
memfd: fix vhost-user-test on non-memfd capable host
Marc-André Lureau
2018-04-09
1
-1
/
+1
*
|
vhost: Allow adjoining regions
Dr. David Alan Gilbert
2018-04-09
1
-4
/
+9
*
|
vhost-user: back SET/GET_CONFIG requests with a protocol feature
Maxime Coquelin
2018-04-09
1
-0
/
+22
*
|
vhost-user-blk: set config ops before vhost-user init
Maxime Coquelin
2018-04-09
1
-1
/
+0
|
/
*
vhost: Huge page align and merge
Dr. David Alan Gilbert
2018-03-20
2
-11
/
+58
*
vhost+postcopy: Wire up POSTCOPY_END notify
Dr. David Alan Gilbert
2018-03-20
2
-0
/
+36
*
vhost-user: Add VHOST_USER_POSTCOPY_END message
Dr. David Alan Gilbert
2018-03-20
1
-0
/
+1
*
vhost+postcopy: Add vhost waker
Dr. David Alan Gilbert
2018-03-20
2
-0
/
+33
*
vhost+postcopy: Resolve client address
Dr. David Alan Gilbert
2018-03-20
2
-1
/
+33
*
vhost+postcopy: Stash RAMBlock and offset
Dr. David Alan Gilbert
2018-03-20
2
-0
/
+35
*
vhost+postcopy: Send address back to qemu
Dr. David Alan Gilbert
2018-03-20
2
-2
/
+66
*
postcopy+vhost-user: Split set_mem_table for postcopy
Dr. David Alan Gilbert
2018-03-20
1
-2
/
+75
*
vhost+postcopy: Transmit 'listen' to slave
Dr. David Alan Gilbert
2018-03-20
2
-0
/
+37
*
vhost+postcopy: Register shared ufd with postcopy
Dr. David Alan Gilbert
2018-03-20
1
-1
/
+19
*
vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' message
Dr. David Alan Gilbert
2018-03-20
1
-0
/
+48
*
postcopy: Add vhost-user flag for postcopy and check it
Dr. David Alan Gilbert
2018-03-20
1
-1
/
+40
*
qapi: Empty out qapi-schema.json
Markus Armbruster
2018-03-02
1
-1
/
+1
*
cryptodev-vhost-user: add crypto session handler
Gonglei
2018-03-01
1
-0
/
+104
*
cryptodev: add vhost support
Gonglei
2018-03-01
1
-0
/
+70
*
vhost: fix incorrect check in vhost_verify_ring_mappings
Jia He
2018-03-01
1
-2
/
+2
*
vhost: avoid to start/stop virtqueue which is not ready
Jia He
2018-03-01
1
-1
/
+17
*
vhost: fix memslot limit check
Jay Zhou
2018-03-01
1
-7
/
+12
*
virtio-pci: trivial fixes in error message
Greg Kurz
2018-03-01
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2018-02-13
6
-344
/
+224
|
\
|
*
virtio-balloon: include statistics of disk/file caches
Tomáš Golembiovský
2018-02-13
1
-0
/
+1
|
*
virtio-balloon: unref the memory region before continuing
Tiwei Bie
2018-02-13
1
-0
/
+1
|
*
virtio-blk: enable multiple vectors when using multiple I/O queues
Changpeng Liu
2018-02-08
1
-2
/
+12
|
*
vhost: Move log_dirty check
Dr. David Alan Gilbert
2018-02-08
2
-7
/
+14
|
*
vhost: Merge and delete unused callbacks
Dr. David Alan Gilbert
2018-02-08
1
-28
/
+5
|
*
vhost: Clean out old vhost_set_memory and friends
Dr. David Alan Gilbert
2018-02-08
1
-251
/
+0
|
*
vhost: Regenerate region list from changed sections list
Dr. David Alan Gilbert
2018-02-08
2
-4
/
+36
|
*
vhost: Merge sections added to temporary list
Dr. David Alan Gilbert
2018-02-08
2
-9
/
+71
|
*
vhost: Simplify ring verification checks
Dr. David Alan Gilbert
2018-02-08
1
-37
/
+42
|
*
vhost: Build temporary section list and deref after commit
Dr. David Alan Gilbert
2018-02-08
1
-26
/
+47
|
*
virtio: improve virtio devices initialization time
Gal Hammer
2018-02-08
1
-2
/
+20
|
*
virtio: remove event notifier cleanup call on de-assign
Gal Hammer
2018-02-08
3
-4
/
+14
|
*
Revert "vhost: add traces for memory listeners"
Michael S. Tsirkin
2018-02-08
2
-13
/
+0
*
|
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
[prev]
[next]