From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Subject: Re: [PATCH 0 of 2] Remove --disable-cpu-emulation for qemu Date: Fri, 13 Jun 2008 10:31:49 -0500 Message-ID: <1213371109.11269.1.camel@thinkpadL> References: Reply-To: jyoung5@us.ibm.com Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: kvm-ppc@vger.kernel.org To: kvm@vger.kernel.org Return-path: Received: from e34.co.us.ibm.com ([32.97.110.152]:50819 "EHLO e34.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754872AbYFMPcL (ORCPT ); Fri, 13 Jun 2008 11:32:11 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: After getting some private emails on this patch. I felt that I needed to say that these patches probably should not go in. There is some value in having a kvm only binary. So having the --disable cpu-emulation flag still has value. So best not to remove this honestly until everything completely merges with upstream qemu. On Tue, 2008-06-10 at 13:50 -0500, Jerone Young wrote: > These patches remove all traces of --disable-cpu-emulation configuration flag. > > 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