Re: [Qemu-devel] [PATCH 0/2] virtio-serial: Prevent addition of ports with same name

2014-08-18 Thread Andreas Färber
Am 18.08.2014 19:10, schrieb Amit Shah: > On (Wed) 06 Aug 2014 [09:27:04], Markus Armbruster wrote: >> Amit Shah writes: >> >>> Hi, >>> >>> The 2nd patch prevents adding ports to the system with conflicts in >>> the 'name' parameter. This is done by going through all the ports in >>> the system,

Re: [Qemu-devel] [PATCH 0/2] virtio-serial: Prevent addition of ports with same name

2014-08-18 Thread Amit Shah
On (Wed) 06 Aug 2014 [09:27:04], Markus Armbruster wrote: > Amit Shah writes: > > > Hi, > > > > The 2nd patch prevents adding ports to the system with conflicts in > > the 'name' parameter. This is done by going through all the ports in > > the system, including ports on other virtio-serial devi

Re: [Qemu-devel] [PATCH 0/2] virtio-serial: Prevent addition of ports with same name

2014-08-06 Thread Amit Shah
On (Wed) 06 Aug 2014 [09:27:04], Markus Armbruster wrote: > Amit Shah writes: > > > Hi, > > > > The 2nd patch prevents adding ports to the system with conflicts in > > the 'name' parameter. This is done by going through all the ports in > > the system, including ports on other virtio-serial devi

Re: [Qemu-devel] [PATCH 0/2] virtio-serial: Prevent addition of ports with same name

2014-08-06 Thread Markus Armbruster
Amit Shah writes: > Hi, > > The 2nd patch prevents adding ports to the system with conflicts in > the 'name' parameter. This is done by going through all the ports in > the system, including ports on other virtio-serial devices. > > The first patch prepares for this by creating a linked list of

[Qemu-devel] [PATCH 0/2] virtio-serial: Prevent addition of ports with same name

2014-07-16 Thread Amit Shah
Hi, The 2nd patch prevents adding ports to the system with conflicts in the 'name' parameter. This is done by going through all the ports in the system, including ports on other virtio-serial devices. The first patch prepares for this by creating a linked list of all available virtio-serial devi