From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUYKz-00030G-EL for qemu-devel@nongnu.org; Fri, 11 Oct 2013 04:44:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUYKt-00009t-El for qemu-devel@nongnu.org; Fri, 11 Oct 2013 04:44:45 -0400 Message-ID: <5257BA59.4010108@redhat.com> Date: Fri, 11 Oct 2013 10:44:09 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <525729E4.6070108@ilande.co.uk> In-Reply-To: <525729E4.6070108@ilande.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] PPC: Timer issues with git master List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark Cave-Ayland Cc: "qemu-ppc@nongnu.org" , qemu-devel , alex@alex.org.uk, Alexander Graf Il 11/10/2013 00:27, Mark Cave-Ayland ha scritto: > > I've just upgraded my git repository from around the 1.6 release > timeframe to git master and I'm seeing some strange timing issues > running through my OpenBIOS test suite which weren't there before my git > update. > > The two most noticeable changes are in FreeBSD and HelenOS; the > countdown timer in the FreeBSD bootloader used to count down in seconds > whereas now it whizzes down to zero, and HelenOS now takes a very very > long time to boot. > > In order to reproduce from git master download the appropriate ISOs and > launch QEMU like this: > > ./qemu-system-ppc -cdrom > /home/build/src/qemu/image/ppc/FreeBSD-9.1-RC2-powerpc-release.iso -M > mac99 -m 512 -boot d > > ./qemu-system-ppc -cdrom > /home/build/src/qemu/image/ppc/HelenOS-0.4.2-ppc32.iso -m 512 -boot d > > Paulo/Alex B - I know you've been working with timers, so wondered if > this is related to some of the changes you've been making? I've also > copied Alex Graf in case this is somehow related to how the timer code > interacts with the PPC timebase-frequency. Can you bisect them? Paolo