From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvNOi-0006Vb-8p for qemu-devel@nongnu.org; Sun, 29 Jul 2012 02:54:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvNOg-00060X-ST for qemu-devel@nongnu.org; Sun, 29 Jul 2012 02:54:40 -0400 Received: from e28smtp05.in.ibm.com ([122.248.162.5]:50443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvNOg-00060H-8s for qemu-devel@nongnu.org; Sun, 29 Jul 2012 02:54:38 -0400 Received: from /spool/local by e28smtp05.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sun, 29 Jul 2012 12:24:35 +0530 Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) by d28relay01.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q6T6sWCd28377308 for ; Sun, 29 Jul 2012 12:24:33 +0530 Received: from d28av02.in.ibm.com (loopback [127.0.0.1]) by d28av02.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q6T6sWbK022850 for ; Sun, 29 Jul 2012 16:54:32 +1000 Message-ID: <5014DE26.30906@linux.vnet.ibm.com> Date: Sun, 29 Jul 2012 12:24:30 +0530 From: Supriya Kannery MIME-Version: 1.0 References: <20120615204648.9853.1225.sendpatchset@skannery.in.ibm.com> <20120615204701.9853.3126.sendpatchset@skannery.in.ibm.com> <4FF5C2F6.3010000@redhat.com> In-Reply-To: <4FF5C2F6.3010000@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [v1 Patch 1/10]Qemu: Enhance "info block" to display host cache setting Reply-To: supriyak@linux.vnet.ibm.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jcody@redhat.com Cc: Kevin Wolf , Shrinidhi Joshi , Stefan Hajnoczi , qemu-devel@nongnu.org, Luiz Capitulino , Paolo Bonzini , Christoph Hellwig On 07/05/2012 10:08 PM, Jeff Cody wrote: > On 06/15/2012 04:47 PM, Supriya Kannery wrote: >> Enhance "info block" to display hostcache setting for each >> block device. >> >> Example: >> (qemu) info block >> ide0-hd0: removable=0 file=../rhel6-32.raw ro=0 drv=raw encrypted=0 >> >> Enhanced to display "hostcache" setting: >> (qemu) info block >> ide0-hd0: removable=0 hostcache=1 file=../rhel6-32.raw ro=0 drv=raw encrypted=0 >> >> Signed-off-by: Supriya Kannery >> > > This email is not about any changes per se, but just noting some > conflicts (see below) with Paolo's blkmirror series (from his branch > blkmirror-job-1.2 in git://github.com/bonzini/qemu.git). This is just > for future reference, I don't know which will go in first. > > I have been using code from git://git.qemu.org/qemu.git for posting patches. Will use the same for next version of this patchset as well, so that patches are prepared over the latest code changes, including Paolo's patchset if they are upstream. -thanks, Supriya