From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 01/14] kvm tools: Move disk image related code under disk directory Date: Wed, 18 May 2011 10:42:31 +0200 Message-ID: <20110518084231.GG14805@elte.hu> References: <1305706755-2816-1-git-send-email-asias.hejun@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Pekka Enberg , Cyrill Gorcunov , Sasha Levin , Prasad Joshi , kvm@vger.kernel.org To: Asias He Return-path: Received: from mx3.mail.elte.hu ([157.181.1.138]:60005 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756555Ab1ERIml (ORCPT ); Wed, 18 May 2011 04:42:41 -0400 Content-Disposition: inline In-Reply-To: <1305706755-2816-1-git-send-email-asias.hejun@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: * Asias He wrote: > This patch removes disk-image.c and qcow.c under disk directory. > > Signed-off-by: Asias He > --- > tools/kvm/Makefile | 4 ++-- > tools/kvm/{ => disk}/disk-image.c | 0 btw., you may want to name it 'image.c' and thus have the intuitive: tools/kvm/disk-image.c => tools/kvm/disk/image.c replacement instead of tools/kvm/disk/disk-image.c which repeats 'disk' twice. Thanks, Ingo