Patch 1 adds a Win32 implementation of preallocation. Patch 2 fixes an initialization issue where the ram_list mutex was used before initialization. On Win32 this results in a deadlock.
Paolo Paolo Bonzini (2): fixup! memory: move preallocation code out of exec.c fixup! numa: add -numa node,memdev= option include/sysemu/os-win32.h | 2 ++ translate-all.c | 7 ------- util/oslib-win32.c | 19 +++++++++++++++++++ vl.c | 4 ++-- 4 files changed, 23 insertions(+), 9 deletions(-) -- 1.9.3