git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c63f66
)
vhost: Make vhost a separate module
author
Asias He
<asias@redhat.com>
Mon, 6 May 2013 08:38:21 +0000
(16:38 +0800)
committer
Michael S. Tsirkin
<mst@redhat.com>
Sun, 7 Jul 2013 14:33:44 +0000
(17:33 +0300)
Currently, vhost-net and vhost-scsi are sharing the vhost core code.
However, vhost-scsi shares the code by including the vhost.c file
directly.
Making vhost a separate module makes it is easier to share code with
other vhost devices.
Signed-off-by: Asias He <asias@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
No differences found