mbox

[PULL] virtio-serial: crash fix, guest_writable()

Message ID cover.1415272750.git.amit.shah@redhat.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git tags/vser-2.2.0-queue

Message

Amit Shah Nov. 6, 2014, 11:20 a.m. UTC
The following changes since commit 6e76d125f244e10676b917208f2a074729820246:

  Update version for v2.2.0-rc0 release (2014-11-05 15:21:04 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git tags/vser-2.2.0-queue

for you to fetch changes up to 745d32d12f10badaafd26088c616025ebfe223fe:

  virtio-serial: avoid crash when port has no name (2014-11-06 16:43:35 +0530)

----------------------------------------------------------------
Couple of patches for 2.2.0: one fixes a crash, and the other adds the
guest_writable() API.

----------------------------------------------------------------
Amit Shah (1):
      virtio: serial: expose a 'guest_writable' callback for users

Marc-André Lureau (1):
      virtio-serial: avoid crash when port has no name

 hw/char/virtio-serial-bus.c       | 33 ++++++++++++++++++++++++++++++++-
 include/hw/virtio/virtio-serial.h | 11 +++++++++++
 2 files changed, 43 insertions(+), 1 deletion(-)

Comments

Peter Maydell Nov. 6, 2014, 12:49 p.m. UTC | #1
On 6 November 2014 11:20, Amit Shah <amit.shah@redhat.com> wrote:
> The following changes since commit 6e76d125f244e10676b917208f2a074729820246:
>
>   Update version for v2.2.0-rc0 release (2014-11-05 15:21:04 +0000)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git tags/vser-2.2.0-queue
>
> for you to fetch changes up to 745d32d12f10badaafd26088c616025ebfe223fe:
>
>   virtio-serial: avoid crash when port has no name (2014-11-06 16:43:35 +0530)
>
> ----------------------------------------------------------------
> Couple of patches for 2.2.0: one fixes a crash, and the other adds the
> guest_writable() API.
>
> ----------------------------------------------------------------
> Amit Shah (1):
>       virtio: serial: expose a 'guest_writable' callback for users

...this looks suspiciously like a new feature, not a bugfix?

thanks
-- PMM
Amit Shah Nov. 7, 2014, 5 a.m. UTC | #2
On (Thu) 06 Nov 2014 [12:49:17], Peter Maydell wrote:
> On 6 November 2014 11:20, Amit Shah <amit.shah@redhat.com> wrote:
> > The following changes since commit 6e76d125f244e10676b917208f2a074729820246:
> >
> >   Update version for v2.2.0-rc0 release (2014-11-05 15:21:04 +0000)
> >
> > are available in the git repository at:
> >
> >   git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git tags/vser-2.2.0-queue
> >
> > for you to fetch changes up to 745d32d12f10badaafd26088c616025ebfe223fe:
> >
> >   virtio-serial: avoid crash when port has no name (2014-11-06 16:43:35 +0530)
> >
> > ----------------------------------------------------------------
> > Couple of patches for 2.2.0: one fixes a crash, and the other adds the
> > guest_writable() API.
> >
> > ----------------------------------------------------------------
> > Amit Shah (1):
> >       virtio: serial: expose a 'guest_writable' callback for users
> 
> ...this looks suspiciously like a new feature, not a bugfix?

Removed that and re-sent the pull req.

		Amit