From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmVDx-0006JE-9K for qemu-devel@nongnu.org; Mon, 19 May 2014 17:36:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WmVDq-00083U-O6 for qemu-devel@nongnu.org; Mon, 19 May 2014 17:35:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WmVDq-00083C-Fv for qemu-devel@nongnu.org; Mon, 19 May 2014 17:35:50 -0400 Date: Mon, 19 May 2014 23:35:40 +0200 From: Igor Mammedov Message-ID: <20140519233540.112b8e5a@thinkpad> In-Reply-To: <537A7797.6010702@redhat.com> References: <5369F9A8.8030800@profihost.ag> <1400534668-19558-1-git-send-email-imammedo@redhat.com> <537A7797.6010702@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vl.c: daemonize before guest memory allocation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: peter.maydell@linaro.org, s.priebe@profihost.ag, jan.kiszka@siemens.com, mst@redhat.com, qemu-devel@nongnu.org, aliguori@amazon.com, pbonzini@redhat.com On Mon, 19 May 2014 15:28:55 -0600 Eric Blake wrote: > On 05/19/2014 03:24 PM, Igor Mammedov wrote: > > memory allocated for guest before QEMU is demonized and then mapped > > s/demonized/daemonized/ > > > later in guest's addess space after it is demonized, leads to EPT > > s/addess/address/, daemonized again > > > violation and QEMU abort. > > > > To avoid this and similar issues switch to deamonized mode early > > s/deamonized/daemonized/ > > > before processing applying/processing other options. Thanks Eric a lot for pointing out to my silly typos/mistakes, I'll include fixed patch on next respin of this series. > > > > Signed-off-by: Igor Mammedov > > --- > > -- > Eric Blake eblake redhat com +1-919-301-3266 > Libvirt virtualization library http://libvirt.org > -- Regards, Igor