RE: [Qemu-devel] ACPI support

2005-11-09 Thread Yu, Ke
-devel@nongnu.org Subject: Re: [Qemu-devel] ACPI support Thanks! Actually, I don't need the whole ACPI mechanism working. On the real target, I want to use the power button to initiate a reboot. Such a thing can be done with something like: cat /proc/acpi/event | grep specific_event > /

Re: [Qemu-devel] ACPI support

2005-11-08 Thread Shahar Livne
Thanks! Actually, I don't need the whole ACPI mechanism working. On the real target, I want to use the power button to initiate a reboot. Such a thing can be done with something like: cat /proc/acpi/event | grep specific_event > /dev/null && reboot In the qemu, I never get to load the relevant ke

RE: [Qemu-devel] ACPI support

2005-11-08 Thread Yu, Ke
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shahar Livne Sent: 2005年11月9日 1:40 To: qemu-devel@nongnu.org Subject: [Qemu-devel] ACPI support Hi there, I use qemu for development of embedded systems. Lately I had a need to check ACPI related kernel module

[Qemu-devel] ACPI support

2005-11-08 Thread Shahar Livne
Hi there, I use qemu for development of embedded systems. Lately I had a need to check ACPI related kernel module, but I have seen that there isn't any support in the version 0.7.1 that I use. I have checked also 0.7.2 and found no support. A patch that I have found on www.h7.dion.ne.jp/~qemu-win/