mbox

[PULL,v2] virtio-serial: Fix console failure on unconnected pty

Message ID 20120104073459.GE21893@amit.redhat.com
State New
Headers show

Pull-request

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

Message

Amit Shah Jan. 4, 2012, 7:34 a.m. UTC
Hi,

Turns out I used the wrong repo dir which caused problems.  Corrected
link below.

This patch fixes a frozen guest on virtio-console output before a pty
is connected.  Please pull.

The following changes since commit f3c6a169a39d188e98c17a0a0ebfa7f85e5aafdd:

  Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging (2012-01-03 14:39:05 -0600)

are available in the git repository at:

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

Christian Borntraeger (1):
      virtio-console: Fix failure on unconnected pty

 hw/virtio-serial-bus.c |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

		Amit

Comments

Anthony Liguori Jan. 9, 2012, 2:53 p.m. UTC | #1
On 01/04/2012 01:34 AM, Amit Shah wrote:
> Hi,
>
> Turns out I used the wrong repo dir which caused problems.  Corrected
> link below.
>
> This patch fixes a frozen guest on virtio-console output before a pty
> is connected.  Please pull.
>
> The following changes since commit f3c6a169a39d188e98c17a0a0ebfa7f85e5aafdd:
>
>    Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging (2012-01-03 14:39:05 -0600)

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> are available in the git repository at:
>
>    git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git master
>
> Christian Borntraeger (1):
>        virtio-console: Fix failure on unconnected pty
>
>   hw/virtio-serial-bus.c |   14 +++++++++++++-
>   1 files changed, 13 insertions(+), 1 deletions(-)
>
> 		Amit
>
>