VirtualBox

source: vbox/trunk/src/VBox/Main/ApplianceImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18197   16 years vboxsync OVF: added getValuesByType & the license text to the describtions
(edit) @18177   16 years vboxsync Main: turn read/write param in OpenHardDisk into an enum
(edit) @18162   16 years vboxsync Main: add read/write param to OpenHardDisk to allow for opening disk …
(edit) @18153   16 years vboxsync OVF: typo
(edit) @18152   16 years vboxsync OVF: don't fail if hard disk image appears in XML before the …
(edit) @18114   16 years vboxsync Main/Appliance: use the flattenTo API when exporting the image to …
(edit) @18052   16 years vboxsync OVF: use AnnotationSection for VM description, don't fail on export if …
(edit) @18024   16 years vboxsync OVF: add GetDescriptionByType COM call
(edit) @18015   16 years vboxsync OVF: upper-case OVF constants for consistency.
(edit) @18012   16 years vboxsync OVF: added support for host only networking import
(edit) @18007   16 years vboxsync OVF: be a little bit smarter on the network card type import
(edit) @17970   16 years vboxsync API/HardDisk, Storage/VBoxHDD, Frontend/VBoxManage: eliminated base …
(edit) @17965   16 years vboxsync OVF: import/export VM descriptions (comments)
(edit) @17963   16 years vboxsync OVF: fix OpenSolaris import/export; import ethernet adapter hardware …
(edit) @17956   16 years vboxsync OVF: export the network card hardware type
(edit) @17941   16 years vboxsync OVF: On import attach to the first available host network interface if …
(edit) @17937   16 years vboxsync typo
(edit) @17936   16 years vboxsync OVF: don't write 'blah'
(edit) @17930   16 years vboxsync Main: fix win
(edit) @17929   16 years vboxsync Main: enabled -Wunused; fixed some warnings
(edit) @17913   16 years vboxsync Fix burn; can't use NOREF() here.
(edit) @17911   16 years vboxsync #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); …
(edit) @17873   16 years vboxsync OVF: we are writing compressed disks now
(edit) @17871   16 years vboxsync OVF: implemented SATA controller import
(edit) @17870   16 years vboxsync OVF: export the selected controller type
(edit) @17869   16 years vboxsync Main: Fix windows builds
(edit) @17868   16 years vboxsync OVF: fixed exporting of SATA & SCSI controllers
(edit) @17833   16 years vboxsync OVF: fix windows burns
(edit) @17832   16 years vboxsync OVF: export SCSI controller only if there is one; make stream …
(edit) @17830   16 years vboxsync OVF: report capacity and file size of exported images in XML
(edit) @17829   16 years vboxsync OVF: clean up target disk after export error
(edit) @17827   16 years vboxsync OVF: move warnings from IVirtualSystem to IAppliance; fix error …
(edit) @17825   16 years vboxsync API/HardDIsk: introduce parameter for specifying the image variant to …
(edit) @17776   16 years vboxsync typo
(edit) @17762   16 years vboxsync OVF: bad typo
(edit) @17760   16 years vboxsync OVF: use compare method
(edit) @17758   16 years vboxsync OVF: for now, yes, this will be improved later
(edit) @17756   16 years vboxsync OVF: wrong object used
(edit) @17755   16 years vboxsync Main, OVF: add output IStorageController to …
(edit) @17747   16 years vboxsync OVF: inverted ofc
(edit) @17746   16 years vboxsync OVF: use string.endsWith
(edit) @17742   16 years vboxsync Main: more string compare hacking
(edit) @17741   16 years vboxsync OVF: use the format based on the target file extension & not based on …
(edit) @17718   16 years vboxsync OVF: fix missing VM name on export
(edit) @17699   16 years vboxsync OVF: detach the target disk after export
(edit) @17696   16 years vboxsync OVF: use ProgressErrorInfo for fetching the error info
(edit) @17689   16 years vboxsync Main API: cosmetics; no code changes.
(edit) @17683   16 years vboxsync OVF: don't export this twice
(edit) @17672   16 years vboxsync Main: Fix Compiling ApplicaneImpl on Windows
(edit) @17669   16 years vboxsync Main: Rework storage controller handling to allow an arbitrary number …
(edit) @17666   16 years vboxsync OVF: typo
(edit) @17647   16 years vboxsync OVF: fix windows burn
(edit) @17646   16 years vboxsync OVF: add actual image export
(edit) @17636   16 years vboxsync OVF: fix windows burns + warnings
(edit) @17634   16 years vboxsync OVF: add export support for remaining description entry items (actual …
(edit) @17581   16 years vboxsync OVF: make it simpler
(edit) @17580   16 years vboxsync OVF: export os type
(edit) @17578   16 years vboxsync OVF: fixes for empty disks creation
(edit) @17577   16 years vboxsync OVF: don't crash on missing VM name (use Utf8Str::isEmpty() instead of …
(edit) @17576   16 years vboxsync OVF: export fixes
(edit) @17573   16 years vboxsync xml: separate element, attribute and content nodes
(edit) @17566   16 years vboxsync OVF: implement NAT/Bridged network import/export; some network API …
(edit) @17418   16 years vboxsync OVF: fix windows burn
(edit) @17417   16 years vboxsync OVF: more XML write and export.
(edit) @17400   16 years vboxsync OVF: more XML write and export.
(edit) @17362   16 years vboxsync OVF: partial implementation of write support in XML classes.
(edit) @17343   16 years vboxsync OVF: preparations for export thread
(edit) @17313   16 years vboxsync OVF: hard disk controller export implementation.
(edit) @17291   16 years vboxsync OVF: rename config array items to have them make sense on export as well.
(edit) @17287   16 years vboxsync OVF: more export implementation.
(edit) @17162   16 years vboxsync OVF: wrong error code returned
(edit) @17159   16 years vboxsync OVF: removed 2 more warnings
(edit) @17157   16 years vboxsync OVF: removed some warnings on Windows
(edit) @17152   16 years vboxsync OVF: spaces
(edit) @17109   16 years vboxsync OVF: no USB support if USB is disabled (OSE)
(edit) @17099   16 years vboxsync OVF: appliance export, initial code.
(edit) @17075   16 years vboxsync ICH6 controller in UI and configs (don't think amount of work required …
(edit) @17055   16 years vboxsync OVF: don't crash if href is empty in OVF XML
(edit) @17033   16 years vboxsync OVF: prototypes for export.
(edit) @16949   16 years vboxsync OVF: implement multiple channels per HD controller
(edit) @16945   16 years vboxsync OVF: use FAILED macro
(edit) @16944   16 years vboxsync OVF: nuke CHECK_ERROR_THROW macro again, go back to throwing HRESULT
(edit) @16932   16 years vboxsync OVF: try to fix windows burn
(edit) @16931   16 years vboxsync OVF: make error handling work in IAppliance::importMachines().
(edit) @16926   16 years vboxsync OVF: fix session handling (code failed if machine had more than one …
(edit) @16867   16 years vboxsync Main: rename IHardDiskImage2 to IHardDiskImage; rename IFloppyImage2 …
(edit) @16853   16 years vboxsync Main: rename IDVDImage2 to IDVDImage
(edit) @16849   16 years vboxsync OVF: replace stringstreams with IPRT funcs, without templates
(edit) @16836   16 years vboxsync OVF: replace stringstreams with IPRT funcs
(edit) @16831   16 years vboxsync fix burn
(edit) @16830   16 years vboxsync OVF: forgot to set item in aEnabled array to true
(edit) @16702   16 years vboxsync OVF: updated testcase
(edit) @16668   16 years vboxsync OVF: create new IAppliance::read() method instead of reading in …
(edit) @16662   16 years vboxsync OVF: create new IAppliance::read() method instead of reading in …
(edit) @16655   16 years vboxsync OVF: Make the progress object show some progress.
(edit) @16623   16 years vboxsync OVF: removed some of the todos
(edit) @16622   16 years vboxsync OVF: support for creating a new disk image if the OVF didn't contain one
(edit) @16620   16 years vboxsync OVF: not necessary anymore
(edit) @16601   16 years vboxsync OVF: change IVirtualSystemDescription::setFinalValues method; remove …
(edit) @16600   16 years vboxsync OVF: added count attribute to receive the current number of entries
Note: See TracRevisionLog for help on using the revision log.

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