• D
    Convert audio devices over to -device syntax · 4886cba7
    Daniel P. Berrange 提交于
    The current syntax for audio devices is a horrible multiplexed
    arg
    
        -soundhw sb16,pcspk,ac97
    
    The new syntax is
    
        -device sb16,id=sound0
    
    or
    
        -device AC97,id=sound1,addr=<PCI SLOT>
    
    NB, pcspk still uses the old -soundhw syntax
    4886cba7
qemu_conf.c 150.3 KB