Re: [PATCH] virtio_console: Use virtio device index to generate port name

2013-02-11 Thread Rusty Russell
Amit Shah writes: > On (Thu) 17 Jan 2013 [13:23:17], sjur.brandel...@stericsson.com wrote: >> From: Sjur Brændeland >> >> 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 han

Re: [PATCH] virtio_console: Use virtio device index to generate port name

2013-02-11 Thread Amit Shah
On (Thu) 17 Jan 2013 [13:23:17], sjur.brandel...@stericsson.com wrote: > From: Sjur Brændeland > > 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 d

Re: [PATCH] virtio_console: Use virtio device index to generate port name

2013-02-11 Thread Amit Shah
On (Mon) 11 Feb 2013 [14:12:52], Sjur Brændeland wrote: > On Fri, Jan 25, 2013 at 10:20 AM, Amit Shah wrote: > > > On (Thu) 17 Jan 2013 [13:23:17], sjur.brandel...@stericsson.com wrote: > > > From: Sjur Brændeland > > > > > > Use virtio device index for creating unique device port names. > > > C

Re: [PATCH] virtio_console: Use virtio device index to generate port name

2013-02-11 Thread Sjur Brændeland
On Fri, Jan 25, 2013 at 10:20 AM, Amit Shah wrote: > On (Thu) 17 Jan 2013 [13:23:17], sjur.brandel...@stericsson.com wrote: > > From: Sjur Brændeland > > > > Use virtio device index for creating unique device port names. > > Current index allocation in virtio is based on a monotonically > > incr

Re: [PATCH] virtio_console: Use virtio device index to generate port name

2013-01-25 Thread Amit Shah
On (Thu) 17 Jan 2013 [13:23:17], sjur.brandel...@stericsson.com wrote: > From: Sjur Brændeland > > 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 d

Re: [PATCH] virtio_console: Use virtio device index to generate port name

2013-01-21 Thread Rusty Russell
sjur.brandel...@stericsson.com writes: > From: Sjur Brændeland > > 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

[PATCH] virtio_console: Use virtio device index to generate port name

2013-01-17 Thread sjur . brandeland
From: Sjur Brændeland 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 --- driver