aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix for Solaris compile/output for VBDs in xentop.kfraser@localhost.localdomain2007-02-271-4/+12
* mergeIan Campbell2007-02-271-1/+26
|\
| * [TOOLS] Add support for XEN_ELFNOTE_L1_MFN_VALID to readnotes.Ian Campbell2007-02-271-1/+26
* | Accelerate IDE PIO on HVM/IA64 [2/3]kfraser@localhost.localdomain2007-02-272-4/+12
* | Accelerate IDE PIO on HVM/IA64 [1/3]kfraser@localhost.localdomain2007-02-272-0/+130
|/
* Fix save/restore (and non-live migrate) on PAE.Steven Hand2007-02-271-3/+6
* Added SXP pretty-printer.Ewan Mellor2007-02-271-0/+45
* Fix exception handling to cope with exceptions that do not have a string asEwan Mellor2007-02-271-2/+5
* [TOOLS] Make xentrace help a little more informative.George Dunlap2007-02-271-2/+4
* [TOOLS] Added option to xentrace to discard records in the bufferGeorge Dunlap2007-02-271-0/+19
* Fix missing bits of the docs from cset 14020, and match that change by removingEwan Mellor2007-02-277-105/+4
* Implementation of host_metrics.get_all, PIF_metrics.get_all, and docs andEwan Mellor2007-02-2727-8/+261
* Added some more fields to host_cpu.Ewan Mellor2007-02-274-64/+124
* Missing files from previous changeset.kfraser@localhost.localdomain2007-02-263-47/+59
* Add argument check for xm network-attach commandEwan Mellor2007-02-261-3/+10
* Fix xm vcpu-set command for when wrong number of VCPU is givenEwan Mellor2007-02-261-0/+3
* Move credit scheduler configuration into XendDomainInfo, so that the domainEwan Mellor2007-02-262-14/+9
* [TOOLS] fix sizeof() usage in xc_coreTim Deegan2007-02-261-1/+1
* Remap PCI-ISA IRQ 6 to IRQ 7. Disable LPT1 by default and remove itskfraser@localhost.localdomain2007-02-265-196/+40
* Resolve conflict over use of name xen_elfnote.kfraser@localhost.localdomain2007-02-263-7/+7
* libxc, ia64: Added new arch_hook for registering ia64 big endian images.kfraser@localhost.localdomain2007-02-261-0/+10
* Save elfnotes in VM sxpr under image/notes, and load them on restore.kfraser@localhost.localdomain2007-02-262-3/+34
* Write Xen ELF notes into xenstore on domain build.kfraser@localhost.localdomain2007-02-264-10/+106
* xm-test, acm: Use xvda* device name instead of sdb* device inside guest domain.kfraser@localhost.localdomain2007-02-261-9/+9
* Remove unused network.default_{gateway,netmask}.Ewan Mellor2007-02-265-184/+12
* Redefine units of VDI.virtual_size to be bytes, not sectors.Ewan Mellor2007-02-254-5/+5
* Added host.capabilities field.Ewan Mellor2007-02-255-0/+60
* Replace VM.tools_version with a richer VM_guest_metrics class.Ewan Mellor2007-02-255-27/+547
* Added documentation and C bindings for VBD/VIF.status_detail, status_code, andEwan Mellor2007-02-254-0/+166
* Added a VM.domid field.Ewan Mellor2007-02-253-1/+36
* Remove the bindings for VM.get_VCPUs_{number,utilisation} -- these have movedEwan Mellor2007-02-252-60/+2
* Fix typo in host record.Ewan Mellor2007-02-251-1/+1
* Added tab completion for methods and object references to xm shell.Ewan Mellor2007-02-252-1/+23
* Added host.API_version_{major,minor,vendor,vendor_implementation} fields.Ewan Mellor2007-02-254-14/+169
* Added VBD. and VIF.qos_supported_algorithms fields, with C bindings, XendEwan Mellor2007-02-214-0/+60
* libxc: Code format cleanups.Keir Fraser2007-02-2411-1000/+1093
* Reduce impact of saving/restoring/dumping large domains on Dom0 memoryKeir Fraser2007-02-247-8/+110
* xc_ptrace_core.c new elf format supportKeir Fraser2007-02-241-36/+549
* Xen coredump format: ELF formatified with note section.Keir Fraser2007-02-249-41/+1513
* Move some definitions from xg_save_resotre.h to xg_private.hKeir Fraser2007-02-244-21/+19
* x86 hvm domain builder, restore: set shared_info.arch.max_pfn forKeir Fraser2007-02-242-0/+12
* Support new xm command: xm trigger <Domain> <nmi|reset|init> [<VCPU>]Keir Fraser2007-02-246-0/+112
* [TAPDISK] honor read-only attributes when creating tap-based VBDsJake Wires2007-02-236-15/+38
* [TAPDISK] handle error case when opening VDIsJake Wires2007-02-231-2/+5
* xentrace: Add a relative TSC field (kept track per CPU) to xentrace_format.kfraser@localhost.localdomain2007-02-232-32/+41
* hvm: Fix save/restore to handle missing pages.kfraser@localhost.localdomain2007-02-232-28/+27
* hvm: unset_mm_mapping() for vga acceleration region should recalculatekfraser@localhost.localdomain2007-02-231-6/+6
* [XEN] [TOOLS] 32on64 compat save/restore: unadjust L3E flags at save timeEmmanuel Ackaouy2007-02-231-0/+12
* Implement VBD and VIF handling on Solaris for libxenstat.kfraser@localhost.localdomain2007-02-237-290/+838
* [TAPDISK] minor changes to tapdisk and pluginsJake Wires2007-02-229-143/+224