Cole Robinson
|
a6d92c7001
|
Drop a lot of usage of utility XML functions
|
2013-09-22 17:34:53 -04:00 |
Cole Robinson
|
c426d5a16f
|
Guest: Drop os_type, just use single os_variant
Internally the distinction hasn't been valuable for a long time,
so simplify the API here.
|
2013-08-11 12:39:36 -04:00 |
Cole Robinson
|
1d0695abd2
|
virtconv: Drop reference to OS_TYPES
|
2013-08-11 12:39:28 -04:00 |
Cole Robinson
|
01629d3f2c
|
virtinst: Combine ImageInstaller and ImageParser code
They aren't touched much these days, so unify the files for clarity.
|
2013-08-08 21:00:37 -04:00 |
Cole Robinson
|
0d5fe93048
|
Centralize XML helpers in virtinst/util.py
|
2013-07-12 13:10:23 -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
|
4672ed3a0a
|
Drop most explicit SunOS support
We haven't had a patch from Sun/Oracle in over 4 years, nor a libvirt
patch in about as long. I don't think anyone cares.
|
2013-07-03 12:15:56 -04:00 |
Cole Robinson
|
191fff8c0c
|
tests: Make sure virtinst doesn't pull in Gtk
Add an explicit test to warn if it inadvertently happens
|
2013-04-18 16:41:02 -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
|
3f79fa3919
|
Fix the last of the pylint messages
If using an older pylint, there are still some complaints about hashlib
and Popen, but those aren't our problems.
|
2013-04-13 13:45:08 -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
|
ae471007fc
|
Tons of misc pylint fixes
|
2013-04-13 13:40:29 -04:00 |
Cole Robinson
|
a386186c74
|
Remove most map() and filter() usage
They aren't available on python3 so pylint complains, and list
comprehensions are usually better.
|
2013-04-12 08:27:44 -04:00 |
Cole Robinson
|
d6c8ad0297
|
Wire up python unit tests, unify gettext setup
|
2013-04-03 18:22:05 -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 |