mbox

[PULL] virtio-serial: avoid duplicate port names

Message ID 20140818171832.GC31856@grmbl.mre
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git for-2.2

Message

Amit Shah Aug. 18, 2014, 5:18 p.m. UTC
Hi,

Patches have been on list for a while..

The following changes since commit 08ab59770da57648bfb8fc9be37f0ef7fb50b0f9:

  Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging (2014-08-18 12:55:02 +0100)

are available in the git repository at:


  git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git for-2.2

for you to fetch changes up to d0a0bfe6729ef6044d76ea49fafa07e29fa598bd:

  virtio-serial: search for duplicate port names before adding new ports (2014-08-18 22:42:49 +0530)

----------------------------------------------------------------
Amit Shah (2):
      virtio-serial: create a linked list of all active devices
      virtio-serial: search for duplicate port names before adding new ports

 hw/char/virtio-serial-bus.c       | 32 ++++++++++++++++++++++++++++++++
 include/hw/virtio/virtio-serial.h |  2 ++
 2 files changed, 34 insertions(+)

Comments

Peter Maydell Aug. 19, 2014, 9:30 a.m. UTC | #1
On 18 August 2014 18:18, Amit Shah <amit.shah@redhat.com> wrote:
> Hi,
>
> Patches have been on list for a while..
>
> The following changes since commit 08ab59770da57648bfb8fc9be37f0ef7fb50b0f9:
>
>   Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging (2014-08-18 12:55:02 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git for-2.2
>
> for you to fetch changes up to d0a0bfe6729ef6044d76ea49fafa07e29fa598bd:
>
>   virtio-serial: search for duplicate port names before adding new ports (2014-08-18 22:42:49 +0530)
>
> ----------------------------------------------------------------
> Amit Shah (2):
>       virtio-serial: create a linked list of all active devices
>       virtio-serial: search for duplicate port names before adding new ports
>
>  hw/char/virtio-serial-bus.c       | 32 ++++++++++++++++++++++++++++++++
>  include/hw/virtio/virtio-serial.h |  2 ++
>  2 files changed, 34 insertions(+)

Applied, thanks.

-- PMM