From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGUiB-0006Pk-RF for qemu-devel@nongnu.org; Tue, 25 Sep 2012 08:58:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGUi6-0001VS-0F for qemu-devel@nongnu.org; Tue, 25 Sep 2012 08:58:03 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:58130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGUi5-0001VN-Rf for qemu-devel@nongnu.org; Tue, 25 Sep 2012 08:57:57 -0400 Received: by obbta14 with SMTP id ta14so6096417obb.4 for ; Tue, 25 Sep 2012 05:57:56 -0700 (PDT) From: Anthony Liguori In-Reply-To: <5060488A.1050008@redhat.com> References: <87txunr76j.fsf@trasno.org> <5060488A.1050008@redhat.com> Date: Tue, 25 Sep 2012 07:57:53 -0500 Message-ID: <87obkucl9q.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] KVM call agenda for September 25th List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , quintela@redhat.com Cc: "Richard W.M. Jones" , qemu-devel , "kvm@vger.kernel.org" , Bharata B Rao Paolo Bonzini writes: > Il 24/09/2012 13:28, Juan Quintela ha scritto: >> Hi >> >> Please send in any agenda items you are interested in covering. > > URI parsing library for glusterfs: libxml2 vs. in-tree "fork" of the > same code. The call is a bit late for Bharata but I think copying is the way to go. Something I've been thinking about since this discussion started though. Maybe we could standardize on using URIs as short-hand syntax for backends. For example: qemu -hda file:///foo.img Or: qemu -device virtio-net-pci,netdev=tap:///vnet0?script=/etc/qemu-ifup Or: qemu -device \ isa-serial,index=0,chr=tcp://localhost:1025/?server=on&wait=off This works particularly well with a "treat unknown options as -device" mechanism so that we could do: qemu -isa-serial chr=tcp://localhost:1025/?server=on&wait=off We could even introduce a secondary implied option to shorten this further to: qemu -isa-serial tcp://localhost:1025/?server=on&wait=off Regards, Anthony Liguori > > Paolo > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html