- 23 Nov, 2014 20 commits
-
-
Rom Walton authored
VBOX: Introduce the notion of Virtualbox COM namespaces. We currently support VirtualBox 4.2 and VirtualBox 4.3.
-
Rom Walton authored
VBOX: Do not attempt to restore the current snapshot if the VM hasn't been running long enough to generate one.
-
Rom Walton authored
VBOX: If something fails during create_vm(), we must release the write lock before deregister_vm() is called. Handle machine and session cleanup at the end if the routine.
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
VBOX: Move common code to VBOX_BASE class, VBOX_VM derives from it by extending virtual functions calling Vboxmanage or Native API functions. Use ATL on Windows to wrap COM Objects and data types.
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
VBOX: Begin refactoring for supporting the native VirtualBox API set on Windows. Use the code in the deprecated directory as a baseline.
-
- 24 Oct, 2014 1 commit
-
-
Rom Walton authored
-
- 22 Oct, 2014 1 commit
-
-
Rom Walton authored
-
- 20 Oct, 2014 1 commit
-
-
Rom Walton authored
-
- 14 Oct, 2014 1 commit
-
-
Rom Walton authored
When the file is detected, the wrapper will call boinc_temporary_exit() and restart the VM at a later date.
-
- 01 Oct, 2014 1 commit
-
-
Rom Walton authored
VBOX: Attempt to fix a possible crash seen on T4T with an incompatible version of VirtualBox running on Linux.
-
- 30 Sep, 2014 1 commit
-
-
Rom Walton authored
VBOX: Try and prevent vboxwrapper from starting the VM if BOINC has signaled boinc_status.quit_requit or boinc_status.no_heartbeat.
-
- 24 Sep, 2014 2 commits
-
-
Rom Walton authored
-
Rom Walton authored
TODO: Refactor how command line options and vbox_job.xml options are handled. This was a ugly hack.
-
- 20 Sep, 2014 1 commit
-
-
Rom Walton authored
VBOX: Make the guest additions available to all VMs. This does not mean the VM will use them, but they will be available.
-
- 16 Sep, 2014 1 commit
-
-
Rom Walton authored
VBOX: Do not disable the host I/O cache for virtualized disk controllers that do not support async I/O within VirtualBox.
-
- 12 Sep, 2014 2 commits
-
-
Rom Walton authored
-
Rom Walton authored
-
- 22 Aug, 2014 2 commits
-
-
Rom Walton authored
VBOX: Use the 'Name' field instead of the internal virtualbox name for the default network interface.
-
Rom Walton authored
VBOX: When the bridged network option is selected, don't forget to set which network interface it is supposed to bridge with.
-
- 20 Aug, 2014 2 commits
-
-
Rom Walton authored
-
David Anderson authored
-
- 19 Aug, 2014 2 commits
-
-
Rom Walton authored
VBOX: Set the network configuration at VM creation time. set_network_access() is called whenever the network is suspended or resumed. It'll cause multiple DHCP requests to be spawned on a network resume.
-
David Anderson authored
-
- 18 Aug, 2014 1 commit
-
-
Rom Walton authored
VBOX: Do not use a VM's XML file to determine valid disk controller combinations, vboxmanage attempts to maintain backwards compatibility so we do not have too.
-
- 15 Aug, 2014 1 commit
-
-
Rom Walton authored
VBOX: with VirtualBox 4.3 they renamed the 'IntelAHCI' disk controller to 'AHCI'. Automatically adjust depending on the installer version of VirtualBox.
-