VirtualBox

Ignore:
Timestamp:
Dec 12, 2008 1:50:32 PM (16 years ago)
Author:
vboxsync
Message:

Storage: Eradicated the last bits using the old VDI only backend, keeping only the testcases for now (no longer built).

Completely removed old iSCSI driver.

Added intnet option to addiscsidisk and adjusted documentation.

Made backend name comparisons case-insensitive.

Detect VMDK files not according to VMDK 1.0 and reject with clear error message.

Changed format probing logic to not fall through to the "unsupported" case if it's a known format, i.e. has valid header.

VBoxManage converthd generic format converter made official.

Added format flag to VBoxManage createhd, allows creating VMDK files.

VBoxManage convertdd reimplemented based on new framework, supporting any image format.

VBoxManage internalcommands sethduuid reimplemented based on new framework, supporting any image format.

Cleaned up error codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/testcase/Makefile.kmk

    r14787 r15366  
    2727# probably will go away soon. Testcase only now.
    2828#
    29 ifdef VBOX_WITH_TESTCASES
    30  PROGRAMS += vditool
    31  ifeq ($(KBUILD_TARGET),l4)
    32   vditool_TEMPLATE = VBOXLNXHOSTR3EXE
    33   vditool_LIBS     = \
    34         $(PATH_LIB)/VBoxDDULnxHostR3.a \
    35         $(PATH_LIB)/RuntimeLnxHostR3.a
    36  else
    37   vditool_TEMPLATE = VBOXR3TSTEXE
    38   vditool_LIBS     = $(LIB_DDU) $(LIB_RUNTIME)
    39  endif
    40  vditool_SOURCES   = vditool.cpp
    41 endif
     29#ifdef VBOX_WITH_TESTCASES
     30# PROGRAMS += vditool
     31# ifeq ($(KBUILD_TARGET),l4)
     32#  vditool_TEMPLATE = VBOXLNXHOSTR3EXE
     33#  vditool_LIBS     = \
     34#       $(PATH_LIB)/VBoxDDULnxHostR3.a \
     35#       $(PATH_LIB)/RuntimeLnxHostR3.a
     36# else
     37#  vditool_TEMPLATE = VBOXR3TSTEXE
     38#  vditool_LIBS     = $(LIB_DDU) $(LIB_RUNTIME)
     39# endif
     40# vditool_SOURCES   = vditool.cpp
     41#endif
    4242
    4343
     
    4545# Basic testcase for the VDI code.
    4646#
    47 ifdef VBOX_WITH_TESTCASES
    48  PROGRAMS += tstVDI
    49  ifeq ($(KBUILD_TARGET),l4)
    50   tstVDI_TEMPLATE = VBOXLNXHOSTR3EXE
    51  else
    52   tstVDI_TEMPLATE = VBOXR3TSTEXE
    53  endif
    54  tstVDI_LIBS     = $(vditool_LIBS)
    55  tstVDI_SOURCES  = tstVDI.cpp
    56 endif
     47#ifdef VBOX_WITH_TESTCASES
     48# PROGRAMS += tstVDI
     49# ifeq ($(KBUILD_TARGET),l4)
     50#  tstVDI_TEMPLATE = VBOXLNXHOSTR3EXE
     51# else
     52#  tstVDI_TEMPLATE = VBOXR3TSTEXE
     53# endif
     54# tstVDI_LIBS     = $(vditool_LIBS)
     55# tstVDI_SOURCES  = tstVDI.cpp
     56#endif
    5757
    5858#
     
    6868  tstVD-2_TEMPLATE = VBOXR3TSTEXE
    6969 endif
    70  tstVD_LIBS     = $(vditool_LIBS)
    71  tstVD-2_LIBS     = $(vditool_LIBS)
     70 tstVD_LIBS     = $(LIB_DDU) $(LIB_RUNTIME)
     71 tstVD-2_LIBS   = $(LIB_DDU) $(LIB_RUNTIME)
    7272 tstVD_SOURCES  = tstVD.cpp
    7373 tstVD-2_SOURCES  = tstVD-2.cpp
Note: See TracChangeset for help on using the changeset viewer.

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