From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcWBV-0000br-TL for qemu-devel@nongnu.org; Wed, 15 May 2013 03:31:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcWBS-0005rA-3M for qemu-devel@nongnu.org; Wed, 15 May 2013 03:31:37 -0400 Received: from [222.73.24.84] (port=20266 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcWBR-0005qv-Nu for qemu-devel@nongnu.org; Wed, 15 May 2013 03:31:34 -0400 Date: Wed, 15 May 2013 15:30:53 +0800 From: Hu Tao Message-ID: <20130515073053.GA12825@localhost.localdomain> References: <1365146271-6220-1-git-send-email-hutao@cn.fujitsu.com> <51933792.7030700@redhat.com> <20130515072739.GA30450@localhost.localdomain> MIME-Version: 1.0 In-Reply-To: <20130515072739.GA30450@localhost.localdomain> Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH v17] Add pvpanic device driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: Peter Maydell , Andrew Jones , Alex Williamson , Juan Quintela , "Michael S. Tsirkin" , Jan Kiszka , seabios@seabios.org, qemu-devel , Markus Armbruster , Blue Swirl , Orit Wasserman , Alexander Graf , Anthony Liguori , Stefan Hajnoczi , Paolo Bonzini , Luiz Capitulino , Christian Borntraeger , KAMEZAWA Hiroyuki On Wed, May 15, 2013 at 03:27:39PM +0800, Hu Tao wrote: > On Wed, May 15, 2013 at 09:21:54AM +0200, Laszlo Ersek wrote: > > On 04/05/13 09:17, Hu Tao wrote: > > > > > + Method(RDPT, 0, NotSerialized) { > > > + Store(PEPT, Local0) > > > + Return (Local0) > > > + } > > > + > > > + Method(WRPT, 1, NotSerialized) { > > > + Store(Arg0, PEPT) > > > + } > > > > Please excuse my asking, I haven't been following this -- who's supposed > > to call these methods? The latest guest kernel patch I managed to find > > ([PATCH v7] kvm: notify host when the guest is panicked -- probably > > obsolete by now) appears to do a direct outl(). > > An old version calls WRPT but is buggy, so you see the outl version. > This patch is in seabios before the outl version. If you think these > methods are needless, feel free to send a patch. I mean v19 by outl verson. Sorry for confusing.