aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python
Commit message (Expand)AuthorAgeFilesLines
* xend: Use get_config_string for 'keymap' and 'resource-label-change-script'.Keir Fraser2008-06-091-2/+2
* acm: check for duplicate labels and typesKeir Fraser2008-06-092-2/+11
* acm: Allow remove of labels from suspended domains.Keir Fraser2008-06-091-2/+2
* xm: Set device_model option value default to None.Keir Fraser2008-06-091-1/+1
* xm on xenapi: Enable more platform configurationsKeir Fraser2008-06-091-11/+37
* xm: Fix formatting of xm block-list output.Keir Fraser2008-06-051-1/+1
* Fix blkif.py for virsh startKeir Fraser2008-06-051-1/+1
* xend: implement VM_hard_reboot of XenAPI.Keir Fraser2008-06-032-4/+8
* xend: Add node parameter to do_migrate() for HTTP interfaceKeir Fraser2008-05-291-0/+1
* iommu: Handle sibling device assignment correctlyKeir Fraser2008-05-282-0/+108
* Revert 17731:eafb252f141.Keir Fraser2008-05-271-16/+2
* xend: fix a typo in domain_migrate().Keir Fraser2008-05-271-5/+5
* xend: add a reset button to Web interface.Keir Fraser2008-05-271-0/+9
* xend: take care of dead qemu-dm processKeir Fraser2008-05-261-2/+16
* Fix XendAPI VM_migrate parametersKeir Fraser2008-05-262-5/+4
* Handle IOMMU device assignment for PV guestsKeir Fraser2008-05-242-35/+135
* xend: Import TRIGGER_S3RESUME and HVM_PARAM_ACPI_S_STATE into XendDomain.py.Keir Fraser2008-05-231-2/+2
* Add -s --ssl option to xm migrateKeir Fraser2008-05-234-6/+18
* Make ssl relocation server listen on different portKeir Fraser2008-05-233-17/+43
* xend: fix automatic vcpu NUMA placementKeir Fraser2008-05-221-11/+11
* xend: Remove XendLogging dependency from a couple of generally usefulKeir Fraser2008-05-212-5/+1
* xend: Support HVM S3 resume.Keir Fraser2008-05-203-2/+8
* xend: Fix bugzilla bug #1253.Keir Fraser2008-05-201-4/+5
* xm migrate: Better error report when attempt to migrate non-running domain.Keir Fraser2008-05-201-0/+4
* Fix showing of CPU Affinity by xm vcpu-listKeir Fraser2008-05-191-1/+1
* xend: Device configurations of suspended virtual machines are inaccessibleKeir Fraser2008-05-151-1/+2
* ia64: fix domain restoreKeir Fraser2008-05-141-0/+3
* xend: fix block protocol mismatch on save/restoreKeir Fraser2008-05-142-1/+14
* [Xend/security] Refactor the code that recalculates the label during a policy...Keir Fraser2008-05-131-22/+75
* Xend: Fix blkif type check for tap devices.Keir Fraser2008-05-131-2/+3
* Fix guest boot if set empty cdrom in config fileKeir Fraser2008-05-131-1/+1
* XM/XenAPI: Add cdrom support when creating domains by xm through Xen API.Keir Fraser2008-05-131-2/+5
* XM/XenAPI: Add blktap support when creating domains by xm through Xen API.Keir Fraser2008-05-131-1/+1
* Further minor ssl relo fixes.Keir Fraser2008-05-131-2/+6
* Fix relocation ssl/tls supportKeir Fraser2008-05-134-16/+242
* xend: Add syntax check for block devicesKeir Fraser2008-05-121-1/+5
* xend: Fix and improve error handling for failed suspend/migrateKeir Fraser2008-05-083-15/+18
* Remove defunct powerpc port.Keir Fraser2008-05-083-51/+0
* Xend: Fix handling of vnc params.Keir Fraser2008-05-081-2/+2
* xend: Improve "cpus" parameter to be able to define CPU affinities for each VCPUKeir Fraser2008-05-083-55/+105
* XM/XenAPI: Enable Console other_config parameters to be passed through Xen API.Keir Fraser2008-05-071-2/+2
* msix: Further fixes to Python arithmetic.Keir Fraser2008-05-071-2/+2
* xend: Only import OpenSSL package when it is required.Keir Fraser2008-05-061-2/+1
* xend: Refactor security.on() callKeir Fraser2008-05-069-16/+27
* Calculation of MSI-X table size needs to be masked.Keir Fraser2008-05-051-2/+4
* Remove unimplemented xm migrate --resource option.Keir Fraser2008-05-013-9/+1
* Accept decimal block device IDsKeir Fraser2008-05-011-3/+5
* x86 hvm cpuid: fix some problem with the hvm's cpuid configuration.Keir Fraser2008-05-012-2/+4
* MSI 4/6: remove io_mem permission for MSI-X, since MSI-XKeir Fraser2008-05-012-1/+95
* MSI 2/6: change the pirq to be per-domainKeir Fraser2008-05-013-1/+41