VirtualBox

source: vbox/trunk/src/VBox/Main/xml

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18492   16 years vboxsync xml.cpp: bunch of size_t where ssize_t probably should've been used.
(edit) @18265   16 years vboxsync config file cleanup + small copyright year update
(edit) @18263   16 years vboxsync Main,VBox/param.h: Move the hard RAM limit out of the schema.
(edit) @18052   16 years vboxsync OVF: use AnnotationSection for VM description, don't fail on export if …
(edit) @18023   16 years vboxsync Dhcp->DHCP
(edit) @18013   16 years vboxsync win DHCP server de-consoled
(edit) @18002   16 years vboxsync SettingsConverter: Fix conversion from very old versions like 1.2. …
(edit) @17991   16 years vboxsync default Dhcp server settings for non-windows platforms
(edit) @17990   16 years vboxsync default dhcp server
(edit) @17888   16 years vboxsync dhcp settings fixes
(edit) @17881   16 years vboxsync dhcp settings
(edit) @17872   16 years vboxsync partial dhcp settings impl
(edit) @17843   16 years vboxsync VBoxManage hostonly-related fixes.
(edit) @17721   16 years vboxsync Turbolinux
(edit) @17669   16 years vboxsync Main: Rework storage controller handling to allow an arbitrary number …
(edit) @17664   16 years vboxsync OVF: replace no-op lock code with working lock
(edit) @17614   16 years vboxsync network adapter XML schema HostOnlyNetwork removed
(edit) @17609   16 years vboxsync network adapter XML schema HostOnlyNetwork -> HostOnlyInterface
(edit) @17608   16 years vboxsync network adapter XML schema HostInterface -> BridgedInterface
(edit) @17573   16 years vboxsync xml: separate element, attribute and content nodes
(edit) @17560   16 years vboxsync Main-XML: return missing
(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) @17359   16 years vboxsync Main: Prototyped IHardDisk::autoReset and reset (including XML …
(edit) @17075   16 years vboxsync ICH6 controller in UI and configs (don't think amount of work required …
(edit) @16967   16 years vboxsync NetAdp: added a Real property to the IHostNetworkInterface, make the …
(edit) @16560   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16558   16 years vboxsync Main: back out r42503
(edit) @16557   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16538   16 years vboxsync Main: replace redundant xml::FmtStr with com::Utf8StrFmt
(edit) @16509   16 years vboxsync #2954 & #3569: Linux TAP driver is embedded to vboxnetflt. API, …
(edit) @16325   16 years vboxsync OVF: make com::xml and IAppliance use Utf8Str instead of std::string
(edit) @16188   16 years vboxsync Merge OVF branch.
(edit) @15998   16 years vboxsync Main/SettingsConverter: Fixed: Conversion fails on a virgin 1.3 …
(edit) @15968   16 years vboxsync Added Windows 7 to OS types list.
(edit) @15708   16 years vboxsync Main: #3424: Bumped XML format version to 1.6 and so that the …
(edit) @15582   16 years vboxsync #3281: Introduced a 'version' attribute on the <Hardware> element …
(edit) @15473   16 years vboxsync Main: #3269: Added converting ISCSIHardDisk nodes (XML version 1.3) to …
(edit) @15069   16 years vboxsync Force build
(edit) @15064   16 years vboxsync Added QNX guest OS type. Cleaned up the guest OS table.
(edit) @15000   16 years vboxsync Allow up to 8 network cards.
(edit) @14963   16 years vboxsync gcc-3.3 hack
(edit) @14922   16 years vboxsync Main: more XML reader implemenation.
(edit) @14904   16 years vboxsync Main: change vboxxml files and namespace to xml only; more XML code …
(edit) @14894   16 years vboxsync export
(edit) @14854   16 years vboxsync Main: rip XML classes out of settings code and move them to …
(edit) @14698   16 years vboxsync Main: HardDisks: Added saving/loading properties from XML.
(edit) @14439   16 years vboxsync Main: Fixed CPUCount/@count => CPU/@count conversion.
(edit) @14437   16 years vboxsync FE/Qt4: 2883: Structure OS list. Feature request implemented in base …
(edit) @14224   16 years vboxsync Main: Added ISystemProperties::defaultHardDiskFormat.
(edit) @13966   16 years vboxsync Update
(edit) @13965   16 years vboxsync Correction
(edit) @13962   16 years vboxsync Added Accelerate3D xml setting and IMachine property.
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13741   16 years vboxsync Bump the max cpu count to 255.
(edit) @13724   16 years vboxsync Compile fix
(edit) @13723   16 years vboxsync Renamed the attribute
(edit) @13722   16 years vboxsync Introduced new xml setting for the number of virtual CPUs.
(edit) @13592   16 years vboxsync Main/SettingsConverter: Fixed: @filePath of all elements other than …
(edit) @13590   16 years vboxsync Main/SettingsConverter: Take defaultVDIFolder value for …
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @13453   16 years vboxsync Main (Guest Properties): try again to fix the XML issues
(edit) @13450   16 years vboxsync Main (Guest Properties): unCamelCased in the settings .xsd
(edit) @13436   16 years vboxsync Main (Guest Properties): added host-side callbacks
(edit) @13221   16 years vboxsync Enabled VPID (VT-x tagged TLB); default off - Added machine & machine …
(edit) @12126   16 years vboxsync Drop existing RDP connection and allow the new client to connect, …
(edit) @12020   16 years vboxsync Nested paging support activated; default changed to false
(edit) @11982   16 years vboxsync All: license header changes for 2.0 (OSE headers, add Sun GPL/LGPL …
(edit) @11177   16 years vboxsync Bump VM RAM limit to 3.5GByte. More isn't possible right now …
(edit) @11083   16 years vboxsync HostServices/GuestProperties, Main: implemented saving guest …
(edit) @10693   16 years vboxsync Added setting for nested paging (default on).
(edit) @9703   16 years vboxsync Main/Settings: Throw LogicError only when there is no error message.
(edit) @9702   16 years vboxsync Main/Settings: Don't add a wrong lastStateChange attribute value.
(edit) @8804   17 years vboxsync build fix
(edit) @8611   17 years vboxsync 82543GC support is ready. RX crit section removed.
(edit) @8452   17 years vboxsync Disabled access to 82543GC
(edit) @8439   17 years vboxsync Older 82543GC chip support, works in linux only.
(edit) @8367   17 years vboxsync Main: Added INetworkAdapter::NATNetwork property.
(edit) @8203   17 years vboxsync rebranding
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8055   17 years vboxsync Main/Settigs: Redone semi-faulty r29679: When reading from settings …
(edit) @8029   17 years vboxsync Main: Reverted r29679 (some file access problems).
(edit) @8020   17 years vboxsync Main/Settigs: Disabled File (..., RTFILE aHandle, ...) constructor …
(edit) @7991   17 years vboxsync Fixed PAE setting
(edit) @7990   17 years vboxsync Reapplied 29633 & 29635 (fixes to follow)
(edit) @7989   17 years vboxsync Backed out 29633 & 29635 again
(edit) @7984   17 years vboxsync Missing XML key for PAE
(edit) @7607   17 years vboxsync Main: Added more OS Type IDs.
(edit) @7568   17 years vboxsync Main/Settings: Fixed typo in converter xslt that affected MacOSX hosts …
(edit) @7556   17 years vboxsync AHCI/Main/VBoxManage: Add configuration parameter to set the number of …
(edit) @7525   17 years vboxsync Solaris host audio: fixes and integrated into Main. Needs more …
(edit) @7492   17 years vboxsync Main/Settings: Fixed 1.2=>1.3 conversion: Add UART and LPT keys if missing.
(edit) @7466   17 years vboxsync Main/Settings: Applied all current XML settings format todos and …
(edit) @7442   17 years vboxsync Main: Applied SATA changes from #2406. Increased XML settings version …
(edit) @7441   17 years vboxsync Main/Settings: Added version 1.2=>1.3.pre conversion templates.
(edit) @7387   17 years vboxsync Main/Settings: Perform conversion in a loop to allow for multi-step …
(edit) @7341   17 years vboxsync Main/Settings: Implemented support for settings file auto-conversion …
(edit) @7315   17 years vboxsync Main/Settings: Added XmlTreeBackend::AutoConverter subckasss and old …
(edit) @7309   17 years vboxsync Main/Settings: Added XSLT-based auto-conversion functionality to the …
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