From: Sjur Brændeland Date: Tue, 12 Feb 2013 05:54:59 +0000 (+1030) Subject: virtio_console: Use virtio device index to generate port name X-Git-Tag: v3.9-rc1~68^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc18f0800f5f16460030a9623d4fcc165d607edf;p=pandora-kernel.git virtio_console: Use virtio device index to generate port name Use virtio device index for creating unique device port names. Current index allocation in virtio is based on a monotonically increasing variable "index". A better handling of this is to use device index which is allocated by ida. Signed-off-by: Sjur Brændeland Signed-off-by: Rusty Russell --- Reading git-diff-tree failed