Split hypervisor.py into several files
Before it was a huge file with more than 700 lines. No code changes were made except for changing imports and class names where needed. In the future, we could even think about only importing the hypervisors we actually need. The patch finished QA scripts and distcheck successfully. Reviewed-by: iustinp
Showing
- Makefile.am 1 addition, 0 deletionsMakefile.am
- configure.ac 1 addition, 0 deletionsconfigure.ac
- lib/Makefile.am 2 additions, 1 deletionlib/Makefile.am
- lib/hypervisor/BaseHypervisor.py 95 additions, 0 deletionslib/hypervisor/BaseHypervisor.py
- lib/hypervisor/FakeHypervisor.py 208 additions, 0 deletionslib/hypervisor/FakeHypervisor.py
- lib/hypervisor/Makefile.am 8 additions, 0 deletionslib/hypervisor/Makefile.am
- lib/hypervisor/XenHypervisor.py 441 additions, 0 deletionslib/hypervisor/XenHypervisor.py
- lib/hypervisor/__init__.py 50 additions, 0 deletionslib/hypervisor/__init__.py
lib/hypervisor/BaseHypervisor.py
0 → 100644
lib/hypervisor/FakeHypervisor.py
0 → 100644
lib/hypervisor/Makefile.am
0 → 100644
lib/hypervisor/XenHypervisor.py
0 → 100644
lib/hypervisor/__init__.py
0 → 100644
Please register or sign in to comment