From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzKmh-0006Wn-M3 for qemu-devel@nongnu.org; Mon, 01 Jun 2015 04:09:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzKmc-0005MH-GH for qemu-devel@nongnu.org; Mon, 01 Jun 2015 04:09:23 -0400 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:33591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzKmc-0005M7-Ab for qemu-devel@nongnu.org; Mon, 01 Jun 2015 04:09:18 -0400 Received: by wgez8 with SMTP id z8so107107127wge.0 for ; Mon, 01 Jun 2015 01:09:17 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <556C1325.8080705@redhat.com> Date: Mon, 01 Jun 2015 10:09:09 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <769a662ae480a03d9aaa55685d0e0ec0d4d5e769.1433052532.git.crosthwaite.peter@gmail.com> In-Reply-To: <769a662ae480a03d9aaa55685d0e0ec0d4d5e769.1433052532.git.crosthwaite.peter@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v2 20/34] HACK: exec: comment out use of cpu_get_tb_cpu_from_state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, rth@twiddle.net, edgar.iglesias@gmail.com, afaerber@suse.de, Peter Crosthwaite On 31/05/2015 08:11, Peter Crosthwaite wrote: > Not sure as to whether virtualise or not here, just commenting out for > the moment as watchpoints are nor critical to this RFC. > > Signed-off-by: Peter Crosthwaite Yes, it should be virtualized. Paolo