Cole Robinson
|
57d4fcab33
|
VirtualDisk: Drop the volName parameter, it's not needed
|
2013-07-12 13:10:22 -04:00 |
|
Cole Robinson
|
c151b75896
|
XMLBuilder: Remove largely unused validation helpers
They aren't adding much value
|
2013-07-12 13:10:22 -04:00 |
|
Cole Robinson
|
94f8d4cfa9
|
VirtualConnection: cache capabilities XML
This means we can drop passing around the pre-parsed caps info everywhere.
|
2013-07-06 14:12:13 -04:00 |
|
Cole Robinson
|
ba3aa9ecca
|
Drop conn_max_vcpus validation
Let's just let libvirt throw an error in the rare occasion that we
exceed max vcpus.
|
2013-07-06 12:40:24 -04:00 |
|
Cole Robinson
|
57e86259d8
|
Make conn required for all virtinst objects
This was the way the API had been heading, this just formalizes it.
|
2013-07-05 20:28:21 -04:00 |
|
Cole Robinson
|
ea2a1331cf
|
virtinst: Guest: Simplify passing in a connection
|
2013-07-03 13:37:00 -04:00 |
|
Cole Robinson
|
802ed1cba6
|
clone: Bunch of API cleanup
Simplify imports, drop back compat stuff, drop needless property handling.
|
2013-07-02 18:54:03 -04:00 |
|
Cole Robinson
|
0d243983d0
|
Revive pep8 and clean up the code
autopep8 is pretty cool :)
|
2013-04-13 15:22:43 -04:00 |
|
Cole Robinson
|
248a1a509f
|
virtinst: Guest: remove legacy 'boot' handling
|
2013-04-13 13:40:45 -04:00 |
|
Cole Robinson
|
7a47465ab6
|
virtinst: Guest: remove back compat graphics handling
|
2013-04-13 13:40:45 -04:00 |
|
Cole Robinson
|
9359ad2bb6
|
virtinst: Remove ParaVirt and FullVirtGuest
They were just around for back compat at this point, the tools
have moved on.
|
2013-04-13 13:40:45 -04:00 |
|
Cole Robinson
|
c5e45ae448
|
Remove all relative imports
We also drop VirtualDevice from the 'public' virtinst API, since there
are better ways to get its info.
|
2013-04-12 08:27:44 -04:00 |
|
Cole Robinson
|
69d3f21da6
|
virtinst: nic: Don't check MAC collision with host
It was:
- Slow
- Not that useful
- Only worked in the local case
If anyone cares, the proper thing to do is implement it with the iface APIs.
|
2013-04-11 12:15:37 -04:00 |
|
Cole Robinson
|
88603e4fad
|
Merge code from python-virtinst.git
As outlined here:
https://www.redhat.com/archives/virt-tools-list/2012-February/msg00040.html
For now this is just a direct import of the code from virtinst commit
dca5a4d6245f21d554f8853197a6a234bfc8e52c. History is not merged, so
please refer to original git for detailed commit histor:
http://git.fedorahosted.org/cgit/python-virtinst.git/
|
2013-04-03 18:22:05 -04:00 |
|