Re: [Qemu-devel] [PATCH 1/2] virtio-serial: create a linked list of all active devices

2014-08-19 Thread Markus Armbruster
Andreas Färber afaer...@suse.de writes: Am 04.08.2014 13:45, schrieb Amit Shah: On (Mon) 04 Aug 2014 [13:33:56], Markus Armbruster wrote: Amit Shah amit.s...@redhat.com writes: To ensure two virtserialports don't get added to the system with the same 'name' parameter, we need to access all

Re: [Qemu-devel] [PATCH 1/2] virtio-serial: create a linked list of all active devices

2014-08-19 Thread Andreas Färber
Am 19.08.2014 17:45, schrieb Markus Armbruster: Andreas Färber afaer...@suse.de writes: Am 04.08.2014 13:45, schrieb Amit Shah: On (Mon) 04 Aug 2014 [13:33:56], Markus Armbruster wrote: Amit Shah amit.s...@redhat.com writes: To ensure two virtserialports don't get added to the system with

Re: [Qemu-devel] [PATCH 1/2] virtio-serial: create a linked list of all active devices

2014-08-18 Thread Andreas Färber
Am 04.08.2014 13:45, schrieb Amit Shah: On (Mon) 04 Aug 2014 [13:33:56], Markus Armbruster wrote: Amit Shah amit.s...@redhat.com writes: To ensure two virtserialports don't get added to the system with the same 'name' parameter, we need to access all the ports on all the devices added, and

Re: [Qemu-devel] [PATCH 1/2] virtio-serial: create a linked list of all active devices

2014-08-06 Thread Markus Armbruster
Amit Shah amit.s...@redhat.com writes: On (Mon) 04 Aug 2014 [13:33:56], Markus Armbruster wrote: Amit Shah amit.s...@redhat.com writes: To ensure two virtserialports don't get added to the system with the same 'name' parameter, we need to access all the ports on all the devices added,

Re: [Qemu-devel] [PATCH 1/2] virtio-serial: create a linked list of all active devices

2014-08-06 Thread Amit Shah
On (Wed) 06 Aug 2014 [09:27:02], Markus Armbruster wrote: Amit Shah amit.s...@redhat.com writes: On (Mon) 04 Aug 2014 [13:33:56], Markus Armbruster wrote: Amit Shah amit.s...@redhat.com writes: To ensure two virtserialports don't get added to the system with the same 'name'

Re: [Qemu-devel] [PATCH 1/2] virtio-serial: create a linked list of all active devices

2014-08-04 Thread Markus Armbruster
Amit Shah amit.s...@redhat.com writes: To ensure two virtserialports don't get added to the system with the same 'name' parameter, we need to access all the ports on all the devices added, and compare the names. We currently don't have a list of all VirtIOSerial devices added to the system.

Re: [Qemu-devel] [PATCH 1/2] virtio-serial: create a linked list of all active devices

2014-08-04 Thread Amit Shah
On (Mon) 04 Aug 2014 [13:33:56], Markus Armbruster wrote: Amit Shah amit.s...@redhat.com writes: To ensure two virtserialports don't get added to the system with the same 'name' parameter, we need to access all the ports on all the devices added, and compare the names. We currently

[Qemu-devel] [PATCH 1/2] virtio-serial: create a linked list of all active devices

2014-07-16 Thread Amit Shah
To ensure two virtserialports don't get added to the system with the same 'name' parameter, we need to access all the ports on all the devices added, and compare the names. We currently don't have a list of all VirtIOSerial devices added to the system. This commit adds a simple linked list in