From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4CJL-00066j-8C for qemu-devel@nongnu.org; Tue, 08 Nov 2016 14:44:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4CJK-0005r9-A5 for qemu-devel@nongnu.org; Tue, 08 Nov 2016 14:43:59 -0500 Received: from mail-it0-x235.google.com ([2607:f8b0:4001:c0b::235]:37543) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c4CJK-0005ql-4E for qemu-devel@nongnu.org; Tue, 08 Nov 2016 14:43:58 -0500 Received: by mail-it0-x235.google.com with SMTP id u205so229288374itc.0 for ; Tue, 08 Nov 2016 11:43:57 -0800 (PST) MIME-Version: 1.0 Sender: vpalatin@google.com In-Reply-To: <40c9ae8c-629c-b75a-8213-71e0332d02da@redhat.com> References: <40c9ae8c-629c-b75a-8213-71e0332d02da@redhat.com> From: Vincent Palatin Date: Tue, 8 Nov 2016 20:43:36 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 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: Paolo Bonzini Cc: qemu-devel On Tue, Nov 8, 2016 at 6:46 PM, Paolo Bonzini wrote: > > > 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? Yes I can do this. -- Vincent