• D
    vbox: Remove old unflexible macros · 32845fd6
    Dawid Zamirski 提交于
    The VBOX_SESSION_OPEN/CLOSE macros are only called in
    _vboxDomainSnapshotRestore and they are unflexible because:
    
    * assume the caller will have variable named "data"
    * can only create Write lock type
    
    As per above, it's not that hard to simply use the VBOX API directly.
    32845fd6
vbox_tmpl.c 78.5 KB