From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si0Lt-0005J3-6k for qemu-devel@nongnu.org; Fri, 22 Jun 2012 05:40:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Si0Lo-00059t-5O for qemu-devel@nongnu.org; Fri, 22 Jun 2012 05:40:28 -0400 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:57258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si0Ln-00057d-SW for qemu-devel@nongnu.org; Fri, 22 Jun 2012 05:40:24 -0400 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 22 Jun 2012 10:40:20 +0100 Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q5M9eH6H2777332 for ; Fri, 22 Jun 2012 10:40:17 +0100 Received: from d06av12.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q5M9eHAf019716 for ; Fri, 22 Jun 2012 03:40:17 -0600 From: Stefan Hajnoczi Date: Fri, 22 Jun 2012 10:40:09 +0100 Message-Id: <1340358009-16033-13-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1340358009-16033-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1340358009-16033-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 12/12] tci: Support INDEX_op_bswap64_i64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Stefan Weil , qemu-devel@nongnu.org, Stefan Hajnoczi From: Stefan Weil Running the Windows 7 (64 bit) boot process needs INDEX_op_bswap64_i64. It was already implemented, but untested. Remove the TODO() statement. Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- tci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tci.c b/tci.c index a412a4e..c79350d 100644 --- a/tci.c +++ b/tci.c @@ -1014,7 +1014,6 @@ tcg_target_ulong tcg_qemu_tb_exec(CPUArchState *cpustate, uint8_t *tb_ptr) #endif #if TCG_TARGET_HAS_bswap64_i64 case INDEX_op_bswap64_i64: - TODO(); t0 = *tb_ptr++; t1 = tci_read_r64(&tb_ptr); tci_write_reg64(t0, bswap64(t1)); -- 1.7.10