]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Unify virtio code file names
authorAsias He <asias.hejun@gmail.com>
Fri, 8 Apr 2011 16:10:05 +0000 (00:10 +0800)
committerPekka Enberg <penberg@kernel.org>
Fri, 8 Apr 2011 16:22:00 +0000 (19:22 +0300)
commitc754d998fa01a0c6bfcbbdc860e9ee72ede90877
treec2f4b396f414ee5ab94344a9dd709abe60a75f14
parent119949ea9cab3e31ad57355a9750262a4b9b6760
kvm tools: Unify virtio code file names

- rename {blk,console}-virtio.* to virtio-{blk,console}.*
- change the virtio block device PCI io space operation callback names

Signed-off-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile
tools/kvm/include/kvm/virtio-blk.h [moved from tools/kvm/include/kvm/blk-virtio.h with 70% similarity]
tools/kvm/include/kvm/virtio-console.h [moved from tools/kvm/include/kvm/console-virtio.h with 100% similarity]
tools/kvm/include/kvm/virtio-pci.h [moved from tools/kvm/include/kvm/virtio_pci.h with 100% similarity]
tools/kvm/main.c
tools/kvm/virtio-blk.c [moved from tools/kvm/blk-virtio.c with 86% similarity]
tools/kvm/virtio-console.c [moved from tools/kvm/console-virtio.c with 98% similarity]