From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWHwa-0002Jw-Je for qemu-devel@nongnu.org; Tue, 23 Sep 2014 00:43:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWHwU-0003Gc-F7 for qemu-devel@nongnu.org; Tue, 23 Sep 2014 00:43:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWHwU-0003FB-7F for qemu-devel@nongnu.org; Tue, 23 Sep 2014 00:43:10 -0400 Date: Tue, 23 Sep 2014 07:46:17 +0300 From: "Michael S. Tsirkin" Message-ID: <20140923044617.GA15124@redhat.com> References: <1410792279-2488-1-git-send-email-arei.gonglei@huawei.com> <20140922083421.GA13006@redhat.com> <541FE889.3050209@redhat.com> <87bnq7lw2h.fsf@blackfin.pond.sub.org> <54201F39.2000800@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54201F39.2000800@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, qemu-devel@nongnu.org, Markus Armbruster , arei.gonglei@huawei.com, stefanha@redhat.com, peter.huangpeng@huawei.com, lcapitulino@redhat.com On Mon, Sep 22, 2014 at 03:08:09PM +0200, Paolo Bonzini wrote: > Of course, with every new feature we would most likely have yet another > unfinished transition. In the lack of a clear user complaint (or even > of a clear indication that human users ever used -device foo,help...) > the tempation to pass the buck is strong. > > Paolo Well I use it. Or try to, each time I need to build QEMU command line from scratch. In the end, I usually give up, dig out some old script and copy/paste from it. -- MST