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) @20337   15 years vboxsync OVF: disabled internet based OVF export again
(edit) @20263   16 years vboxsync OVF: one more check
(edit) @20261   16 years vboxsync OVF: fix win burns
(edit) @20259   16 years vboxsync OVF: import/export CPU count
(edit) @20220   16 years vboxsync Main: back out the IProgess::GetResultCode() parameter change
(edit) @20219   16 years vboxsync Partially enabled guest SMP for OVF import.
(edit) @20212   16 years vboxsync Main: changed the parameter of IProgress::GetResultCode() from …
(edit) @20211   16 years vboxsync OVF: better handling of missing SATA/SCSI device emulation in OSE
(edit) @20081   16 years vboxsync Main: initial code for upload to cloud (second try)
(edit) @20045   16 years vboxsync Main-S3: backed out r47779 because of Win (mkdtemp)
(edit) @20044   16 years vboxsync Main-S3: initial code for the export of OVF's to an S3 server
(edit) @19681   16 years vboxsync OVF: always use the server variant of the E1000 when we detect a …
(edit) @19519   16 years vboxsync Main: decouple xml classes from COM dependencies
(edit) @19310   16 years vboxsync Main: adpated to paramter type change of COMGETTER(ResultCode)
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @19165   16 years vboxsync Main-OVF: always use the VBox default network adapter if the OVF is …
(edit) @18838   16 years vboxsync Main/Appliance: windows build fix
(edit) @18833   16 years vboxsync OVF: add an OS type description to the OVF on export
(edit) @18829   16 years vboxsync undo 45832
(edit) @18826   16 years vboxsync Main: INetworkAdapter separate properties for hostonly & bridged …
(edit) @18817   16 years vboxsync OVF: NAT is a known network type also
(edit) @18816   16 years vboxsync OVF: allow E10000 as network card on import
(edit) @18799   16 years vboxsync OVF: don't use return if we are in a try catch block
(edit) @18702   16 years vboxsync OVF: enable the I/O APIC on import of Windows machines.
(edit) @18685   16 years vboxsync OVF: use NetworkAdapterType_I82545EM as the default for E1000 on import
(edit) @18627   16 years vboxsync OVF: fix OVF 0.9 output to make ovftool happy
(edit) @18623   16 years vboxsync OVF: add support for writing OVF 0.9 instead of 1.0 and make it the …
(edit) @18591   16 years vboxsync E1000: Added support for 82545EM (MT Server)
(edit) @18590   16 years vboxsync OVF: be more strict
(edit) @18588   16 years vboxsync OVF: write tags only if they aren't empty
(edit) @18583   16 years vboxsync OVF: fix wrong use of input array
(edit) @18535   16 years vboxsync OVF: typos
(edit) @18531   16 years vboxsync OVF: test case insensitive
(edit) @18530   16 years vboxsync OVF: Try to guess the guest operation system in the case of the other …
(edit) @18483   16 years vboxsync ApplianceImpl.cpp: size_t warning.
(edit) @18400   16 years vboxsync OVF: use capacity instead of populated size as a better approximation …
(edit) @18395   16 years vboxsync OVF: fix incorrect progress weighting
(edit) @18388   16 years vboxsync API/HardDisk: merge the functionality of cloneTo and flattenTo, and …
(edit) @18376   16 years vboxsync OVF: added product info & friends for in/export
(edit) @18350   16 years vboxsync OVF: import/export IDE controller subtype (PIIX3/4) in XML to prevent …
(edit) @18340   16 years vboxsync OVF: default to bridged networking on import as expected by vmware
(edit) @18334   16 years vboxsync OVF: handle CIMOSType_CIMOS_Linux_64 correctly (used by VMware studio …
(edit) @18306   16 years vboxsync OVF: fix progress values for disks on import
(edit) @18304   16 years vboxsync OVF: common implementation for asynchronous disk progress; more …
(edit) @18301   16 years vboxsync OVF: break out if canceled
(edit) @18283   16 years vboxsync OVF: make import and export cancellable
(edit) @18278   16 years vboxsync OVF: fix broken progress computation on export
(edit) @18273   16 years vboxsync OVF: fix export breakage from IProgress update
(edit) @18269   16 years vboxsync Main: rework IProgress internals to optionally handle weighted …
(edit) @18263   16 years vboxsync Main,VBox/param.h: Move the hard RAM limit out of the schema.
(edit) @18248   16 years vboxsync OVF: reorder appliance implementation code, no functional changes
(edit) @18220   16 years vboxsync OVF: parse EULA section with ovf 0.9 too
(edit) @18214   16 years vboxsync OVF: added AddDescription; return the created VirtualSystemDescription …
(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.
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