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) } } } -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html