From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M64Kk-0000ev-Ud for qemu-devel@nongnu.org; Mon, 18 May 2009 11:00:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M64Kd-0000c3-Bu for qemu-devel@nongnu.org; Mon, 18 May 2009 11:00:53 -0400 Received: from [199.232.76.173] (port=42086 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M64KZ-0000b2-Tk for qemu-devel@nongnu.org; Mon, 18 May 2009 11:00:45 -0400 Received: from mail.windriver.com ([147.11.1.11]:62425 helo=mail.wrs.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M64KZ-0002ZZ-3Y for qemu-devel@nongnu.org; Mon, 18 May 2009 11:00:43 -0400 Received: from ALA-MAIL03.corp.ad.wrs.com (ala-mail03 [147.11.57.144]) by mail.wrs.com (8.13.6/8.13.6) with ESMTP id n4IF0Ztf007035 for ; Mon, 18 May 2009 08:00:35 -0700 (PDT) From: Jason Wessel Date: Mon, 18 May 2009 10:00:25 -0500 Message-Id: <1242658828-22556-1-git-send-email-jason.wessel@windriver.com> Subject: [Qemu-devel] [PATCH 0/3] usb and non usb serial improvements List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org These are a number of small fixes to improve qemu for serial devices. I rolled all three outstanding patches into one series since they are all related to qemu's handling of serial communications devices. The 3rd patch in the series has been around a long time and there a number of folks in the qemu community are hand patching it in to their tree, or have asked about why it has not been merged. Please consider these patches for merging to the qemu development branch. If there are questions about the patches, I am happy to provide answers. Thanks, Jason. --- Jason Wessel (3): usb-serial: implement break event. serial: fix lost character after sysrq USB serial device support hw/serial.c | 2 ++ hw/usb-serial.c | 12 ++++++++++-- usb-linux.c | 3 +-- 3 files changed, 13 insertions(+), 4 deletions(-)