virtio: add virtio IDs file
authorFernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
Fri, 31 Jul 2009 06:25:56 +0000 (15:25 +0900)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 23 Sep 2009 12:56:32 +0000 (22:26 +0930)
commit3ca4f5ca73057a617f9444a91022d7127041970a
tree382659da29ad0a2e9878df6c7c4204913ab642e7
parent3a20210dc26bbfff3bbb48bb22d2846240b71d8f
virtio: add virtio IDs file

Virtio IDs are spread all over the tree which makes assigning new IDs
bothersome. Putting them together should make the process less error-prone.

Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
14 files changed:
Documentation/lguest/lguest.c
drivers/block/virtio_blk.c
drivers/char/hw_random/virtio-rng.c
drivers/char/virtio_console.c
drivers/net/virtio_net.c
drivers/virtio/virtio_balloon.c
include/linux/virtio_9p.h
include/linux/virtio_balloon.h
include/linux/virtio_blk.h
include/linux/virtio_console.h
include/linux/virtio_ids.h [new file with mode: 0644]
include/linux/virtio_net.h
include/linux/virtio_rng.h
net/9p/trans_virtio.c