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;)
已从三星手机发送 -------- 原始邮件 -------- 发件人: Laszlo Ersek <ler...@redhat.com> 日期: 2013-07-02 23:57 (GMT+08:00) 收件人: bobooscar <boboos...@gmail.com> 抄送: qemu-devel@nongnu.org 主题: Re: [Qemu-devel] Which part of qemu responds to ACPI control method? On 07/02/13 15:05, bobooscar wrote: > > Hi,all: > When a guest domain excutes a control method, such as “_PTS”, which > part of qemu would respond and handle the request? thank you in advance. IMHO, like any other method, _PTS (Prepare To Sleep) is executed by the guest's ACPI interpreter, and qemu responds only to the hardware accesses that the method makes. Laszlo