qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] q35: fix GPE method for cpu hotplug
@ 2013-08-21  9:04 Hu Tao
  2013-08-21  9:04 ` [Qemu-devel] [PATCH 1/2] ich9: update sci on gpe write Hu Tao
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Hu Tao @ 2013-08-21  9:04 UTC (permalink / raw)
  To: seabios, qemu-devel

cpu hotplug uses bit 2 of GPE instead of bit 1.

Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
---
 src/q35-acpi-dsdt.dsl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/q35-acpi-dsdt.dsl b/src/q35-acpi-dsdt.dsl
index c031d83..417ac48 100644
--- a/src/q35-acpi-dsdt.dsl
+++ b/src/q35-acpi-dsdt.dsl
@@ -415,11 +415,11 @@ DefinitionBlock (
         Method(_L00) {
         }
         Method(_L01) {
+        }
+        Method(_E02) {
             // CPU hotplug event
             \_SB.PRSC()
         }
-        Method(_L02) {
-        }
         Method(_L03) {
         }
         Method(_L04) {
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-10-07  7:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-21  9:04 [Qemu-devel] [PATCH] q35: fix GPE method for cpu hotplug Hu Tao
2013-08-21  9:04 ` [Qemu-devel] [PATCH 1/2] ich9: update sci on gpe write Hu Tao
2013-09-12 15:22   ` Igor Mammedov
2013-09-23 11:20     ` Hu Tao
2013-08-21  9:04 ` [Qemu-devel] [PATCH 2/2] q35: add cpu hotplug support Hu Tao
2013-08-21  9:10   ` Hu Tao
2013-08-21 11:01   ` Gerd Hoffmann
2013-08-21 11:27     ` Paolo Bonzini
2013-08-21 11:36       ` Gerd Hoffmann
2013-10-04 13:20     ` Igor Mammedov
2013-10-07  7:54       ` Gerd Hoffmann
2013-08-21 11:40   ` Andreas Färber
2013-09-12 15:29   ` Igor Mammedov
2013-08-21 11:05 ` [Qemu-devel] [SeaBIOS] [PATCH] q35: fix GPE method for cpu hotplug Gerd Hoffmann
2013-09-10 12:34   ` Igor Mammedov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).