]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Introduce virtio.c and virtio.h
authorAsias He <asias.hejun@gmail.com>
Fri, 8 Apr 2011 16:10:04 +0000 (00:10 +0800)
committerPekka Enberg <penberg@kernel.org>
Fri, 8 Apr 2011 16:22:00 +0000 (19:22 +0300)
commit119949ea9cab3e31ad57355a9750262a4b9b6760
tree5fe500641215f21148717c10b12209c1bec80351
parent21662db828f2815c72cec1ada025d06e0fb1d36f
kvm tools: Introduce virtio.c and virtio.h

This patch moves common virtio code to virtio.c and virtio.h.

Signed-off-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile
tools/kvm/blk-virtio.c
tools/kvm/console-virtio.c
tools/kvm/include/kvm/virtio.h [new file with mode: 0644]
tools/kvm/include/kvm/virtqueue.h [deleted file]
tools/kvm/virtio.c [new file with mode: 0644]