[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] vl: process -object after other backend options
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH] vl: process -object after other backend options |
Date: |
Wed, 27 Aug 2014 15:38:23 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 |
Il 27/08/2014 15:34, Stefan Hajnoczi ha scritto:
> Option ordering is a bad idea. With an option as generic as -object,
> who can say that there will never be a non-object that depends on an
> -object?
>
> We should process the command-line left-to-right instead of ordering by
> option type. Maybe that would be a good QEMU 3.0 feature! :)
>
> Feel free to merge if it works for now, but we'll need a better fix in
> the future.
I agree on all points.
Paolo