From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbkKO-0000Zu-Km for qemu-devel@nongnu.org; Tue, 15 Sep 2015 03:06:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbkKL-0007ye-6h for qemu-devel@nongnu.org; Tue, 15 Sep 2015 03:06:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbkKL-0007yM-0u for qemu-devel@nongnu.org; Tue, 15 Sep 2015 03:06:53 -0400 Date: Tue, 15 Sep 2015 15:06:49 +0800 From: Fam Zheng Message-ID: <20150915070649.GA30390@ad.nay.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [Qemu-stable] About qemu-kvm branch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tseng gogo Cc: qemu-devel@nongnu.org On Tue, 09/15 14:51, tseng gogo wrote: > Hi , > > Sorry in advance that I am not sure that if I ask this question here is > appropriate. I am new to use KVM and want to do some research in qemu-kvm > live migration. > > In my environment, I install centos 7.0 with rpm install qemu-kvm > 1.5.3, but what I want to do research is the source code. So I try to find > qemu-kvm 1.5.3 on the Internet, but there is nothing I can find. > > I tried to git clone to git:// > git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git, but the qemu-kvm which I git > clone is version 1.2.5. > > Can someone tell me that where can I find the qemu-kvm 1.5.3 source > code branch? Also what I have googled saying that qemu-kvm fork is > deprecated, is this mean that if we want to use the latest version > qemu-kvm, we should download the qemu and configure it? > > Thank everyone in advance! Hi! Nowadays qemu-kvm in CentOS is actually based on QEMU instead of the foregone qemu-kvm fork, since qemu-kvm got merged back to QEMU years ago. The srpm is not hard to find if you tried to google "how to download source rpm in centos 7": https://wiki.centos.org/HowTos/RebuildSRPM http://vault.centos.org/7.0.1406/os/Source/SPackages/qemu-kvm-1.5.3-60.el7.src.rpm [BTW, qemu-stable and qemu-trivial are for particular patch contribution, not for general discussion. Please just send to qemu-devel and/or qemu-discussion next time.] Fam