Searched hist:"15324404 f68cde561d0eeee3d18a7b203f57f095" (Results 1 – 2 of 2) sorted by relevance
/qemu/include/hw/virtio/ |
H A D | vhost.h | 15324404f68cde561d0eeee3d18a7b203f57f095 Fri Oct 09 15:17:25 UTC 2015 Marc-André Lureau <marcandre.lureau@redhat.com> vhost: alloc shareable log
If the backend is requires it, allocate shareable memory.
vhost_log_get() now uses 2 globals "vhost_log" and "vhost_log_shm", that way there is a common non-shareable log and a common shareable one.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Tested-by: Thibaut Collet <thibaut.collet@6wind.com>
|
/qemu/hw/virtio/ |
H A D | vhost.c | 15324404f68cde561d0eeee3d18a7b203f57f095 Fri Oct 09 15:17:25 UTC 2015 Marc-André Lureau <marcandre.lureau@redhat.com> vhost: alloc shareable log
If the backend is requires it, allocate shareable memory.
vhost_log_get() now uses 2 globals "vhost_log" and "vhost_log_shm", that way there is a common non-shareable log and a common shareable one.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Tested-by: Thibaut Collet <thibaut.collet@6wind.com>
|