mbox

[PULL,for-2.1] virtio-serial: bugfix for virtconsole port unplug

Message ID 20140716090948.GB22288@grmbl.mre
State New
Headers show

Pull-request

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

Message

Amit Shah July 16, 2014, 9:09 a.m. UTC
Hi,

This is a small bugfix to prevent port unplug causing port 0 getting
unreserved for virtconsole use.

Patch has been on-list for a few days and has been reviewed.

Please pull.


The following changes since commit 5a7348045091a2bc15d85bb177e5956aa6114e5a:

  Update version for v2.1.0-rc2 release (2014-07-15 18:55:37 +0100)

are available in the git repository at:

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

for you to fetch changes up to 57d84cf35302fe51789c18354bf09a521bb603df:

  virtio-serial-bus: keep port 0 reserved for virtconsole even on unplug (2014-07-16 14:32:40 +0530)

----------------------------------------------------------------
Amit Shah (1):
      virtio-serial-bus: keep port 0 reserved for virtconsole even on unplug

 hw/char/virtio-serial-bus.c | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)


		Amit

Comments

Peter Maydell July 17, 2014, 11:16 a.m. UTC | #1
On 16 July 2014 10:09, Amit Shah <amit.shah@redhat.com> wrote:
> Hi,
>
> This is a small bugfix to prevent port unplug causing port 0 getting
> unreserved for virtconsole use.
>
> Patch has been on-list for a few days and has been reviewed.
>
> Please pull.
>
>
> The following changes since commit 5a7348045091a2bc15d85bb177e5956aa6114e5a:
>
>   Update version for v2.1.0-rc2 release (2014-07-15 18:55:37 +0100)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git for-2.1
>
> for you to fetch changes up to 57d84cf35302fe51789c18354bf09a521bb603df:
>
>   virtio-serial-bus: keep port 0 reserved for virtconsole even on unplug (2014-07-16 14:32:40 +0530)
>
> ----------------------------------------------------------------
> Amit Shah (1):
>       virtio-serial-bus: keep port 0 reserved for virtconsole even on unplug
>
>  hw/char/virtio-serial-bus.c | 14 +++++++++++---
>  1 file changed, 11 insertions(+), 3 deletions(-)

Applied, thanks.

-- PMM