aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Replace shadow pagetable code with shadow2.tdeegan@york.uk.xensource.com2006-08-1612-30/+190
* Fix log rotation which was inadvertently broken by changeset 11129:939f75570a15.emellor@leeni.uk.xensource.com2006-08-161-1/+1
* Rename two xentrace tools to make it obvious that setmask and setsize are xen...kfraser@localhost.localdomain2006-08-162-6/+8
* Implement xm block-configure for CD-ROMs.emellor@leeni.uk.xensource.com2006-08-165-15/+54
* This is a small patch that makes a cross compiler successfully compilekfraser@localhost.localdomain2006-08-163-4/+7
* [XEND] xc_save/xc_restore open the libxc interface independentlykfraser@localhost.localdomain2006-08-153-20/+35
* Set close-on-exec flag on /var/log/xend.log logging file.kfraser@localhost.localdomain2006-08-151-3/+25
* Set the close-on-exec flag on the RPC socket in tool stack.kfraser@localhost.localdomain2006-08-152-0/+19
* Set the close-on-exec flag on the xenstore fd in libxenstore.kfraser@localhost.localdomain2006-08-151-7/+15
* [LIBXC] Set close-on-exec on the privcmd fd in libxc.kfraser@localhost.localdomain2006-08-151-0/+30
* mergekfraser@localhost.localdomain2006-08-152-23/+23
|\
| * [qemu patches] Update patches for changeset 11117:60eacb336e35.chris@kneesaa.uk.xensource.com2006-08-151-20/+20
| * [qemu/ia64] Sync ID cache only guest do DMA read.chris@kneesaa.uk.xensource.com2006-08-151-3/+3
* | Clean up console fields in start_info structure. Add compat code forkfraser@localhost.localdomain2006-08-154-10/+11
|/
* [XEND] Apply the domain cpumask fully to every vcpu in the domain.kfraser@localhost.localdomain2006-08-151-5/+2
* Remove another external-to-libxc user of xc_dom0_op().kfraser@localhost.localdomain2006-08-151-10/+7
* [VMX] Fix vmxassist for booting Vista.kfraser@localhost.localdomain2006-08-151-11/+92
* [VMX] Fix VMX ap boot.kfraser@localhost.localdomain2006-08-151-2/+3
* [HVM] Fix roms.h to depend on acpi data.kfraser@localhost.localdomain2006-08-141-1/+1
* [VMXASSIST] Fix linker script to define start/end section labelskfraser@localhost.localdomain2006-08-141-6/+6
* Pick up SMBIOS entry point in the ROMBIOS.kfraser@localhost.localdomain2006-08-141-0/+45
* Add code to generate SMBIOS tables to hvmloader.kfraser@localhost.localdomain2006-08-145-4/+832
* Make room in e820map for SMBIOS tables.kfraser@localhost.localdomain2006-08-141-3/+3
* Add utilities needed for SMBIOS generation to hvmloader.kfraser@localhost.localdomain2006-08-143-9/+92
* [HVMLOADER] Include xen.h for __HYPERVISOR* constants.kfraser@localhost.localdomain2006-08-141-0/+2
* [LIBXC] Remove unused xc_evtchn_status().kfraser@localhost.localdomain2006-08-143-87/+0
* [XEN] Clean up e820 definitions. Define shared set in hvm public dir.kaf24@localhost.localdomain2006-08-133-42/+8
* [XEN] Add a warning about changeable size of shared_info structure.kaf24@localhost.localdomain2006-08-123-4/+4
* [XM-TEST] Fix network tests for -route and -natkaf24@localhost.localdomain2006-08-121-0/+1
* New xm uptime command.emellor@leeni.uk.xensource.com2006-08-121-0/+59
* [HVM] Remove unused apic_enabled field from hvm_info_table.kfraser@localhost.localdomain2006-08-102-4/+6
* Revert inadvertent code change from "replace tabs with spaces" changeset.emellor@leeni.uk.xensource.com2006-08-101-1/+1
* [LIBXC] clean specified files instead of wildcardingkfraser@localhost.localdomain2006-08-101-2/+3
* [LIBXC] replace tabs with spaceskfraser@localhost.localdomain2006-08-101-23/+23
* [HVM] Rmove unused field pae_enabled from hvm_info_table.kfraser@localhost.localdomain2006-08-101-4/+4
* Fix 2 issues when creating HVM guests:kfraser@localhost.localdomain2006-08-102-7/+7
* [qemu patches] Update patches for changeset 11048:27bef4f3c1d3.chris@kneesaa.uk.xensource.com2006-08-094-51/+56
* [qemu] Move acpi to devfn 2, so that it matches the fadt.chris@kneesaa.uk.xensource.com2006-08-094-12/+11
* [qemu patches] Update patches for changesets 11045:bd11c4855c5d and 11046:8a6...chris@kneesaa.uk.xensource.com2006-08-092-24/+34
* [qemu] HVM acpi port init update.chris@kneesaa.uk.xensource.com2006-08-092-5/+5
* [qemu] Disable qemu's acpi support.chris@kneesaa.uk.xensource.com2006-08-091-1/+5
* Merge with xen-ia64-unstable.kfraser@localhost.localdomain2006-08-093-24/+19
|\
| * Merge with xenppc-unstable.kfraser@localhost.localdomain2006-08-0931-352/+1252
| |\
| * | [LIBXC] put PowerPC loader in libxenguest, not libxenctrlHollis Blanchard2006-08-081-1/+1
| * | [LIBXC] remove relocated file from MakefileHollis Blanchard2006-08-081-1/+1
| * | [LIBXC] move xc_ppc_linux_build.c into a powerpc64 directoryHollis Blanchard2006-08-082-0/+1
| * | [POWERPC] fixed bad swap of console and store event channelsJimi Xenidis2006-08-041-1/+1
| * | [TOOLS] use standard DPRINTF macro in PPC builderHollis Blanchard2006-08-021-22/+16
* | | merge with xen-unstable.hgawilliam@xenbuild.aw2006-08-0912-59/+217
|\ \ \ | | |/ | |/|
| * | [qemu patches] Update patches for changeset 10998:bd04004865ba.chris@kneesaa.uk.xensource.com2006-08-096-51/+180