1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/gns3server/modules
2015-07-27 17:32:27 +02:00
..
adapters Some spring cleaning. 2015-04-08 11:17:34 -06:00
dynamips Fixes IOS adapters and WICS cannot be removed. Fixes #282. 2015-07-26 15:52:43 -06:00
iou Return stdout when a process crash for IOU, Dynamips, uBridge and VPCS. 2015-07-04 14:08:03 -06:00
nios NIO NAT support for QEMU VMs (user mode back-end is used). 2015-05-06 14:59:01 -06:00
qemu Rename qemu image type to qemu image format 2015-07-27 17:32:27 +02: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 Prevent starting different hypervisors that leverage hardware virtualization (VT-x/AMD-V). Fixes #548. 2015-07-26 19:21:30 -06:00
vpcs Check for uBridge version and catch uBridge errors. 2015-07-21 17:58:53 -06:00
__init__.py Basic VMware support (start & stop a VM). 2015-04-30 19:05:37 -06:00
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 Bind host on 0.0.0.0 when checking for a free UDP port. Fixes #265. 2015-07-20 19:22:20 -06:00
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