summaryrefslogtreecommitdiffstats
path: root/nova/virt
Commit message (Expand)AuthorAgeFilesLines
...
* | Cleanup _make_plugin_call()Johannes Erdfelt2012-04-051-28/+20
* | Push id generation into _make_agent_call()Johannes Erdfelt2012-04-051-14/+8
* | Remove unused path argument for _make_agent_call()Johannes Erdfelt2012-04-051-8/+8
* | Remove unused xenstore methodsJohannes Erdfelt2012-04-051-148/+10
* | Merge "Fixed bug 962840, added a test case."Jenkins2012-04-051-0/+18
|\ \
| * | Fixed bug 962840, added a test case.Yun Mao2012-04-051-0/+18
* | | Combine call_xenapi and call_xenapi_requestJohannes Erdfelt2012-04-052-20/+8
|/ /
* | Remove unused _parse_xmlrpc_valueJohannes Erdfelt2012-04-041-12/+0
* | Fix traceback in image cache manager.Chuck Short2012-04-041-0/+1
* | Merge "Allow unprivileged RADOS users to access rbd volumes."Jenkins2012-04-042-0/+15
|\ \
| * | Allow unprivileged RADOS users to access rbd volumes.Josh Durgin2012-04-022-0/+15
| |/
* | Merge "Get unit tests functional in OS X"Jenkins2012-04-041-0/+6
|\ \
| * | Get unit tests functional in OS XMatt Stephenson2012-04-031-0/+6
* | | Merge "Do not fail to build a snapshot if base image is not found"Jenkins2012-04-031-2/+6
|\ \ \
| * | | Do not fail to build a snapshot if base image is not foundJulien Danjou2012-04-021-2/+6
| | |/ | |/|
* | | Auto-confirming resizes would bail on exceptionsChris Behrens2012-04-031-14/+39
| |/ |/|
* | Merge "ensure atomic manipulation of libvirt disk images"Jenkins2012-04-032-45/+40
|\ \ | |/ |/|
| * ensure atomic manipulation of libvirt disk imagesPádraig Brady2012-03-242-45/+40
* | Handle not found in check for disk availabilityVishvananda Ishaya2012-03-301-0/+3
* | Fix libvirt rescue.Dan Prince2012-03-291-3/+11
* | Merge "Minor xenapi driver cleanups"Jenkins2012-03-292-17/+12
|\ \
| * | Minor xenapi driver cleanupsJohannes Erdfelt2012-03-282-17/+12
* | | Merge "Touch in use image files when they're checked."Jenkins2012-03-291-0/+2
|\ \ \
| * | | Touch in use image files when they're checked.Michael Still2012-03-291-0/+2
| |/ /
* | | Merge "adjust logging levels for libvirt error conditions"Jenkins2012-03-291-5/+5
|\ \ \
| * | | adjust logging levels for libvirt error conditionsPeng Yong2012-03-291-5/+5
| |/ /
* / / Base image signature files are not images.Michael Still2012-03-291-1/+3
|/ /
* | A missing checksum does not mean the image is corrupt.Michael Still2012-03-271-2/+5
* | Fix libvirt global name 'xml_info' is not defined.Dan Prince2012-03-251-1/+0
|/
* Merge "Add periodic_fuzzy_delay option."Jenkins2012-03-233-11/+11
|\
| * Add periodic_fuzzy_delay option.Rick Harris2012-03-233-11/+11
* | Introduce a class for storing libvirt snapshot configurationDaniel P. Berrange2012-03-231-0/+15
* | Convert libvirt connection class to use config APIs for CPU comparisonsDaniel P. Berrange2012-03-232-24/+11
* | Introduce a class for storing libvirt CPU configurationDaniel P. Berrange2012-03-231-0/+40
* | Convert libvirt connection class to use config APIs for guestsDaniel P. Berrange2012-03-232-113/+73
* | Move NIC devices back after disk devicesDaniel P. Berrange2012-03-231-3/+4
* | Convert libvirt connection class to use config APIs for disk devicesDaniel P. Berrange2012-03-232-145/+169
|/
* Convert libvirt connection class to use config APIs for filesystem devicesDaniel P. Berrange2012-03-232-6/+10
* Convert libvirt connection class to use config APIs for input devicesDaniel P. Berrange2012-03-232-3/+6
* Convert libvirt connection class to use config APIs for serial/console devicesDaniel P. Berrange2012-03-232-13/+20
* Convert libvirt connection class to use config APIs for graphicsDaniel P. Berrange2012-03-232-6/+7
* Convert libvirt vif classes over to use config APIDaniel P. Berrange2012-03-233-98/+67
* Convert libvirt volume classes over to use config APIDaniel P. Berrange2012-03-232-34/+39
* Introduce a set of classes for storing libvirt guest configurationDaniel P. Berrange2012-03-231-0/+358
* Fix launching of guests where instances_path is on GlusterFSDaniel P. Berrange2012-03-232-7/+54
* Inlining some single-use methods in XenAPI vmops.Rick Harris2012-03-221-28/+16
* Avoid unplugging VBDs for rescue instancesJohannes Erdfelt2012-03-221-25/+22
* Rollback create_disks handles StorageError exception.Rick Harris2012-03-222-26/+20
* Only shutdown rescue instance if it's not already shutdownJohannes Erdfelt2012-03-211-1/+4
* Fix unplug_vbd to retry a configurable number of timesJohannes Erdfelt2012-03-211-37/+34