From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wxcfq-0003ti-Mm for qemu-devel@nongnu.org; Thu, 19 Jun 2014 09:46:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wxcfk-0007Yy-IC for qemu-devel@nongnu.org; Thu, 19 Jun 2014 09:46:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wxcfk-0007Yk-9N for qemu-devel@nongnu.org; Thu, 19 Jun 2014 09:46:36 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5JDkY8r013594 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 19 Jun 2014 09:46:35 -0400 Date: Thu, 19 Jun 2014 16:47:02 +0300 From: "Michael S. Tsirkin" Message-ID: <20140619134702.GA2150@redhat.com> References: <1403184944-17390-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1403184944-17390-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] win32 fixes for NUMA merge List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Thu, Jun 19, 2014 at 03:35:42PM +0200, Paolo Bonzini wrote: > 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 Applied, thanks a lot. > 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