qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] KVM call agenda for September 25th


From: Paolo Bonzini
Subject: Re: [Qemu-devel] KVM call agenda for September 25th
Date: Tue, 25 Sep 2012 15:30:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]