Statistics
| Branch: | Revision:

root / hw / virtio / vhost.c @ 062db740

History | View | Annotate | Download (32.5 kB)

# Date Author Comment
1c819449 04/24/2013 07:50 pm KONRAD Frederic

virtio: remove virtiobindings.

This remove virtio-bindings, and use class instead.

Signed-off-by: KONRAD Frederic <>
Message-id:
Signed-off-by: Anthony Liguori <>

af603142 04/19/2013 11:44 am Nicholas Bellinger

vhost: Add vhost_commit callback for SeaBIOS ROM region re-mapping

This patch follows MST's recommendation to move checks for
vhost_verify_ring_mappings() > cpu_physical_memory_map() operations
from MemoryListener
>region_[add,del]() -> vhost_set_memory() into...

6e790746 04/08/2013 07:13 pm Paolo Bonzini

hw: move virtio devices to hw/ subdirectories

Signed-off-by: Paolo Bonzini <>