From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfqRL-0006l1-9i for qemu-devel@nongnu.org; Fri, 24 May 2013 07:45:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfqRE-0002uh-KQ for qemu-devel@nongnu.org; Fri, 24 May 2013 07:45:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfqRE-0002ub-DE for qemu-devel@nongnu.org; Fri, 24 May 2013 07:45:36 -0400 Date: Fri, 24 May 2013 14:45:29 +0300 From: "Michael S. Tsirkin" Message-ID: <20130524114528.GC7046@redhat.com> References: <1369194397-608-1-git-send-email-lig.fnst@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1369194397-608-1-git-send-email-lig.fnst@cn.fujitsu.com> Subject: Re: [Qemu-devel] [PATCH 0/4] add ACPI Embedded Controller List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: liguang Cc: Anthony Liguori , Stefan Berger , qemu-devel@nongnu.org, Bruce Rogers , Joel Schopp , Gerd Hoffmann , Paolo Bonzini , Andreas =?iso-8859-1?Q?F=E4rber?= , Isaku Yamahata On Wed, May 22, 2013 at 11:46:33AM +0800, liguang wrote: > These patches try to add ACPI Embedded Controller (EC), > refer-to: > ACPI SPEC v5 chapter 5 > "ACPI Embedded Controller Interface Specification" > > EC is a standard ACPI device, it plays flexible roles, > e.g. > power controller, it can control power sequence for > platform to enter or leave system state(0,1,3,4,5), > it can controller CPU fan by the temperature of sensor. > event carrier, it can pass events between platform > and OS, so OS can execute _Qxx method which defined > by yourself. > > So, I want to deliver CPU online/offline event between > OS and QEMU for CPU hotplug feature, then we will don't > need to "echo 1 > /sys/devices/system/cpu/cpu1/online" > again after 'cpu-add'. > > patches for online/offline event handler of QEUM and > linux kernel are writing, and will send once finished. > > since EC is a common device, so I send pathes separately. Do any non-linux guests support this device? -- MST