VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxManage

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @91469   3 years vboxsync VBoxManage: comment typo and whitespace fix
(edit) @91457   3 years vboxsync Main,FE/VBoxManage: Implement functionality to list and query UEFI …
(edit) @91433   3 years vboxsync FE/VBoxManage: Start implementing an interface to manage the NVRAM of …
(edit) @91432   3 years vboxsync FE/VBoxManage: Start implementing an interface to manage the NVRAM of …
(edit) @91416   3 years vboxsync Devices: bugref:9932 DrvVMNet and host-only network initial implementation
(edit) @91363   3 years vboxsync FE/VBoxSDL+VirtualBox,Main/Console+Machine+VirtualBox.xidl: VMs which …
(edit) @91352   3 years vboxsync Frontends/VBoxManage: 'VBoxManage mediumproperty disk get <disk-img> …
(edit) @91351   3 years vboxsync VBoxManageCloudMachine: bugref:10065. When printing machine info …
(edit) @91338   3 years vboxsync VBoxManageCloudMachine: bugref:10065. Refactor the code some more. …
(edit) @91326   3 years vboxsync Main/NvramStore,FE/VBoxManage: Allow multiple NVRAM states …
(edit) @91320   3 years vboxsync VBoxManageCloudMachine: reboot, powerdown, terminate. bugref:10065.
(edit) @91319   3 years vboxsync VBoxManageCloudMachine: cloud machine start and shutdown, but …
(edit) @91213   3 years vboxsync Main,FE/VBoxManage: Add the necessary Main API bits to control the …
(edit) @91204   3 years vboxsync doc, Frontends/VBoxManage: Integrate several refentry documentation …
(edit) @91188   3 years vboxsync VBoxManageCloudMachine: Refactor getopt code so that all the commands …
(edit) @91187   3 years vboxsync VBoxManage: showProgress - another stab at getting the status of a …
(edit) @91175   3 years vboxsync FE/VBoxManage: Build fix.
(edit) @91171   3 years vboxsync OCI: Return VBOX_E_OBJECT_NOT_FOUND when we can't find the machine.
(edit) @91170   3 years vboxsync VBoxManage: With SHOW_PROGRESS_NONE don't print "progress state" when …
(edit) @91163   3 years vboxsync VBoxManageCloudMachine: Factor out the code to get the list of cloud …
(edit) @91161   3 years vboxsync VBoxManageCloudMachine: Refactor to create cloud client once and pass …
(edit) @91157   3 years vboxsync VBoxManage: Make "cloud showvminfo" (parallel to "showvminfo" for …
(edit) @91156   3 years vboxsync VBoxManageCloudMachine: add setCurrentSubcommand() placeholders. …
(edit) @91154   3 years vboxsync VBoxManage: Make "cloud list vms" (parallel to "list vms" for local …
(edit) @91134   3 years vboxsync VBoxManage/cloud: Fix missing comma in the last second change in previous.
(edit) @91133   3 years vboxsync VBoxManage/cloud: use local enums instead of explicit magic numbers to …
(edit) @91131   3 years vboxsync VBoxManage: For movevm, treat the "no target specified" case so that …
(edit) @91006   3 years vboxsync manual/VBoxManage: Don't emit trailing whitespaces to the generated C file.
(edit) @90828   3 years vboxsync Main: bugref:1909: Added API localization
(edit) @90349   3 years vboxsync VBoxManage: cloud machine console-history - bugref:10065.
(edit) @90274   3 years vboxsync VBoxManage: Print integer and choice form values. Not tested, as the …
(edit) @90269   3 years vboxsync VBoxManage: Oops, "clipboardString" is an attribute, use COMGETTER(). …
(edit) @90268   3 years vboxsync VBoxManage: cloud machine info - implement, use for cloud machine list …
(edit) @90235   3 years vboxsync VBoxManage: cloud machine - use SHOW_PROGRESS_NONE to poll the …
(edit) @90234   3 years vboxsync VBoxManage: Give showProgress() a flags argument so that it can poll …
(edit) @90220   3 years vboxsync VBoxManage: cloud machine - handle cloud's --provider/--profile …
(edit) @90219   3 years vboxsync VBoxManage: "cloud machine" work out the getopt boilerplate. bugref:10065.
(edit) @90214   3 years vboxsync VBoxManage: "cloud machine" placeholder. bugref:10065.
(edit) @89981   3 years vboxsync VBoxManageGuestCtrl.cpp: G/c obsolete unused enum GETOPTDEF_EXEC. …
(edit) @89921   3 years vboxsync Main/Console: Correctly handle mouse and keyboard type of None, which …
(edit) @89915   3 years vboxsync Frontends/VBoxManage: A bit of improvement for "list --multiple" …
(edit) @89905   3 years vboxsync Frontends/VBoxManage/VBoxInternalManage.cpp: fix forgotten field name …
(edit) @89777   3 years vboxsync bugref:10036. Added API functions for getting Vnic attachments list …
(edit) @89719   3 years vboxsync VBoxManage: change the error printing to use the standard code for …
(edit) @89697   3 years vboxsync FE/VBoxManage: Add guestsample sub-command for debugvm, bugref:10025
(edit) @89597   3 years vboxsync Main: bugref:9341: Added ability to change VM autostart options when …
(edit) @88757   4 years vboxsync VBoxManage/NATNetwork: Fix stray tab in previous. bugref:8124.
(edit) @88756   4 years vboxsync VBoxManage/NATNetwork: Provide an option to set IPv6 prefix. When …
(edit) @88755   4 years vboxsync VBoxManage/NATNetwork: Print more attributes. bugref:8124
(edit) @88363   4 years vboxsync Intel IOMMU: bugref:9967 VBoxManage: Allow enabling Intel IOMMU (when …
(edit) @88345   4 years vboxsync Intel IOMMU: bugref:9967 Main, VBoxManage: Handle Intel IOMMU in …
(edit) @88087   4 years vboxsync VBoxManage: getMaxNics() - massage a bit. bugref:9966.
(edit) @88086   4 years vboxsync VBoxManage: move getMaxNics() to VBoxManageUtils.cpp. bugref:9966.
(edit) @88079   4 years vboxsync VBoxManage: When setting the host interface for bridging or hostonly …
(edit) @88040   4 years vboxsync VBoxManage/modifyvm: USe RT_BOOL instead of explicit !! in previous.
(edit) @88039   4 years vboxsync VBoxManage/modifyvm: Don't try to always helpfully enable a NIC when …
(edit) @87851   4 years vboxsync VBoxManage/showvminfo: Fix forgotten change in r120461, and catch this …
(edit) @87435   4 years vboxsync Main: bugref:9224: Added error reporting for invalid property during …
(edit) @87370   4 years vboxsync VBoxManage/NATNetwork: Fix printing of the IPv6 prefix. A wide string …
(edit) @87279   4 years vboxsync bugref:9907. Added the cloud-init parameter into VBoxManage help and …
(edit) @87278   4 years vboxsync bugref:9907. Added support for cloud-init script.
(edit) @87241   4 years vboxsync AMD IOMMU: bugref:9654 Main/API: AMD IOMMU support.
(edit) @86820   4 years vboxsync VBoxManage/dhcpserver: Added 'start' and 'stop' sub-commands since …
(edit) @86714   4 years vboxsync The public SSH key isnt mandatory for the command "cloud instance …
(edit) @86709   4 years vboxsync The public SSH key is mandatory for the command "cloud instance create"
(edit) @86703   4 years vboxsync the cloud commands "list instances\images" support default settings …
(edit) @86650   4 years vboxsync Fixed bad commit. Hope this help.
(edit) @86648   4 years vboxsync bugref:9781. Added the placeholder …
(edit) @86435   4 years vboxsync VBoxManage: Added --dump-build-type so valkit/vbox.py has a better …
(edit) @86434   4 years vboxsync VBoxManage: Added --dump-build-type so valkit/vbox.py has a better …
(edit) @86153   4 years vboxsync OCI: (bugref:9693) Fixed VBoxManage cloud network backslash issue on …
(edit) @86142   4 years vboxsync VBoxManage/list hostdrives: Plain text explanation why some IHostDrive …
(edit) @86134   4 years vboxsync Main: bugref:9224: Added NVME drives enumeration on Linux. Fixed the …
(edit) @85936   4 years vboxsync VBoxManage/createmedium: gcc 4.x build fix. Use RTMemDup instead of …
(edit) @85929   4 years vboxsync Main: bugref:9224: Main+VBoxManageDisk+doc part
(edit) @85889   4 years vboxsync VDISKRAWPARTDESC: Unconst some the pointers, it makes for ugly casts …
(edit) @85884   4 years vboxsync VBoxInternalManager.cpp,vd.h: Use self documenting structure names in …
(edit) @85780   4 years vboxsync VBoxManage/checkupdate: machine readable output. bugref:7983
(edit) @85779   4 years vboxsync VBoxManage/showvminfo: Use Utf8Str::printf and appendPrintf instead of …
(edit) @85778   4 years vboxsync VBoxManage/updatecheck: Untangled the new/old --help mixup. Some minor …
(edit) @85769   4 years vboxsync Main: bugref:9618 Added Main/API support for AMD-V Virtualized …
(edit) @85688   4 years vboxsync Main,FE/VBoxManage+Host: fix build: remove trailing whitespace
(edit) @85685   4 years vboxsync FE/VBoxManage: fix build: strcasecmp() should be RTStrICmp() and …
(edit) @85683   4 years vboxsync Main,FE,doc/VBoxManage+Host+SystemProperties+manual: bugref:7983: Move …
(edit) @85665   4 years vboxsync VBoxManage: Converted the sharedfolder command to RTGetOpt and …
(edit) @85650   4 years vboxsync IPRT/http,VBoxManage,CloudGateway: Corrections to the proxy …
(edit) @85631   4 years vboxsync VBoxManage/signova: Use SHA-3 for the PKCS#7/CMS signature. Fixed …
(edit) @85579   4 years vboxsync VBoxManage: Added 'cpu-profiles' subcommand to 'list'. [build fix]
(edit) @85575   4 years vboxsync VBoxManage: Added 'cpu-profiles' subcommand to 'list'.
(edit) @85361   4 years vboxsync Frontends/VBoxManage: remove unneeded #include in VBoxManageAppliance.cpp
(edit) @85359   4 years vboxsync OCI: (bugref:9469) Enable cloud network feature in OSE, LogRel …
(edit) @85221   4 years vboxsync vd.h,VBoxInternalManager.cpp: It is certifiably insane to use 3 letter …
(edit) @85220   4 years vboxsync VBoxManageGuestCtrl.cpp: Must not use RT_ZERO on pCtx in …
(edit) @85178   4 years vboxsync OCI: (bugref:9469) help, showvminfo and 'experimental' label in UI.
(edit) @85144   4 years vboxsync Another attempt to fix oem2 build.
(edit) @85143   4 years vboxsync Attempt to fix oem2 build.
(edit) @85139   4 years vboxsync OCI: (bugref:9469) Proxy support (without authentication) for local …
(edit) @85138   4 years vboxsync VBoxManageSnapshot.cpp: Unnecessary conversion.
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85106   4 years vboxsync Frontends/VBoxManage: Convert "VBoxManage snapshot VMNAME edit" to use …
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