On Mon, Sep 30, 2013 at 5:43 PM, Paolo Bonzini <[email protected]> wrote:
> Il 01/10/2013 00:08, Anthony Liguori ha scritto: > > Wouldn't this be logical as a machine option? They way you are > > introducing it makes it impossible to control with -global. > > You still have -bios. > Which cannot be versioned. > We should introduce a machine object and convert unknown "-machine" > options to -global on that object. There's no need. -global works on QemuOpts, not QObjects. By making this a machine option, you get -global and machine compat for free. We also have a way to set per-machine default machine options already too. Regards, Anthony Liguori > But until that exists, IMO there's > no reason to do anything different from what has been done so far. > > Paolo >
