0518502 vbox: pull vboxHostDeviceGetXMLDesc out from vboxDomainGetXMLDesc

1 file Authored by Ryota Ozaki 10 years ago, Committed by Laine Stump 10 years ago,
    vbox: pull vboxHostDeviceGetXMLDesc out from vboxDomainGetXMLDesc
    
    The USB-related code in vboxDomainGetXMLDesc is deeply nested and
    difficult to add new code. So flatten it. To do so, the code is
    pulled out from vboxDomainGetXMLDesc to make the function short
    and to leaverage early return and goto for error handling.
    
    Signed-off-by: Ryota Ozaki <ozaki.ryota@gmail.com>
    
        
file modified
+97 -86