- 28 Jun, 2015 1 commit
-
-
Rom Walton authored
-
- 25 Jun, 2015 1 commit
-
-
Rom Walton authored
The scratch directory is created under the project folder.
-
- 05 May, 2015 1 commit
-
-
Rom Walton authored
VBOX: Explicitly check the return value if CreateProcess fails while attempting to launch vboxsvc.exe.
-
- 04 May, 2015 1 commit
-
-
Rom Walton authored
-
- 20 Apr, 2015 1 commit
-
-
Rom Walton authored
VBOX: Add error trap for COM errors raised by the MSVC compiler stubs. Dump the contents of the error to stderr and halt the wrapper.
-
- 07 Apr, 2015 2 commits
-
-
Rom Walton authored
VBOX: cut down on some of the noise with spurious 'Status Report' messages when we attempt to launch the VM.
-
Rom Walton authored
get_Console() is not returning an error, bit the returning IConsole interface is NULL. Just return an ERR_EXEC instead of crash.
-
- 02 Apr, 2015 1 commit
-
-
Rom Walton authored
VBOX: Only add the guest additions ISO to the VM if the file has actually been detected on the file system. Some Linux systems separate the VirtualBox packages so that the guest additions ISO is in a separate package. We were attempting to add a DVD device for a file that did not exist.
-
- 01 Apr, 2015 2 commits
-
-
Rom Walton authored
-
Rom Walton authored
-
- 27 Mar, 2015 1 commit
-
-
Rom Walton authored
VBOX: If polling for the current VM state fails for any reason, like vboxsvc crashing, do a temp exit for 24 hours. Before COM, polling for the current state wasn't as critical. If the poll operation failed, we would try again in one second anyway. After COM, it is used as a test to see if the communication channel between the wrapper and VirtualBox is still operational. If not, temp exit and hope things work the next attempt.
-
- 26 Mar, 2015 2 commits
-
-
Rom Walton authored
-
Rom Walton authored
-
- 25 Mar, 2015 1 commit
-
-
Rom Walton authored
Projects may want to handle check-pointing within their own application and skip the disk intensive requirements of a VM snapshot.
-
- 20 Mar, 2015 1 commit
-
-
Rom Walton authored
VBOX: When attempting to deregister the VM, if we are unable to acquire the session lock, exit the routine with an error. Avoid a crash.
-
- 15 Jan, 2015 1 commit
-
-
Rom Walton authored
VBOX: Configure a bunch of virtual functions to be purely abstract to avoid a bunch of compiler warnings in gcc
-
- 22 Dec, 2014 1 commit
-
-
Rom Walton authored
VBOX: Juha pointed out that I took one line of code out to many on a code cleanup pass. I'm adding it back in.
-
- 19 Dec, 2014 1 commit
-
-
Rom Walton authored
-
- 08 Dec, 2014 1 commit
-
-
Rom Walton authored
VBOX: Fix crash if DVD-ROM media had been ejected by some external event. Technically this shouldn't be happening, but something funky is going on with VirtualBox and we need to handle things that may cause a crash when cleaning up the VM.
-
- 24 Nov, 2014 1 commit
-
-
Rom Walton authored
VBOX: Make the service install scenario work again.
-
- 23 Nov, 2014 20 commits
-
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
VBOX: When checking for the existence of a VM registered to a given slot directory, also check for the ISO Contextualization image and cache disk image. If any type of media is registered to a given slot directory, close it regardless if it is attached to a VM or not.
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
VBOX: When deregistering a VM, organize the medium list by most recent child first and then release as needed.
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
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
-