5fd18d7cec
Removed redundant --videocapopts from modifyvm
2019-04-23 19:14:39 +02:00
05af06f337
Merge pull request #7 from schplurtz/comp_words
...
change comp_words to upper case
2019-02-19 19:21:21 +01:00
Schplurtz le Déboulonné
197c46cd35
change comp_words to upper case
2019-02-19 10:58:37 +01:00
Christophe Martin
296be19560
handle snapshot completion entirely with awk
...
fixes #5
Also list and complete snapshot uuid.
2019-02-19 10:41:23 +01:00
62f57ebbb7
Added level 1 data cache options.
...
New options are added to modifyvm command:
- --l1d-flush-on-sched
- --l1d-flush-on-vm-entry
2018-11-28 20:21:06 +01:00
d4f56a0d6b
Added unattended command.
2018-09-09 15:58:14 +02:00
f8b5981935
Corrected file/dir completions.
2018-09-08 17:41:02 +02:00
d027094e7c
Added new options for commands.
...
In version 5.2.14 of VirtualBox, new options for following commands has
been added. Adjusted completion accordingly.
- list (-s|--sorted)
- modifyvm (--cpiudset -> --cpuid-set, --cpuidremove -> --cpuid-remove,
--audioin, --audioout)
- export (new file format choice: --opc10)
- startvm (-E|--putenv)
- conrolvm (keyboardputstring, keyboardputfile, audioin, audioout)
- storageattach (--passwordfile)
- modifymedium (--description)
2018-09-08 16:47:50 +02:00
e90270e8ee
Added speculation control to modifyvm command
2018-05-27 17:56:19 +02:00
11a0844c4d
Added two new options for modifyvm
...
New options was added to VBoxManage in verstion 5.1.32:
* --ibpb-on-vm-exit
* --ibpb-on-vm-entry
2018-01-24 19:10:45 +01:00
9b06c430fd
Added new subcommand for debugvm
...
VBoxManage removed "debug" from list of commands in help, leaving only
description for "debugvm" in section "Introspection and guest debugging"
below all of the list, so that it is needed for adding "debugvm" to the
list of available commands manually.
Also "stack", new subcommand was added to "debugvm".
2017-10-08 10:20:27 +02:00
fbdd259cac
Added support for usbdevsource command
2017-10-08 09:11:20 +02:00
d79a8bc280
Whitespaces housekeeping
2017-10-08 09:03:11 +02:00
20b1ef9fab
Fix for catching usbfilter command
2017-10-08 09:01:25 +02:00
1674acbe92
Aded 'list' for natnetwork command
2017-10-07 19:29:22 +02:00
9b7ab10421
Command modifymedium have now additional option --move
2017-10-07 19:28:22 +02:00
47e3ff6bbe
Added more options for storagectl option
...
options --add and --controller now have additional options:
usb
pcie
for `--add` and
USB
NVMe
for `--controller'.
2017-10-07 19:26:17 +02:00
f81bfe514f
Modified 'modifyvm' command
...
Added new options for modifyvm command:
--apic
--x2apic
--paravirtdebug
--cpu-profile
--biosapic
2017-10-07 19:22:28 +02:00
a78a03286a
Changed option '--no-profile' to '--profile' in gustecontrol run command
2017-10-07 19:21:36 +02:00
26eeb62a6d
Added alias for lowercase 'vboxmanage' support
2017-01-31 19:17:15 +01:00
88566ade92
Bump to VirtualBox 5.0.18
2016-07-16 17:30:03 +02:00
fcc43508e6
Updated list, closemedium, controlvm, modifyvm, natnetwork
...
and several other commands.
2016-07-05 19:59:50 +02:00
c6e71c51d9
Added missing options to version 4.3.32
2016-07-04 21:28:19 +02:00
e4618d52a5
Make startvm command complete only not running vms
2016-03-06 13:33:11 +01:00
8c9812799d
Added installation instructions and license
2015-09-03 20:17:26 +02:00
6db5b8c816
Update to VB version 2.3.28
2015-08-06 21:15:12 +02:00
c3c344b31f
Removed unnecessary passed argument for most functions
2015-05-10 16:23:55 +02:00
9c7e076acb
Added modifyvm command
2015-04-13 16:46:46 +02:00
22bca445f2
Added modifyhd command
2015-04-12 21:00:58 +02:00
dc4aab4f38
Added natnetwork and metrics
2015-04-12 20:55:04 +02:00
7acaa47237
Added guestproperty hostonlyif import
2015-04-12 18:25:29 +02:00
a50bee7399
Added guestcontrol registervm setproperty
2015-04-12 11:49:35 +02:00
63b6fcdac0
Added sharedfolder and setextradata commands
2015-04-11 17:51:32 +02:00
1fec6101ad
Added getextradata command
2015-04-10 17:23:01 +02:00
06657ebff5
Added extpack command
2015-04-10 17:15:25 +02:00
6c106fdba9
Added export command
2015-04-09 22:09:22 +02:00
20e85255c1
Added discardstate command
2015-04-09 21:22:11 +02:00
7df3e8c621
Added dhcpserver command
2015-04-09 21:03:03 +02:00
6d1f1d3e5e
Added debugvm command
2015-04-09 20:28:45 +02:00
6a64c2b8ce
Added createvm command
2015-04-09 19:51:25 +02:00
878b1e6b01
Added createhd command
2015-04-09 19:49:50 +02:00
2749f0b77f
Another vboxmanage commands added
2015-04-08 21:44:29 +02:00
81c38f2b19
Added support for list, showvminfo and showhdinfo commands
2015-04-07 22:10:29 +02:00
58e91fe35c
Added support for controlvm, clonevm and clonehd commands
2015-04-07 21:35:28 +02:00
e9401c4cfe
Rewriting implementation
2015-04-07 17:36:16 +02:00
ca68fe953b
Another compromise for disk completion, added support for several other commands
2015-04-01 21:29:06 +02:00
6b4282db0c
Fixed a way the vm list is built; several other imporvements
2015-03-26 19:26:15 +01:00
d8b09b618f
Initial import
2015-03-24 18:23:39 +01:00