[SeaBIOS] Alt SeaBIOS SSDT cpu hotplug

Kevin O'Connor kevin at koconnor.net
Wed Aug 4 00:47:10 CEST 2010


On Tue, Aug 03, 2010 at 05:00:49PM +0800, Liu, Jinsong wrote:
> I just test your new patch with Windows 2008 DataCenter at my
> platform, it works OK! We can hot-add new cpus and they appear at
> Device Manager.  (BTW, yesterday I test your new patch with linux
> 2.6.32 hvm, it works fine, we can add-remove-add-remove... cpus)
> Sorry for make you spend more time. It's our fault.

Thanks.

I'll go ahead and commit it then.  I have one incremental patch (see
below) which I will also commit.

-Kevin


--- ssdt-proc.dsl       2010-08-03 18:45:12.000000000 -0400
+++ src/ssdt-proc.dsl   2010-08-03 18:45:17.000000000 -0400
@@ -44,7 +44,7 @@
             Return(CPST(ID))
         }
         Method (_EJ0, 1, NotSerialized) {
-            Return(CPEJ(ID, Arg0))
+            CPEJ(ID, Arg0)
         }
     }
 }



More information about the SeaBIOS mailing list