From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcW0C-0004oH-N9 for qemu-devel@nongnu.org; Wed, 15 May 2013 03:19:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcW09-0002J4-B6 for qemu-devel@nongnu.org; Wed, 15 May 2013 03:19:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcW09-0002Iu-1b for qemu-devel@nongnu.org; Wed, 15 May 2013 03:19:53 -0400 Message-ID: <51933792.7030700@redhat.com> Date: Wed, 15 May 2013 09:21:54 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1365146271-6220-1-git-send-email-hutao@cn.fujitsu.com> In-Reply-To: <1365146271-6220-1-git-send-email-hutao@cn.fujitsu.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH v17] Add pvpanic device driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hu Tao Cc: Peter Maydell , Gleb Natapov , "Michael S. Tsirkin" , Jan Kiszka , seabios@seabios.org, qemu-devel , Markus Armbruster , Blue Swirl , Orit Wasserman , Juan Quintela , Alexander Graf , Christian Borntraeger , Andrew Jones , Alex Williamson , Kevin O'Connor , Sasha Levin , Stefan Hajnoczi , Luiz Capitulino , KAMEZAWA Hiroyuki , Anthony Liguori , Marcelo Tosatti , Paolo Bonzini 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(). Thanks, Laszlo