> 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