• A
    sysbus: Make devices spawnable via -device · 33cd52b5
    Alexander Graf 提交于
    Now that we can properly map sysbus devices that haven't been connected to
    something forcefully by C code, we can allow the -device command line option
    to spawn them.
    
    For machines that don't implement dynamic sysbus assignment in their board
    files we add a new bool "has_dynamic_sysbus" to the machine class.
    When that property is false (default), we bail out when we see dynamically
    spawned sysbus devices, like we did before.
    Signed-off-by: NAlexander Graf <agraf@suse.de>
    33cd52b5
vl.c 125.5 KB