From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4ATj-0007vq-Hk for qemu-devel@nongnu.org; Tue, 08 Nov 2016 12:46:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4ATf-0007eq-QT for qemu-devel@nongnu.org; Tue, 08 Nov 2016 12:46:34 -0500 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:33919) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c4ATf-0007eC-F3 for qemu-devel@nongnu.org; Tue, 08 Nov 2016 12:46:31 -0500 Received: by mail-wm0-x242.google.com with SMTP id p190so24165339wmp.1 for ; Tue, 08 Nov 2016 09:46:31 -0800 (PST) Sender: Paolo Bonzini References: From: Paolo Bonzini Message-ID: <40c9ae8c-629c-b75a-8213-71e0332d02da@redhat.com> Date: Tue, 8 Nov 2016 18:46:28 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/3] target-i386: Add Intel HAX files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vincent Palatin , qemu-devel On 08/11/2016 16:39, Vincent Palatin wrote: > + /* need tcg for non-UG platform in real mode */ > + if (!hax_ug_platform()) > + tcg_exec_init(tcg_tb_size * 1024 * 1024); > + Oh, it does support unrestricted guest, and in fact without unrestricted guest you don't even have SMP! Would you post a v2 that removes (after this patch 2) as much code as possible related to non-UG platforms? Paolo