From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxcVZ-0003zP-FW for qemu-devel@nongnu.org; Thu, 19 Jun 2014 09:36:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxcVQ-0003se-G2 for qemu-devel@nongnu.org; Thu, 19 Jun 2014 09:36:05 -0400 Received: from mail-qa0-x231.google.com ([2607:f8b0:400d:c00::231]:39057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxcVQ-0003sX-Bw for qemu-devel@nongnu.org; Thu, 19 Jun 2014 09:35:56 -0400 Received: by mail-qa0-f49.google.com with SMTP id w8so1927462qac.22 for ; Thu, 19 Jun 2014 06:35:55 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 19 Jun 2014 15:35:42 +0200 Message-Id: <1403184944-17390-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] win32 fixes for NUMA merge List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mst@redhat.com 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