VirtualBox

Changeset 54591 in vbox for trunk/src/VBox/Storage


Ignore:
Timestamp:
Mar 2, 2015 7:55:29 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98730
Message:

Add support to supply passwords for disk encryption while the VM is running

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VD.cpp

    r54430 r54591  
    55
    66/*
    7  * Copyright (C) 2006-2014 Oracle Corporation
     7 * Copyright (C) 2006-2015 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    88278827        AssertMsg(pDisk->u32Signature == VBOXHDDDISK_SIGNATURE, ("u32Signature=%08x\n", pDisk->u32Signature));
    88288828
    8829         AssertMsgBreakStmt(!(fFlags & VD_FILTER_FLAGS_MASK),
     8829        AssertMsgBreakStmt(!(fFlags & ~VD_FILTER_FLAGS_MASK),
    88308830                           ("Invalid flags set (fFlags=%#x)\n", fFlags),
    88318831                           rc = VERR_INVALID_PARAMETER);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette