qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] win32 fixes for NUMA merge


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 0/2] win32 fixes for NUMA merge
Date: Thu, 19 Jun 2014 15:35:42 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]