summaryrefslogtreecommitdiff
path: root/virtinst/devicefilesystem.py
Commit message (Collapse)AuthorAgeFilesLines
* Set default Filesystem type for LXC to "Mount"Radostin Stoyanov2017-06-201-2/+2
|
* Keep the value of filesystem/source when attribute is changedRadostin Stoyanov2017-06-201-1/+20
| | | | | When the attribute of filesystem/source is changed the old value was not assigned to the new attribute.
* devicefilesystem: Default to accessmode=mapped for qemuCole Robinson2015-09-201-1/+16
| | | | | | libvirt qemu default's to accessmode=passthrough, which really only works correctly when qemu is run as root, which isn't common for libvirt nowadays. So use accessmode=mapped which has a better chance of working
* devicefilesystem: Rename mode->accessmodeCole Robinson2015-09-201-3/+5
| | | | To reflect the name in the XML
* virtinst: Drop a bunch of uses of xmlbuilder make_xpath_cbCole Robinson2015-05-061-25/+23
| | | | | I'd like to drop that functionality from xmlbuilder, and just open code it at the callers... this is most of the way there
* virtinst: Switch to relative imports, fix cyclic import warningsCole Robinson2014-09-121-2/+2
|
* filesystem: Fix target validation when editing device (bz 1089422)Cole Robinson2014-04-211-1/+2
|
* Share the list of all disk image formatsCédric Bosdonnat2014-01-251-3/+0
| | | | (crobinso: Fix some trailing whitespace)
* Add lxc filesystem drivers: loop and nbdCédric Bosdonnat2014-01-211-2/+7
| | | | | These file systems drivers have been added in virtinst, but also in the addhardware UI.
* Add Hardware: added the missing filesystem types for LXC guests.Cédric Bosdonnat2014-01-211-3/+5
| | | | | This means tweaking the UI to input a memory usage for the 'ram' filesystem type.
* 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>
* xmlbuilder: Unify make_xpath callbacksCole Robinson2013-09-241-14/+3
|
* Simplify XMLProperty declarationsCole Robinson2013-09-191-6/+6
|
* virtinst: Rename most files to be more sensibleCole Robinson2013-08-091-0/+121
- Lower case everything - Virtual... -> device... - A few other similar bits