From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvSiG-0004Ui-Rj for qemu-devel@nongnu.org; Sun, 29 Jul 2012 08:35:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvSiF-0002Vu-W9 for qemu-devel@nongnu.org; Sun, 29 Jul 2012 08:35:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvSiF-0002Vq-O7 for qemu-devel@nongnu.org; Sun, 29 Jul 2012 08:35:11 -0400 Date: Sun, 29 Jul 2012 15:35:35 +0300 From: "Michael S. Tsirkin" Message-ID: <20120729123535.GF15558@redhat.com> References: <1343093180-5598-1-git-send-email-nab@linux-iscsi.org> <20120724015634.GD4093@kroah.com> <1343162724.1813.111.camel@haakon2.linux-iscsi.org> <20120725115552.GB11098@stefanha-thinkpad.localdomain> <1343250890.1813.173.camel@haakon2.linux-iscsi.org> <20120725223559.GA4786@stefanha-thinkpad.localdomain> <1343270061.1813.181.camel@haakon2.linux-iscsi.org> <5011069A.2080203@redhat.com> <1343333727.22538.3.camel@haakon2.linux-iscsi.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1343333727.22538.3.camel@haakon2.linux-iscsi.org> Subject: Re: [Qemu-devel] [PATCH] tcm_vhost: Expose ABI version via VHOST_SCSI_GET_ABI_VERSION List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Nicholas A. Bellinger" Cc: Jens Axboe , Stefan Hajnoczi , linux-scsi , Greg Kroah-Hartman , Zhi Yong Wu , qemu-devel , lf-virt , Anthony Liguori , target-devel , Avi Kivity , kvm-devel , Paolo Bonzini , Zhi Yong Wu , Christoph Hellwig , Hannes Reinecke On Thu, Jul 26, 2012 at 01:15:26PM -0700, Nicholas A. Bellinger wrote: > If there is a better way to handle ioctl compat I'd > certainly like to hear about it. You basically don't touch exiting commands, always add new ones. For example if you want to simply stop some ioctl from working for old userspace, the simplest way is to change ioctl number. -- MST