From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXXBw-0002tk-Kg for qemu-devel@nongnu.org; Thu, 03 Sep 2015 12:16:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXXBs-0007vO-GU for qemu-devel@nongnu.org; Thu, 03 Sep 2015 12:16:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXXBs-0007v3-4A for qemu-devel@nongnu.org; Thu, 03 Sep 2015 12:16:44 -0400 References: <55E80FF8.10200@redhat.com> <20150903145007.GA5145@x> <55E86D09.1020504@redhat.com> <94F2FBAB4432B54E8AACC7DFDE6C92E37D342E42@ORSMSX112.amr.corp.intel.com> From: Laszlo Ersek Message-ID: <55E87267.8090501@redhat.com> Date: Thu, 3 Sep 2015 18:16:39 +0200 MIME-Version: 1.0 In-Reply-To: <94F2FBAB4432B54E8AACC7DFDE6C92E37D342E42@ORSMSX112.amr.corp.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] "Using Python to investigate EFI and ACPI" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Moore, Robert" , Josh Triplett Cc: Michael Tsirkin , edk2-devel-01 , Shannon Zhao , qemu devel list , Jake Edge , "Smith, Jonathan D" , Paolo Bonzini , Marcel Apfelbaum , Igor Mammedov On 09/03/15 17:57, Moore, Robert wrote: > > >> -----Original Message----- >> From: Laszlo Ersek [mailto:lersek@redhat.com] >> Sent: Thursday, September 03, 2015 8:54 AM >> To: Josh Triplett >> Cc: edk2-devel-01; qemu devel list; Michael Tsirkin; Igor Mammedov; Marcel >> Apfelbaum; Paolo Bonzini; Shannon Zhao; Moore, Robert; Smith, Jonathan D; >> Jake Edge >> Subject: Re: "Using Python to investigate EFI and ACPI" >> >> Another question: when you execute an AML method that does, say, IO port >> access, does the AML interpreter of ACPICA actually *perform* that IO port >> access? Because, the one that is embedded in Linux obviously does, and the >> one that is embedded in the userspace ACPICA command line utility >> "acpiexec" obviously doesn't. > > We have recently integrated the ACPICA AML debugger with the Linux kernel, > and we have a userspace utility that allows communication with the debugger. > This allows the user to enter debugger commands such as "execute control method", > and the commands are carried out by the kernel code -- thus talking to the > actual hardware. ... Was it merged in commit c91c5b276b? The series at ? Or is that "only" a followup series to the main work? Can you please provide a pointer to the userspace tool as well? This thread is getting better and better. :) Thank you! Laszlo