• C
    qemu: Allow setting boot menu on/off · 4f24ca01
    Cole Robinson 提交于
    Add a new element to the <os> block:
    
      <bootmenu enable="yes|no"/>
    
    Which maps to -boot,menu=on|off on the QEMU command line.
    
    I decided to use an explicit 'enable' attribute rather than just make the
    bootmenu element boolean. This allows us to treat lack of a bootmenu element
    as 'use hypervisor default'.
    4f24ca01
qemuhelptest.c 9.4 KB