aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hvm: Fix PV-on-HVM drivers to not execuite hypercall page while it iskfraser@localhost.localdomain2007-08-061-0/+10
* hvm: Fix save/restore when callback_via line is routed through a PCIkfraser@localhost.localdomain2007-08-061-1/+25
* pygrub: LiloConf.py supports root and read-onlykfraser@localhost.localdomain2007-08-061-3/+21
* Fix/cleanup destroyDevice code path in xend.kfraser@localhost.localdomain2007-08-065-27/+96
* [ACM] Support for removing / replacing a policykfraser@localhost.localdomain2007-08-066-33/+142
* [ACM] Support for running unlabeled domains alongside labeled oneskfraser@localhost.localdomain2007-08-068-67/+117
* domain builder: Zero start_info struct.kfraser@localhost.localdomain2007-08-031-0/+2
* On debug builds, scrub pages with non-zero poison.kfraser@localhost.localdomain2007-08-031-3/+11
* [HVM] Yet another MCA/MCE MSR.Tim Deegan2007-08-033-0/+7
* es7000: Remove the bulk of the ES7000 specific code from Xen.kfraser@localhost.localdomain2007-08-036-220/+7
* Merge with ppc/xen-unstable.hgkfraser@localhost.localdomain2007-08-0211-193/+137
|\
| * libelf: Clean up and fix up BSD symtab handling.kfraser@localhost.localdomain2007-08-025-174/+114
| * elfloader: Re-add break stmt I stupidly removed from elf parser.kfraser@localhost.localdomain2007-08-021-0/+2
| * libelf: Remove unneeded extra elf_set_verbose() invocation.kfraser@localhost.localdomain2007-08-021-4/+0
| * MergeTim Deegan2007-08-028-54/+227
| |\
| | * xenstore: Redirect stdin/stdout/stderr to /dev/null.kfraser@localhost.localdomain2007-08-011-4/+8
| | * xenstore: Do not assign to stdout/stderr/stdin - they are notkfraser@localhost.localdomain2007-08-013-10/+5
| * | [MINIOS] fix x86_64 p2m map and CFLAGSTim Deegan2007-08-023-3/+10
* | | merge with xen-unstable.hgHollis Blanchard2007-08-0237-553/+789
|\ \ \ | | |/ | |/|
| * | [ELF] Load elf symbols when BSD_SYMTAB=yes.kfraser@localhost.localdomain2007-08-015-41/+215
| |/
| * xenstored: Do not write to stderr if we are daemonised!kfraser@localhost.localdomain2007-08-014-15/+16
| * xenstored: Remove unused util code.kfraser@localhost.localdomain2007-08-012-96/+0
| * blktap: Fix unaligned access to blktap/tapdisk message payloads.kfraser@localhost.localdomain2007-08-011-1/+3
| * Fix file descriptor leak in blktapctrlkfraser@localhost.localdomain2007-08-011-12/+32
| * Merge with ppc/xen-unstable.hg.kfraser@localhost.localdomain2007-08-0125-388/+523
| |\
| | * [IA64] Fix tools build.kfraser@localhost.localdomain2007-08-011-1/+3
| | * hvm: Large-scale cleanups and fixes to event deliver logic.kfraser@localhost.localdomain2007-07-319-200/+166
| | * hvmloader: Avoid bogus use of NULL pointer.kfraser@localhost.localdomain2007-07-311-1/+1
| | * [HVM] Inject #PF when mmio instruction fetch failsTim Deegan2007-07-314-73/+59
| | * hvm: Define common (across VMX and SVM) set of event types.kfraser@localhost.localdomain2007-07-317-24/+24
| | * hvm: Fix CR0 handling, which I broke in 15652.kfraser@localhost.localdomain2007-07-313-12/+14
| | * vmx: Simplify event-injection logic.kfraser@localhost.localdomain2007-07-312-66/+10
| | * [ACM] Some more fixeskfraser@localhost.localdomain2007-07-304-3/+26
| | * [IA64] Disable ACPI SRAT,SLIT table of dom0.kfraser@localhost.localdomain2007-07-301-0/+13
| | * Add acpi_table_disable() into xen/drivers/acpi/tables.ckfraser@localhost.localdomain2007-07-303-9/+151
| | * Move generate_acpi_checksum() from ia64 code to common.kfraser@localhost.localdomain2007-07-306-13/+26
| | * hvm: Clean up CR0 handling.kfraser@localhost.localdomain2007-07-274-0/+44
* | | [POWERPC][XEN] Commit missing multiboot files.Hollis Blanchard2007-08-023-0/+212
|/ /
* | [POWERPC][XEN] Use multiboot2 data structures when present.Hollis Blanchard2007-07-307-214/+117
* | [POWERPC][XEN] Deal with "shadow" -> "paging" fallout.Hollis Blanchard2007-07-309-21/+18
* | [POWERPC][XEN] Fix build by adding proper guards to asm/numa.hHollis Blanchard2007-07-301-0/+25
|/
* Implement Xen API method Console.set_other_config.kfraser@localhost.localdomain2007-07-273-3/+23
* Implement missing Xen API method Console.get_other_config.kfraser@localhost.localdomain2007-07-271-0/+6
* Fix Xen API console methods that use undefined variables.kfraser@localhost.localdomain2007-07-271-0/+2
* [Xend] Do network startup earlier.kfraser@localhost.localdomain2007-07-272-3/+4
* [XEND] Fix for creating VLANs using the Xen-APIkfraser@localhost.localdomain2007-07-271-3/+3
* [ACM] Check a domain's authorization to run.kfraser@localhost.localdomain2007-07-2710-51/+120
* [HVM] Save/restore: don't leak shared-memory segments after HVM live-migrate.Tim Deegan2007-07-261-7/+18
* xenstored: Fix socket-based connection teardown. Reading zero byteskfraser@localhost.localdomain2007-07-251-0/+6
* xenstore: Small cleanups and fixes.kfraser@localhost.localdomain2007-07-243-13/+35