From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6Feg-0004aR-Mb for qemu-devel@nongnu.org; Sat, 10 Mar 2012 01:19:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S6Fee-0008V5-Qc for qemu-devel@nongnu.org; Sat, 10 Mar 2012 01:19:50 -0500 Received: from mail-we0-f173.google.com ([74.125.82.173]:48986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6Fee-0008Ut-En for qemu-devel@nongnu.org; Sat, 10 Mar 2012 01:19:48 -0500 Received: by werp12 with SMTP id p12so2008196wer.4 for ; Fri, 09 Mar 2012 22:19:46 -0800 (PST) From: Marek Vasut Date: Sat, 10 Mar 2012 07:19:42 +0100 References: <4E859A76.2000808@siemens.com> In-Reply-To: <4E859A76.2000808@siemens.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201203100719.43330.marek.vasut@gmail.com> Subject: Re: [Qemu-devel] [PATCH 2/2] Drop obsolete nographic timer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Jan Kiszka , Anthony Liguori , David Gibson Dear Jan Kiszka, > We flush coalesced MMIO in the device models now, and VNC - for which > this was once introduced - is also fine without it as it has its own > refresh timer. > > Signed-off-by: Jan Kiszka > --- > vl.c | 13 ------------- > 1 files changed, 0 insertions(+), 13 deletions(-) This patch seems to break QEMU/PXA emulation for me on the ZipitZ2 platform. The serial console became very slow, but only when I type something in. The output from the device to the console is ok. After reverting this particular one, the console behaves normally. Thanks for your help! Best regards, Marek Vasut