liguang <lig.f...@cn.fujitsu.com> writes: > DEFAULT_MACHINE_OPTIONS is setting default boot_order, > while QEMUMachine already has default_machine_opts > to encapsulate some default options, so change it to > DEFAULT_MACHINE_BOOT_ORDER.
Right now, DEFAULT_MACHINE_OPTIONS contains just a .boot_order initializer. But that's not necessarily so; it could contain anything. Avik, Anthony, you wrote or reviewed the patch that added it, what do you think?