From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTaLM-0001PJ-To for qemu-devel@nongnu.org; Mon, 15 Sep 2014 13:45:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTaLH-0003xq-4t for qemu-devel@nongnu.org; Mon, 15 Sep 2014 13:45:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTaLG-0003xb-UL for qemu-devel@nongnu.org; Mon, 15 Sep 2014 13:45:35 -0400 Date: Mon, 15 Sep 2014 20:45:03 +0300 From: "Michael S. Tsirkin" Message-ID: <20140915174503.GB13548@redhat.com> References: <1410792279-2488-1-git-send-email-arei.gonglei@huawei.com> <54170C7F.8080409@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54170C7F.8080409@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] Fix confused output for alias properties List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: agraf@suse.de, weidong.huang@huawei.com, aliguori@amazon.com, peter.huangpeng@huawei.com, qemu-devel@nongnu.org, arei.gonglei@huawei.com, stefanha@redhat.com, lcapitulino@redhat.com On Mon, Sep 15, 2014 at 05:57:51PM +0200, Paolo Bonzini wrote: > Il 15/09/2014 16:44, arei.gonglei@huawei.com ha scritto: > > From: Gonglei > > > > At present, people have no way to know they should > > have a specific format for alias properties. > > > > Example: > > > > before output: > > > > virtio-blk-pci.physical_block_size=uint16 > > virtio-blk-pci.logical_block_size=uint16 > > virtio-blk-pci.drive=str > > > > after output applied this patch series: > > > > virtio-blk-pci.physical_block_size=blocksize > > virtio-blk-pci.logical_block_size=blocksize > > virtio-blk-pci.drive=drive > > Is there actually anyone that is relying on the legacy_names of > properties? I would be inclined to drop them altogether... > > Paolo What makes these legacy? How do you expect users to find out about the properties? >qemu -device virtio-blk-pci.? is not the correct way anymore? How the time flies, it seems only yesterday this was the new way, -help was the old one ... -- MST