• D
    vbox: Support empty removable drives. · 1bf7e977
    Dawid Zamirski 提交于
    Original code was checking for non empty disk source before proceeding
    to actually attach disk device to VM. This prevented from creating
    empty removable devices like DVD or floppy. Therefore, this patch
    re-organizes the loop work-flow to allow such configurations as well as
    makes the code follow better libvirt practices. Additionally, adjusted
    debug logs to be more helpful - removed old ones and added new which
    give more valuable info for troubleshooting.
    1bf7e977
vbox_common.c 262.8 KB