From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmL7Y-0001Bb-8X for qemu-devel@nongnu.org; Thu, 06 Nov 2014 06:21:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmL7S-00038k-3K for qemu-devel@nongnu.org; Thu, 06 Nov 2014 06:20:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmL7R-00038a-SN for qemu-devel@nongnu.org; Thu, 06 Nov 2014 06:20:50 -0500 From: Amit Shah Date: Thu, 6 Nov 2014 16:50:36 +0530 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL] virtio-serial: crash fix, guest_writable() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu list Cc: Amit Shah , Peter Maydell The following changes since commit 6e76d125f244e10676b917208f2a0747298202= 46: 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=C3=A9 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(-)