• L
    qemu: enable using implicit sata controller in q35 machines · 83718cfe
    Laine Stump 提交于
    q35 machines have an implicit ahci (sata) controller at 00:1F.2 which
    has no "id" associated with it. For this reason, we can't refer to it
    as "ahci0". Instead, we don't give an id on the commandline, which
    qemu interprets as "use the first ahci controller". We then need to
    specify the unit with "unit=%d" rather than adding it onto the bus
    arg.
    83718cfe
qemuxml2argv-q35.args 511 字节