Re: [PATCH 1/2] ntdll: Implement NtQuerySystemInformation class 0x37

2013-07-29 Thread James Eder
On Mon, Jul 29, 2013 at 5:29 PM, Chris Moeller wrote: > > You should add a FIXME() for the SystemNumaHighestNodeNumber case since you are not implementing the full behavior. QEMU may be able to emulate NUMA so that may be worth a look (although the man page sucks on the topic). It's been a whi

[PATCH 1/2] ntdll: Implement NtQuerySystemInformation class 0x37

2013-07-29 Thread Chris Moeller
From c0c3050e32d8d79596b6ec4dfc8a2a5b5ca76f8b Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Mon, 29 Jul 2013 16:19:19 -0700 Subject: ntdll: Implement NtQuerySystemInformation class 0x37, used by GetNumaHighestNodeNumber --- dlls/ntdll/nt.c| 14 ++ include/winternl.h |