]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7f06beca6e775af6852c753843de155a75f9be3b
tree382659da29ad0a2e9878df6c7c4204913ab642e7
parent2315e026aef4cd3b50ec78485c70f6b28176f09b
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