From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbXS4-00034d-Nn for qemu-devel@nongnu.org; Mon, 14 Sep 2015 13:22:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbXS1-0002E6-KU for qemu-devel@nongnu.org; Mon, 14 Sep 2015 13:22:00 -0400 Received: from mail-qk0-x229.google.com ([2607:f8b0:400d:c09::229]:36822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbXS1-0002E2-Gb for qemu-devel@nongnu.org; Mon, 14 Sep 2015 13:21:57 -0400 Received: by qkcf65 with SMTP id f65so61099410qkc.3 for ; Mon, 14 Sep 2015 10:21:57 -0700 (PDT) Sender: Richard Henderson References: <1441999509-26881-1-git-send-email-ehabkost@redhat.com> <55F32C53.8050606@twiddle.net> <20150911195859.GN3574@thinpad.lan.raisama.net> <55F49331.5030104@redhat.com> From: Richard Henderson Message-ID: <55F70232.4090105@twiddle.net> Date: Mon, 14 Sep 2015 10:21:54 -0700 MIME-Version: 1.0 In-Reply-To: <55F49331.5030104@redhat.com> 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: Paolo Bonzini , Eduardo Habkost Cc: Igor Mammedov , qemu-devel@nongnu.org, =?UTF-8?Q?Andreas_F=c3=a4rber?= On 09/12/2015 02:03 PM, Paolo Bonzini wrote: > > > 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. Isn't I/O port breakpoints the only thing we're missing from DE? r~