1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/gns3server/modules
2015-08-02 23:02:02 -06:00
..
adapters
dynamips Removes code that deletes IOS router instance files. 2015-07-30 18:50:59 -06:00
iou Catch ProcessLookupError when updating iouyap config. Fixes #255. 2015-07-27 11:41:13 -06:00
nios
qemu Support for Qemu disk interfaces, cd/dvd-rom image and boot priority. Fixes #278. 2015-08-02 23:02:02 -06:00
virtualbox Fixes missing chipset info for VirtualBox VM (maybe some older VirtualBox version don't have it). Fixes #254. 2015-07-25 16:54:31 -06:00
vmware Check for VMware Player version >= 7 and VMware Workstation >= 11. Fixes #286. 2015-08-01 13:49:02 -06:00
vpcs
__init__.py
base_manager.py Catch GeneratorExit exception. Fixes #231. 2015-07-25 16:55:37 -06:00
base_vm.py Prevent using different hypervisors that leverage hardware virtualization. 2015-07-21 22:58:28 -06:00
port_manager.py
project_manager.py Prevent starting different hypervisors that leverage hardware virtualization (VT-x/AMD-V). Fixes #548. 2015-07-26 19:21:30 -06:00
project.py Catch GeneratorExit exception. Fixes #231. 2015-07-25 16:55:37 -06:00
vm_error.py