From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH 0 of 2] Remove --disable-cpu-emulation for qemu Date: Tue, 17 Jun 2008 08:27:03 -0500 Message-ID: <4857BBA7.7090101@codemonkey.ws> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, Avi Kivity To: Jerone Young Return-path: Received: from yx-out-2324.google.com ([74.125.44.29]:13021 "EHLO yx-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756679AbYFQN1Y (ORCPT ); Tue, 17 Jun 2008 09:27:24 -0400 Received: by yx-out-2324.google.com with SMTP id 31so508506yxl.1 for ; Tue, 17 Jun 2008 06:27:23 -0700 (PDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Jerone Young wrote: > These patches remove all traces of --disable-cpu-emulation configuration flag. > Avi: can you apply this series? --disable-cpu-emulation doesn't compile on x86 for kvm-70. It would be better to revert it then trying to fix it since it serves no purpose anymore. Regards, Anthony Liguori > Signed-off-by: Jerone Young > > 6 files changed, 2 insertions(+), 227 deletions(-) > qemu/Makefile.target | 6 -- > qemu/configure | 13 ----- > qemu/target-i386/fake-exec.c | 54 --------------------- > qemu/target-ia64/fake-exec.c | 44 ----------------- > qemu/target-ppc/fake-exec.c | 104 ------------------------------------------ > qemu/vl.c | 8 --- > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >