Trees | Indices | Help |
|
---|
|
1 # Copyright (C) 2010-2014 Cuckoo Foundation. 2 # This file is part of Cuckoo Sandbox - http://www.cuckoosandbox.org 3 # See the file 'docs/LICENSE' for copying permission. 4 5 from lib.cuckoo.common.abstracts import LibVirtMachinery 68 """Virtualization layer for KVM based on python-libvirt.""" 9 10 # Set KVM connection string. 11 dsn = "qemu:///system"12
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 7 13:27:57 2014 | http://epydoc.sourceforge.net |