summaryrefslogtreecommitdiff
path: root/kernel/Kconfig.hz
diff options
context:
space:
mode:
authorAsias He <asias@redhat.com>2012-05-03 02:20:51 (GMT)
committerRusty Russell <rusty@rustcorp.com.au>2012-05-22 02:46:12 (GMT)
commit90e03207f468e84258270ad07095ef50f925c17d (patch)
treeb0a32e83e72f07064b9ae7156ec2bdc501734b6d /kernel/Kconfig.hz
parentc877bab5072c8f461397949babbac10e348ae70d (diff)
downloadlinux-90e03207f468e84258270ad07095ef50f925c17d.tar.xz
virtio: Use ida to allocate virtio index
Current index allocation in virtio is based on a monotonically increasing variable "index". This means we'll run out of numbers after a while. E.g. someone crazy doing this in host side. while(1) { hot-plug a virtio device hot-unplug the virito devcie } Signed-off-by: Asias He <asias@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'kernel/Kconfig.hz')
0 files changed, 0 insertions, 0 deletions