From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGVDc-0002xn-Km for qemu-devel@nongnu.org; Tue, 25 Sep 2012 09:30:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGVDb-0006Eb-Ai for qemu-devel@nongnu.org; Tue, 25 Sep 2012 09:30:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGVDb-0006CR-2j for qemu-devel@nongnu.org; Tue, 25 Sep 2012 09:30:31 -0400 Message-ID: <5061B1E9.2020909@redhat.com> Date: Tue, 25 Sep 2012 15:30:17 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <87txunr76j.fsf@trasno.org> <5060488A.1050008@redhat.com> <87obkucl9q.fsf@codemonkey.ws> In-Reply-To: <87obkucl9q.fsf@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] KVM call agenda for September 25th List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: "Richard W.M. Jones" , Bharata B Rao , qemu-devel , "kvm@vger.kernel.org" , quintela@redhat.com Il 25/09/2012 14:57, Anthony Liguori ha scritto: > 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 Interesting idea... Paolo