From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8FAt-0000Lj-Io for qemu-devel@nongnu.org; Thu, 15 Mar 2012 14:13:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8FAS-0002fh-UZ for qemu-devel@nongnu.org; Thu, 15 Mar 2012 14:13:19 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:35795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8FAS-0002fM-LG for qemu-devel@nongnu.org; Thu, 15 Mar 2012 14:12:52 -0400 Received: by bkcjg9 with SMTP id jg9so2923042bkc.4 for ; Thu, 15 Mar 2012 11:12:49 -0700 (PDT) From: Marek Vasut Date: Thu, 15 Mar 2012 19:12:47 +0100 References: <4E859A76.2000808@siemens.com> <4F5B308B.6010401@web.de> <201203120039.46760.marek.vasut@gmail.com> In-Reply-To: <201203120039.46760.marek.vasut@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201203151912.47455.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: Jan Kiszka Cc: Blue Swirl , Anthony Liguori , qemu-devel@nongnu.org, David Gibson Dear Marek Vasut, > Dear Jan Kiszka, > > > On 2012-03-10 07:19, Marek Vasut wrote: > > > 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. > > > > Removing that timer removal likely just revealed some formerly hidden > > bug. Can you share the command line used for starting and some test > > image? > > > > Jan > > qemu-system-arm -M z2 -pflash flash.img -serial null -serial null -serial > stdio -display none > > flash.img attached (XZ-ed) > Bump? Best regards, Marek Vasut