From owner-svn-src-all@FreeBSD.ORG Mon Jun 21 20:09:09 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E742106567B; Mon, 21 Jun 2010 20:09:09 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id BAE088FC1E; Mon, 21 Jun 2010 20:09:08 +0000 (UTC) Received: by mail-fx0-f54.google.com with SMTP id 7so2516335fxm.13 for ; Mon, 21 Jun 2010 13:09:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=JPDMGxm8gXnfcIEgSq2GyUOIiPKvdPd2Dtky/RUVqrc=; b=iUFOP8Gt+YJCr3CQNgmjoj2wnRzEYIcqJ/SQvdxeUljQ+Iydft9ZEsoNKfK7X9Fde/ hUQkMPKhTPYdi5yT3mTZjFLqmwXBmZeD61OFJ7gsFy+TkTzxMGq6kTd63F9VTZiWz5Fv llQ4qS7sdElGCj3UJa3g7ynyomr7vjzhUhl/g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=WYcfVJ+wxPxaQG6uiRIJkSSPTkxWlV3lcv49ff2FEsebP0LT7QcESspqWYtWh/6/UB EyD35IPRo/xceTOMYRkyMdc0jXR0HB+RXuftUXBYGZmdD/bAgEuTan13M6HJMTJq9zNN ApymX9X6yLFGy2nxFqYgTTVUIKWybK4wdRyDM= Received: by 10.223.144.84 with SMTP id y20mr5364515fau.78.1277150948365; Mon, 21 Jun 2010 13:09:08 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id u12sm28154328fah.28.2010.06.21.13.09.07 (version=SSLv3 cipher=RC4-MD5); Mon, 21 Jun 2010 13:09:07 -0700 (PDT) Sender: Alexander Motin Message-ID: <4C1FC6E1.4080001@FreeBSD.org> Date: Mon, 21 Jun 2010 23:09:05 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.24 (X11/20100402) MIME-Version: 1.0 To: Kostik Belousov References: <201006202133.o5KLXTG1023067@svn.freebsd.org> <20100621195838.GJ13238@deviant.kiev.zoral.com.ua> <4C1FC6C1.5060800@FreeBSD.org> In-Reply-To: <4C1FC6C1.5060800@FreeBSD.org> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r209371 - in head/sys: amd64/amd64 amd64/include conf dev/acpica i386/i386 i386/include isa kern pc98/cbus sys x86/isa x86/x86 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2010 20:09:09 -0000 Alexander Motin wrote: > Kostik Belousov wrote: >> On Sun, Jun 20, 2010 at 09:33:29PM +0000, Alexander Motin wrote: >>> Author: mav >>> Date: Sun Jun 20 21:33:29 2010 >>> New Revision: 209371 >>> URL: http://svn.freebsd.org/changeset/base/209371 >>> >>> Log: >>> Implement new event timers infrastructure. It provides unified APIs for >>> writing event timer drivers, for choosing best possible drivers by machine >>> independent code and for operating them to supply kernel with hardclock(), >>> statclock() and profclock() events in unified fashion on various hardware. >> This broke QEMU for me. I cannot boot FreeBSD guest under QEMU anymore. >> QEMU (not FreeBSD kernel) panics with >> qemu: level-triggered hpet not supported >> message. > > According to specification, it is not optional. No more cookies! > >> Setting kern.eventtimer.timer1 to LAPIC or i8254, and timer2 to NONE >> does not help. > > Try `hint.apic.0.clock=0` and send me verbose dmesg, I'll try to make > workaround if possible. Sorry, 'hint.hpet.0.clock=0'. -- Alexander Motin