Package modules :: Package machinery :: Module kvm :: Class KVM
[hide private]
[frames] | no frames]

Class KVM

source code

                              object --+        
                                       |        
   lib.cuckoo.common.abstracts.Machinery --+    
                                           |    
lib.cuckoo.common.abstracts.LibVirtMachinery --+
                                               |
                                              KVM

Virtualization layer for KVM based on python-libvirt.

Instance Methods [hide private]

Inherited from lib.cuckoo.common.abstracts.LibVirtMachinery: __init__, dump_memory, initialize, shutdown, start, stop

Inherited from lib.cuckoo.common.abstracts.Machinery: acquire, availables, machines, pcap_path, release, running, set_options, set_status

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  dsn = "qemu:///system"

Inherited from lib.cuckoo.common.abstracts.LibVirtMachinery: ABORTED, ERROR, PAUSED, POWEROFF, RUNNING

Inherited from lib.cuckoo.common.abstracts.Machinery: LABEL

Properties [hide private]

Inherited from object: __class__