From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG58d-0007Eu-3U for qemu-devel@nongnu.org; Thu, 14 Mar 2013 06:11:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UG58b-00019p-RW for qemu-devel@nongnu.org; Thu, 14 Mar 2013 06:11:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG58b-00019c-Jy for qemu-devel@nongnu.org; Thu, 14 Mar 2013 06:11:53 -0400 Date: Thu, 14 Mar 2013 12:11:34 +0200 From: Gleb Natapov Message-ID: <20130314101133.GG11223@redhat.com> References: <1363250927-20298-1-git-send-email-hutao@cn.fujitsu.com> <20130314085718.GZ11223@redhat.com> <1363255689.4853.8.camel@i7.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1363255689.4853.8.camel@i7.infradead.org> Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH] Add pvevent device driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Woodhouse Cc: Peter Maydell , "Michael S. Tsirkin" , Hu Tao , seabios@seabios.org, qemu-devel , Alexander Graf , Blue Swirl , Orit Wasserman , Juan Quintela , Markus Armbruster , Christian Borntraeger , Jan Kiszka , Andrew Jones , Alex Williamson , Stefan Hajnoczi , Luiz Capitulino , KAMEZAWA Hiroyuki , Kevin Wolf , Anthony Liguori , Paolo Bonzini On Thu, Mar 14, 2013 at 10:08:09AM +0000, David Woodhouse wrote: > On Thu, 2013-03-14 at 10:57 +0200, Gleb Natapov wrote: > > > > > + OperationRegion(PEOR, SystemIO, 0x0505, 0x01) > > IO port should be received form QEMU by fw_cfg and patched here at run > > time. > > Pfft. ACPI table should be received from QEMU. :) > That's the feature that, as far as I understand, everyone agreed upon, but since we want to apply these patches before that feature is here we will have to do it old fashioned way for now. -- Gleb.