Xu, Anthony wrote:
From 7b2c2612b21b895cd14e632fea845c03b6e1dedc Mon Sep 17 00:00:00 2001 From: Anthony Xu <anthony.xu@xxxxxxxxx> Date: Thu, 29 May 2008 13:14:56 -0400 Subject: [PATCH] Make qemu compile for kvm-ia64 Since merging with Qemu upsteram, it can't be compiled for kvm-ia64 @@ -620,7 +622,10 @@ int cpu_exec(CPUState *env1) env = cpu_single_env; #define env cpu_single_env #endif + +#if !defined(TARGET_IA64) next_tb = tcg_qemu_tb_exec(tc_ptr); +#endif
Instead of sprinkling all those ifdefs, how about proving stubs instead? It will reduce the merge overhead, and will be easier to fix if/when tcg can target ia64.
-- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain. -- To unsubscribe from this list: send the line "unsubscribe kvm-ia64" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html