From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zarxj-0004cz-KM for qemu-devel@nongnu.org; Sat, 12 Sep 2015 17:03:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zarxf-0003Ev-Kf for qemu-devel@nongnu.org; Sat, 12 Sep 2015 17:03:55 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:37619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zarxf-0003El-Ea for qemu-devel@nongnu.org; Sat, 12 Sep 2015 17:03:51 -0400 Received: by wicfx3 with SMTP id fx3so91681574wic.0 for ; Sat, 12 Sep 2015 14:03:49 -0700 (PDT) Sender: Paolo Bonzini References: <1441999509-26881-1-git-send-email-ehabkost@redhat.com> <55F32C53.8050606@twiddle.net> <20150911195859.GN3574@thinpad.lan.raisama.net> From: Paolo Bonzini Message-ID: <55F49331.5030104@redhat.com> Date: Sat, 12 Sep 2015 23:03:45 +0200 MIME-Version: 1.0 In-Reply-To: <20150911195859.GN3574@thinpad.lan.raisama.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] target-i386: Don't try to enable unsupported TCG features by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , Richard Henderson Cc: Igor Mammedov , qemu-devel@nongnu.org, =?UTF-8?Q?Andreas_F=c3=a4rber?= On 11/09/2015 21:58, Eduardo Habkost wrote: > About implementing DE in TCG: I really don't think it is easier, but if > somebody wants to implement it, it would be welcome. Actually I agree that it's easier, and even a partial implementation (e.g. no I/O port breakpoints) would be nice to have because recent Windows IIRC requires DE. Paolo