qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: [PATCH 01/22] QemuOpts: fix a bug in QemuOpts when


From: Paul Brook
Subject: Re: [Qemu-devel] Re: [PATCH 01/22] QemuOpts: fix a bug in QemuOpts when setting an option twice
Date: Tue, 8 Jun 2010 15:38:37 +0100
User-agent: KMail/1.13.3 (Linux/2.6.33-2-amd64; KDE/4.4.3; x86_64; ; )

> The problem I was trying to address can be seen with something like:
> 
> -drive file=foo.img,if=virtio,file=bar.img
> 
> You get no error, and foo.img is what gets used.  It's fair to argue
> this is a silly use case but what I'm trying to achieve is to make it
> possible to do:
> 
> -drive file=foo.img,if=virtio,id=bar -drive file=bar.img,id=bar

IMO these should both behave consistently. I'd prefer that both of are errors.

Paul



reply via email to

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