aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: Extend emulator return codes.kfraser@localhost.localdomain2007-02-211-24/+24
* libfs: Fix build with gcc4.kfraser@localhost.localdomain2007-02-211-6/+6
* Port fsys_fat.c from grub legacy. This enables pygrub to load from EFIAron Griffis2007-02-134-1/+599
* Add iso9660 support to libfsimage.john.levon@sun.com2007-02-2010-167/+783
* Added C bindings for host.supported_bootloaders.Ewan Mellor2007-02-216-3/+205
* Fix allocation of the error_description fields.Ewan Mellor2007-02-211-2/+2
* Put the set size in the structure on set-allocation.Ewan Mellor2007-02-201-1/+4
* Added host.supported_bootloaders field.Ewan Mellor2007-02-201-2/+6
* Remove host.create and host.destroy -- these never made any sense.Ewan Mellor2007-02-203-51/+2
* Added modelling and C bindings for VIF/VBD QoS parameter setting. No XendEwan Mellor2007-02-204-0/+314
* Split the VIF I/O statistics fields out into a VIF_metrics class. ImplementEwan Mellor2007-02-206-61/+428
* Split the VBD I/O statistics out into a VBD_metrics class. Document theEwan Mellor2007-02-209-35/+653
* Added Console.other_config to the docs (Xend already has this).Ewan Mellor2007-02-202-1/+106
* Rename Console.uri to location. Xend already uses the latter.Ewan Mellor2007-02-202-12/+12
* Remove VM.VCPUs_number and VM.VCPUs_utilisation as these have moved onto theEwan Mellor2007-02-203-40/+37
* Replace the X_HANDLE_INVALID error codes with a single HANDLE_INVALID thatEwan Mellor2007-02-202-78/+43
* add /sbin to the $PATH and use ldconfig -p instead of ldconfig -vVincent Hanquez2007-02-201-1/+2
* add /sbin to the $PATH for debian's ldconfig.Vincent Hanquez2007-02-201-1/+3
* Xenconsoled should ignore spurious watch event. Otherwise, it can rebind to t...john.levon@sun.com2007-02-191-0/+8
* Filesystem implementations may need optional arguments in terms ofjohn.levon@sun.com2007-02-1912-20/+22
* hvm, vtpm: Fix wait for an outstanding response.kfraser@localhost.localdomain2007-02-191-0/+2
* [LIBELF] Prefer PT_NOTE segments to SHT_NOTE sections for ELF notes.Ian Campbell2007-02-191-49/+89
* Fix 64-bit build.kfraser@localhost.localdomain2007-02-171-4/+4
* [TAPDISK] add tapdisk support for image chainingJake Wires2007-02-1612-639/+829
* hvm: Processor Objects require unique IDs.kfraser@localhost.localdomain2007-02-161-0/+3
* hvm: Dynamically generate the correct number of ACPI Processor Objectskfraser@localhost.localdomain2007-02-163-445/+503
* Fix vncdisplay config option for HVM guests.kfraser@localhost.localdomain2007-02-161-0/+1
* hvm: Fix acpi processor id in MADT LAPIC entries.kfraser@localhost.localdomain2007-02-151-1/+3
* Remove unnecessary check from HVM builder.kfraser@localhost.localdomain2007-02-151-9/+0
* Lift physical address restriction in save/restore code.kfraser@localhost.localdomain2007-02-154-9/+16
* [ACM] Update the xensec_ezpolicy ACM policy generation tool sokfraser@localhost.localdomain2007-02-151-4/+2
* Disable GCC stack protector for ROMBIOS.kfraser@localhost.localdomain2007-02-152-0/+4
* [VTPM] Add a missing initialization of a state variable in the TISkfraser@localhost.localdomain2007-02-151-0/+1
* libxc: Fix xc_vcpu_{set,get}_affinity (Xen-bugzilla No.900).kfraser@localhost.localdomain2007-02-151-2/+2
* Remove old elf-parsing code from tools and from Xen.kfraser@localhost.localdomain2007-02-156-2410/+0
* Protect self.domid from being emptyWim Colgate2007-02-141-10/+11
* Export PRI_xen_pfn rather than PRIpfn: less polluting of namespace.kfraser@localhost.localdomain2007-02-141-0/+2
* Merge with xenppc-unstable.hgkfraser@localhost.localdomain2007-02-1428-174/+567
|\
| * [HVM] Save/restore: disentangle max_pfn from nr_pages.Tim Deegan2007-02-094-37/+33
| * Fix non-x86 build.kfraser@localhost.localdomain2007-02-081-1/+3
| * Fix xen-detect build.kfraser@localhost.localdomain2007-02-082-1/+2
| * Add example xen-detect.c code for detecting application execution inKeir Fraser2007-02-082-1/+108
| * Fix localtime setting for PV domains.Ewan Mellor2007-02-081-1/+1
| * [HVM] Save/restore: don't try to set the console ring MFNTim Deegan2007-02-085-11/+12