From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: Pe: [PATCH v5 1/3] virtio-scsi: first version Date: Tue, 14 Feb 2012 10:37:46 +1030 Message-ID: <87ipjacm5p.fsf@rustcorp.com.au> References: <4F30F4EE.4080607@redhat.com> <4F311154.9080407@de.ibm.com> <4F3119A0.7080005@redhat.com> <4F312492.1040002@de.ibm.com> <4F313526.2050907@redhat.com> <4F3390FB.80107@redhat.com> <1329077777.21613.60.camel@dabdike.int.hansenpartnership.com> <4F38D5BC.8010705@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christian Hoff , BORNTRAE@linux.vnet.ibm.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, mst@redhat.com To: Paolo Bonzini , James Bottomley Return-path: In-Reply-To: <4F38D5BC.8010705@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Mon, 13 Feb 2012 10:19:56 +0100, Paolo Bonzini wrote: > block layer _is_ growing support for new operations: discard is already > there, write same is in the works, extended copy will also come in due > time. Perhaps we'll add them to virtio-blk, perhaps not. FYI, I'd take patches for discard in virtio_blk today; it's a no-brainer in a virtual devoce. But I wouldn't want extended copy and write same. Thanks, Rusty.