From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [PATCH 1/3 - qemu-kvm stable-1.0] Fix conditional build of various x86 specific bits Date: Thu, 24 May 2012 13:03:51 +1000 Message-ID: <1337828631.3038.62.camel@pasglop> References: <1337825690.3038.50.camel@pasglop> <4FBDA23C.5000608@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Avi Kivity , kvm@vger.kernel.org, Marcelo Tosatti To: Jan Kiszka Return-path: Received: from gate.crashing.org ([63.228.1.57]:50904 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932116Ab2EXDD7 (ORCPT ); Wed, 23 May 2012 23:03:59 -0400 In-Reply-To: <4FBDA23C.5000608@web.de> Sender: kvm-owner@vger.kernel.org List-ID: > > An equivalent of this is already in qemu-kvm master as commit id > > 20ad1def644494f5055d129961d46b050c0a6158 > > What is the interest of patching qemu-kvm for non-x86? It is not > supposed to be used for this. And the affected bits are history in 1.1 > (or 1.2 latest). Are there distros proving QEMU based on qemu-kvm for > non-x86 hosts? Fedora uses qemu-kvm as their "upstream" qemu source tree for all qemu builds, KVM and non-KVM ones, for all targets. These fixes are necessary to make qemu in fc17 (and later) to build ppc64-softmmu targets (with and without KVM). Cheers, Ben.