aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* xend: Avoid use of 'k' specifier to Py_BuildValue(). ItsKeir Fraser2007-03-181-3/+3
* xend: Fix Py_BuildValue() invocation (don't use I specifier).Keir Fraser2007-03-181-16/+26
* Re-raise log level for XendConfig (accidentally changed it to DEBUG previously).Ewan Mellor2007-03-181-1/+1
* Fix the signedness of a number of values demarshalled by xc.domain_getinfo,Ewan Mellor2007-03-181-17/+19
* Support xm create through the Xen-API.Ewan Mellor2007-03-177-68/+939
* Fix xm list's printing of the memory target, when in legacy mode.Ewan Mellor2007-03-171-1/+1
* Replace VDI.location with a more generic VDI.other_config map. RemoveEwan Mellor2007-03-1711-70/+130
* Work around bug in Python's inspect module -- catch an IndexError exceptionEwan Mellor2007-03-171-0/+12
* Xen and tools now require gcc 3.4+ on x86.Keir Fraser2007-03-171-0/+5
* hvmloader: More simplification of highmem bios relocation code.Keir Fraser2007-03-162-66/+48
* General hvmloader cleanups and write memory fields of CMOS withKeir Fraser2007-03-166-118/+141
* Fix build when bcc is not installed.Keir Fraser2007-03-161-1/+1
* [TAPDISK] unlock sector on error caseJake Wires2007-03-161-0/+1
* rombios: Simplify memory-size bios calls and derive all results fromkfraser@localhost.localdomain2007-03-161-162/+70
* libxc: Explicitly reserve space for special pages in HVM memmap.kfraser@localhost.localdomain2007-03-161-0/+6
* Fix VM_metrics.get_vcpus_utilisation.Ewan Mellor2007-03-161-1/+1
* [QEMU] fix typo in 14405Tim Deegan2007-03-161-1/+1
* hvm ioemu: Add support for IOREQ_TYPE_XCHG in qemu-dm.kfraser@localhost.localdomain2007-03-161-0/+15
* [HVM][QEMU] Save/restore: enable HVM live migrationTim Deegan2007-03-168-15/+314
* Fix the python type dismatch exception when HVM restoreTim Deegan2007-03-161-2/+2
* Implement xm list through the Xen-API.Ewan Mellor2007-03-151-37/+99
* Raise the VM_BAD_POWER_STATE error with VM.send_sysrq if the domain is notEwan Mellor2007-03-151-2/+7
* Added a new Xen-API call VM.send_sysrq, and use that to implement xm sysrqEwan Mellor2007-03-152-1/+11
* Allow the xm configuration file location to be overridden with anEwan Mellor2007-03-151-4/+6
* Replace tab with 4 whitespaces in xm/shutdown.py.kfraser@localhost.localdomain2007-03-151-13/+13
* hvmloader: Simplify 32bit-bios relocator.kfraser@localhost.localdomain2007-03-151-7/+6
* TCGBIOS fixes and cleanups.kfraser@localhost.localdomain2007-03-153-59/+36
* Implement xm domid and xm console using the Xen-API, and fix xm domname.Ewan Mellor2007-03-141-6/+12
* Added the clear flag to host.dmesg, and added host.get_log. Use these toEwan Mellor2007-03-142-8/+33
* Fix error logging when we get a 500 response.Ewan Mellor2007-03-141-1/+1
* Improve the performance of the Xend trace facility, and exclude XendMonitorEwan Mellor2007-03-141-3/+6
* Trap bad return values from Xen-API method handlers, and return an internalEwan Mellor2007-03-141-0/+12
* Match recent removal of VM.VCPUs_policy.Ewan Mellor2007-03-143-53/+0
* Fix typo in xm-test.Ewan Mellor2007-03-141-1/+1
* Fix typo.Ewan Mellor2007-03-141-1/+1
* Added VM_metrics.get_all.Ewan Mellor2007-03-142-0/+8
* Added Xen-API features needed to implement xm info: host.sched_policyEwan Mellor2007-03-144-47/+156
* Implement VM_metrics Xen-API class.Ewan Mellor2007-03-143-13/+117
* Added Xen-API support to xm shutdown.Ewan Mellor2007-03-141-7/+30
* hvm: Firmware build requires dev86 (bcc) >= 0.16.14.kfraser@localhost.localdomain2007-03-141-3/+3
* Implement VM.{add_to,remove_from}_VCPUs_params.Ewan Mellor2007-03-131-2/+19
* In xm shell, add a space to the function names when tab-completing.Ewan Mellor2007-03-131-1/+1
* [XEND] Mark save record fd close-on-exec after calling xc_restoreTim Deegan2007-03-141-0/+10
* hvm: Add a revision 1 FADT in ACPI, and link the original revision-4kfraser@localhost.localdomain2007-03-142-1/+67
* AMD HVM: Fix enter-realmode stub to initialise 32-bit GPRs.kfraser@localhost.localdomain2007-03-141-5/+11
* add usb device save/restore in qemuTim Deegan2007-03-146-0/+162
* [HVM] Save/restore: more state propagation in xendTim Deegan2007-03-134-9/+10
* xm: Allow vcpu-pin to specify 'all' for CPU list.kfraser@localhost.localdomain2007-03-131-2/+5
* hvmloader: Avoid compile warnings char vs. unsigned char.kfraser@localhost.localdomain2007-03-132-16/+18
* [XM-TEST] vTPM test changeskfraser@localhost.localdomain2007-03-132-2/+3