From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzPZz-0006rj-RP for qemu-devel@nongnu.org; Fri, 12 Dec 2014 07:44:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzPZq-0001l6-QU for qemu-devel@nongnu.org; Fri, 12 Dec 2014 07:44:19 -0500 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:35036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzPZq-0001kz-JY for qemu-devel@nongnu.org; Fri, 12 Dec 2014 07:44:10 -0500 Received: by mail-wg0-f46.google.com with SMTP id x13so9098944wgg.33 for ; Fri, 12 Dec 2014 04:44:09 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Fri, 12 Dec 2014 13:43:59 +0100 Message-Id: <1418388243-1886-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/4] serial fixes, including 2.2->2.1 migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: imammedo@redhat.com, andrey@xdel.ru, dgilbert@redhat.com, batuzovk@ispras.ru v3 manages to separate the migration fix from subsequent semantic changes, to make the backport as safe as possible. Paolo Bonzini (4): serial: reset thri_pending on IER writes with THRI=0 serial: clean up THRE/TEMT handling serial: update LSR on enabling/disabling FIFOs serial: only resample THR interrupt on rising edge of IER.THRI hw/char/serial.c | 58 ++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 40 insertions(+), 18 deletions(-) -- 1.8.3.1