[PATCH 0/2] Implement basic GetNumaHighestNodeNumber

Chris Moeller kode54 at gmail.com
Mon Jul 29 18:28:52 CDT 2013


This patch against HEAD does the following in two parts:

Part 1) Implements NtQuerySystemInformation class 0x37, which I have given the name SystemNumaHighestNodeNumber, since that appears to be all it does. It currently is limited to simulating a single node system, and returns the correct error status if queried with too small a return buffer.

Part 2) Implements GetNumaHighestNodeNumber based on the above interface, and behaves just like a Windows 7 32-bit kernel32.dll does in case of errors in that function.


More information about the wine-devel mailing list