qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] 回复: Re: Which part of q emu responds to ACPI control m


From: Laszlo Ersek
Subject: Re: [Qemu-devel] 回复: Re: Which part of q emu responds to ACPI control method?
Date: Wed, 03 Jul 2013 10:01:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130621 Thunderbird/17.0.7

On 07/03/13 04:14, bobooscar wrote:
> Take the method “_PTS” for example, how could I know how it access a
> certain hardware, and what hardware it accesses? I am a newbie in this
> field, thanks in advance;)

In "POSIX-like" guests, you can dump the ACPI tables with the "acpidump"
utility (pmtools package), eg.

  acpidump --table DSDT --output DSDT.aml --binary

then decompile it with "iasl":

  iasl -d DSDT.aml

This creates "DSDT.dsl", a decompiled ACPI Source Language file. You can
interpret it by consulting the ACPI specification
<http://www.acpi.info/spec50.htm>.

Laszlo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]