aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [HVM] Add expansion-ROM boot support again.Tim Deegan2007-01-083-162/+295
* [TOOLS] Improve information displayed by the xm sched-credit command.Emmanuel Ackaouy2007-01-061-13/+29
* Add support to list VDIs and SRs in xapi.pyAlastair Tse2007-01-051-25/+70
* Support for save and restore of compatibility guestsEmmanuel Ackaouy2007-01-052-7/+29
* Introduce _DOMF_compat and infrastructure as well as several conditionalsEmmanuel Ackaouy2007-01-051-0/+2
* [XEND] Fix some Xen API error declarations.Alastair Tse2007-01-051-3/+3
* [HVM] Sync the base memory reported by ROMBIOS with the e820 map.Tim Deegan2007-01-051-0/+7
* Catch exception from dumpCore when inside refreshShutdown.Ewan Mellor2007-01-051-2/+10
* Record the last shutdown reason for each VM in the store.Ewan Mellor2007-01-052-0/+3
* Rename the 3DNOW and 3DNOWEXT API constants to THREEDNOW, so that they may beEwan Mellor2007-01-053-5/+5
* Fix bindings for PIF_set_MAC and PIF.set_MTU.Ewan Mellor2007-01-051-2/+2
* Fix missing import, and a small tidyup.Ewan Mellor2007-01-051-1/+2
* Remove broken and unused set_u32.Ewan Mellor2007-01-051-8/+0
* Treat <value> tags with no type tag inside as if they were strings (as requiredEwan Mellor2007-01-051-9/+33
* Added permissiveness for floats.Ewan Mellor2007-01-051-0/+6
* Xen 3.0.3 pre-pended all configuration prior to the user-specifiedkfraser@localhost.localdomain2007-01-051-3/+7
* Fix xend stop if we're run directly instead of via the caretaker parent.kfraser@localhost.localdomain2007-01-051-1/+1
* [XEN] Add LEA to the Xen x86 emulator. Rename x86_emulate_memop() tokfraser@localhost.localdomain2007-01-051-16/+43
* [TOOLS] Fix typo in XenDomainInfo:device_configure.Ian Campbell2007-01-051-1/+1
* [XEND] Fix block-list for dom0 in xm.Alastair Tse2007-01-041-1/+1
* [XEND] Prevent exception if PIF does not have a network.Alastair Tse2007-01-041-1/+1
* [XEND] Add VBD_MODE enum from XenAPI.Alastair Tse2007-01-041-0/+1
* [XEND] Default values for VBD mode and cpu_weight.Alastair Tse2007-01-041-2/+2
* [XEND] Only use DevController to generate SXP for running domains.Alastair Tse2007-01-041-1/+1
* [XEND] Allow arbitrary values for the vif 'type'.kfraser@localhost.localdomain2007-01-042-3/+7
* [XEND] Parse as much device SXP as possible.Alastair Tse2007-01-041-15/+21
* [XM-TEST] Tweak 06_block-destroy_check_list_pos to allow more time to checkSteven Hand2007-01-041-2/+6
* Switch hotplug scripts to use /bin/bash rather than /bin/sh.Alastair Tse2007-01-0416-19/+19
* [XEND] Fix allocation of fixed VNC ports.kfraser@localhost.localdomain2007-01-041-1/+1
* [IOEMU] Process reset requests before returning control to the guest.Ian Campbell2007-01-031-0/+21
* Reset the option-parsing object before using it -- this means that theEwan Mellor2007-01-022-0/+2
* Minor extra logging.Ewan Mellor2007-01-021-1/+1
* Don't canonicalise the resource inside res_security_check if security is off.Ewan Mellor2007-01-021-3/+5
* Fix the error handling in acm.policy.Ewan Mellor2007-01-021-13/+16
* Don't lose the image settings when rebooting domains. This fixes recent HVMEwan Mellor2007-01-021-8/+11
* [HVM] Change VCPU->LAPIC_ID mapping so that VCPU0 has ID0.kaf24@localhost.localdomain2006-12-313-3/+4
* [HVM] Rationalise OEM and Creator IDs and Table Revisions.kaf24@localhost.localdomain2006-12-309-47/+49
* Resurrect cset 13174:766eec31afab, with one fix -- pass the fallback flag toEwan Mellor2006-12-291-3/+17
* (temporarily) revert cset 13174:766eec31afab since it seems to break 64-bit;Steven Hand2006-12-291-17/+3
* Fix libxenstore library dependencies.kaf24@localhost.localdomain2006-12-291-1/+1
* Explicitly use GNU msgfmt on non-GNU systems.kaf24@localhost.localdomain2006-12-291-3/+3
* [SOLARIS] Fix xentop build.kaf24@localhost.localdomain2006-12-292-2/+10
* Remove unused #defines.Steven Hand2006-12-291-6/+0
* Remove 'netbuf race' debug output - we get tons of these for balloonedSteven Hand2006-12-291-6/+6
* Remove a few more explicit type conversions, now that stringify is fixed.Ewan Mellor2006-12-282-7/+7
* Fix xmlrpclib2's stringify to cope with floats and longs, removing the needEwan Mellor2006-12-282-15/+13
* [QEMU] Fix a number of signedness issues plus a typo in the version checking ...kaf24@localhost.localdomain2006-12-282-28/+27
* [HVM][VMX] Fix regs set/get decoding in VMXAssist.kaf24@localhost.localdomain2006-12-281-10/+10
* Add a 1-PIF-per-network limit.Ewan Mellor2006-12-285-25/+62
* Format Xen-API error messages nicely.Ewan Mellor2006-12-281-1/+2