aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [IA64] Fix unmodified drivers.Alex Williamson2007-09-122-1/+2
* [IA64] Remove unused variableAlex Williamson2007-09-111-1/+1
* [IA64] tak emulation, minor 4k-page correctionAlex Williamson2007-09-112-5/+11
* [IA64] Make Big-Endian appliation run on top of dom0 and domUAlex Williamson2007-09-111-1/+9
* [IA64] Remove unused arguments of vmx_switch_rr7Alex Williamson2007-09-114-28/+18
* [xm-test] Set "console=xvc0" for xm-test guests on Intel architecture platforms.James Bulpin2007-09-111-1/+6
* [QEMU] Enhance raw io reliabilitykfraser@localhost.localdomain2007-09-111-2/+92
* qemu: Backport qemu vnc/event-loop fix from upstream.kfraser@localhost.localdomain2007-09-111-6/+22
* hvmloader: ACPI DSDT dynamically indicates presence of COM1/COM2 portskfraser@localhost.localdomain2007-09-113-431/+509
* Fix memory leak in xendkfraser@localhost.localdomain2007-09-111-0/+1
* Add 'type vnc' to vfb device sexpr for HVM guestkfraser@localhost.localdomain2007-09-111-0/+1
* Xend: "shadow_memory" setting in xm config is in MiB, not bytes.Tim Deegan2007-09-113-2/+3
* x86: Clean up asm keyword usage (asm volatile rather than __asm__kfraser@localhost.localdomain2007-09-1111-128/+146
* x86: Use halt() macro instead of direct HLT asm.kfraser@localhost.localdomain2007-09-114-6/+9
* xenstore: Remove incorrect comment.kfraser@localhost.localdomain2007-09-112-2/+0
* merge with xen-unstable.hg (staging)Alex Williamson2007-09-1027-244/+485
|\
| * x86: Cleanup system restart code, and wait 10ms for APs to offline.kfraser@localhost.localdomain2007-09-103-14/+15
| * x86: Handle 'self-IPI' on legacy UP systems with no APIC.kfraser@localhost.localdomain2007-09-101-0/+13
| * Change prototype of machine_restart to void machine_restart(void).kfraser@localhost.localdomain2007-09-107-8/+8
| * vmx: Sync with SVM TPR/CR8 changes.kfraser@localhost.localdomain2007-09-101-8/+21
| * svm: Greatly reduce total number of CR8 interceptskfraser@localhost.localdomain2007-09-103-14/+61
| * [HVM] Add type information to the p2m map.Tim Deegan2007-09-1012-184/+363
| * [libxen] Compilation fix.kfraser@localhost.localdomain2007-09-101-1/+1
| * Remove dead code in acpi sleep.kfraser@localhost.localdomain2007-09-101-15/+0
| * Install xen/xsm headers to .../usr/include/xen/xsm/kfraser@localhost.localdomain2007-09-081-0/+3
* | [IA64] Use xc_map_foreign_pages() in copy_from_GFW_to_nvram()Alex Williamson2007-09-101-2/+3
* | [IA64] Cleanup within vti codeAlex Williamson2007-09-103-142/+124
* | merge with xen-unstable.hg (staging)Alex Williamson2007-09-0720-135/+166
|\|
| * hvm: Fix up guest_table handling after p2m changes.kfraser@localhost.localdomain2007-09-074-100/+76
| * x86/32: Fix domain_relinquish_resources().kfraser@localhost.localdomain2007-09-071-2/+2
| * xc_map_foreign_pages(), a convenient alternative to xc_map_foreign_batch()kfraser@localhost.localdomain2007-09-075-10/+45
| * Fix error message and wait time for xm block-detach command.kfraser@localhost.localdomain2007-09-073-11/+20
| * xend: Fix error message for xm trigger command.kfraser@localhost.localdomain2007-09-071-2/+2
| * xend: waitForDevices() on xm reboot.kfraser@localhost.localdomain2007-09-071-0/+1
| * Fix xenstored's dup2() usage.kfraser@localhost.localdomain2007-09-071-4/+4
| * PV-on-HVM: Fix non-SMP build warning for PV-on-HVM drivers.kfraser@localhost.localdomain2007-09-071-1/+11
| * Check for libxml2 if security tools are to be built, and adapt thekfraser@localhost.localdomain2007-09-074-5/+5
* | [IA64] Foreign p2m: make xc_ia64_get_pfn_list() staticAlex Williamson2007-09-062-5/+1
* | [IA64] Foreign p2m: rewrite save/restore with foreign p2mAlex Williamson2007-09-063-116/+311
* | [IA64] Foreign p2m: xc_core: ia64 xc_core_arch_gpfn_may_present()Alex Williamson2007-09-062-15/+64
* | [IA64] Foreign p2m: test moduleAlex Williamson2007-09-062-0/+285
* | [IA64] Foreign p2m: libxc sideAlex Williamson2007-09-062-7/+184
* | [IA64] Foreign p2m: xen sideAlex Williamson2007-09-066-47/+572
* | [IA64] Foreign p2m: Fix vti domain builder.Alex Williamson2007-09-064-4/+14
* | [IA64] Add missing continuable destroy domain chunkAlex Williamson2007-09-061-3/+11
* | [IA64] fix build - missing includeAlex Williamson2007-09-061-0/+1
* | merge with xen-unstable.hg (staging)Alex Williamson2007-09-06219-1607/+14626
|\|
| * Fix domain restore after memory auto-balloon changes.kfraser@localhost.localdomain2007-09-061-6/+5
| * Fix xm-test python import after XSM security changes.kfraser@localhost.localdomain2007-09-065-5/+8
| * [XSM] correctly rename, relocate and patch the security.py filekfraser@localhost.localdomain2007-09-062-1318/+53