summaryrefslogtreecommitdiff
path: root/virtinst/deviceredirdev.py
Commit message (Collapse)AuthorAgeFilesLines
* addhardware: Don't list device 'default' optionsCole Robinson2015-05-191-1/+1
| | | | | | This is really only useful for building default XML internally, and for virt-install stuff like --watchdog default. Instead just select the 'default' value in the wizard
* Drop non-ascii text from filesCole Robinson2015-03-231-2/+1
| | | | Seems to be tripping up coverage output on f22
* details: Reorg a bunch of the global helpersCole Robinson2014-09-201-0/+8
| | | | Some were redundant, some should be in virtinst
* virtinst: Switch to relative imports, fix cyclic import warningsCole Robinson2014-09-121-2/+2
|
* mass update: remove double spaces from commentsGiuseppe Scrivano2013-10-281-2/+2
| | | | | | | | Updated by this script: find -name '*.py' -exec sed -i "s|^\(#.*[^.?\!]\) \(.*[^#]\)$|\1 \2|g" \{\} \; Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* headers: update "Red Hat, Inc." copyright for the year 2013Giuseppe Scrivano2013-10-281-1/+1
| | | | | | | | | | Ensure that any file touched by a @redhat.com author in 2013 has an updated copyright header. The files were updated using the build-aux/update-copyright gnulib script and manually added where the copyright line wasn't present. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Simplify XMLProperty declarationsCole Robinson2013-09-191-4/+4
|
* virtinst: Rename most files to be more sensibleCole Robinson2013-08-091-0/+56
- Lower case everything - Virtual... -> device... - A few other similar bits