From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: qemu-kvm: Remaining relevant bits in kvm/ Date: Thu, 29 Sep 2011 14:10:04 -0300 Message-ID: <20110929171004.GB4986@amt.cnet> References: <4E8337D5.4050301@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:33509 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753210Ab1I2RKx (ORCPT ); Thu, 29 Sep 2011 13:10:53 -0400 Content-Disposition: inline In-Reply-To: <4E8337D5.4050301@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Sep 28, 2011 at 05:05:57PM +0200, Jan Kiszka wrote: > Hi all, > > in order to reduce the diff between qemu-kvm.git and upstream, > getting rid of the kvm subdirectory would be nice. What bits there > are actually still in use today? > > From the top of my head, I only remember running kvm_stat and > scripts/vmxcap from time to time. Obviously, there is nothing > actively built anymore during normal qemu production. So what is the > role of, e.g., > > - kvm/bios Does not exist. > - kvm/extboot > - kvm/vgabios Not needed, pc-bios/ version used instead. > - kvm/scripts > > today? Anything there we want to push upstream? And then drop the rest? Keep kvm_stat and scripts/ (other than vmxcap the *-release are still used), as far as i'm concerned.