From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: KVM call agenda for September 25th Date: Tue, 25 Sep 2012 15:30:17 +0200 Message-ID: <5061B1E9.2020909@redhat.com> References: <87txunr76j.fsf@trasno.org> <5060488A.1050008@redhat.com> <87obkucl9q.fsf@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: quintela@redhat.com, qemu-devel , "kvm@vger.kernel.org" , Bharata B Rao , "Richard W.M. Jones" To: Anthony Liguori Return-path: Received: from mx1.redhat.com ([209.132.183.28]:28032 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750863Ab2IYNab (ORCPT ); Tue, 25 Sep 2012 09:30:31 -0400 In-Reply-To: <87obkucl9q.fsf@codemonkey.ws> Sender: kvm-owner@vger.kernel.org List-ID: 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