aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Allow a guest to send NMIs to its VCPUs.Keir Fraser2007-10-223-4/+14
| * ia64: make buffered pio aware of save/restore.Keir Fraser2007-10-223-5/+62
| * ia64: Add HVM_PARAM_BUFPIOREQ_PFN constant.Keir Fraser2007-10-222-1/+3
| * x86: Allow BOOT_TRAMPOLINE to be changed without needing manualKeir Fraser2007-10-222-8/+17
* | [IA64] Fix MMIO readb operationAlex Williamson2007-10-221-0/+2
* | [IA64] Don't share privregs with hvm domainAlex Williamson2007-10-227-8/+29
* | [IA64] Kdump: 64-bit aligned access to elf-note dataAlex Williamson2007-10-221-1/+13
* | [IA64] Enable switch to PHY_D mmu modeAlex Williamson2007-10-212-9/+12
* | [IA64] phy_d mode in thash_vhpt_insertAlex Williamson2007-10-211-7/+12
* | [IA64] Handle phy_d mode in vmx_hpw_missAlex Williamson2007-10-211-55/+47
* | [IA64] New features for xenitpAlex Williamson2007-10-211-87/+133
* | [IA64] vti domain save/restore: libxc: implement vti domain save/restoreAlex Williamson2007-10-213-250/+695
* | [IA64] ti domain save/restore: libxc: add support set/get_hvmcontext supportAlex Williamson2007-10-211-0/+109
* | [IA64] vti domain save/restore: implement hvm_save/load. work in progress.Alex Williamson2007-10-2113-34/+727
* | [IA64] vti domain save/restore: implement arch_get/set_info_guest() moreAlex Williamson2007-10-216-39/+1002
* | [IA64] vti domain save/restore: clean up vti break fault handlerAlex Williamson2007-10-213-18/+24
* | merge with xen-unstable.hgAlex Williamson2007-10-21137-1500/+2851
|\|
| * hvm: Fix PCI-passthru string parsing.Keir Fraser2007-10-202-69/+21
| * Replace sysctl.physinfo.sockets_per_node with more directly usefulKeir Fraser2007-10-1913-50/+14
| * Avoid passing uninitialised ACPI tables to dom0 when checksums fail.Keir Fraser2007-10-191-0/+5
| * x86: Fix EFLAGS adjustment for emulated instructions.Keir Fraser2007-10-191-15/+15
| * Fix x86/64 build for *BSD.Keir Fraser2007-10-195-21/+30
| * x86: Fix get_page_from_l1e() and avoid host crash on 'xm save'.Keir Fraser2007-10-192-6/+5
| * x86: Remove io_apic fake-vector style of IRQ acknowledgement. NotKeir Fraser2007-10-191-72/+3
| * vt-d: Allow pass-through of shared interrupts.Keir Fraser2007-10-199-30/+61
| * vt-d: Detect and report failure to assign a pass-thru PCI device.Keir Fraser2007-10-193-42/+145
| * ia64: configure VHPT size per domain: ia64 partKeir Fraser2007-10-195-22/+61
| * ia64: configure VHPT size per domain: common partKeir Fraser2007-10-199-6/+41
| * xen, xsm: Remove private function prototype from public header.Keir Fraser2007-10-182-2/+2
| * tools: Remove bogus external uses of xc_private.h. Clean up libflask.Keir Fraser2007-10-1810-87/+82
| * hvm: Split save.c into arch generic/specific part.Keir Fraser2007-10-186-184/+258
| * Split xen/include/public/hvm/save.h into common part and x86 specific part.Keir Fraser2007-10-182-386/+419
| * Split asm-x86/hvm/support into arch generic part and x86 specific part.Keir Fraser2007-10-182-138/+157
| * x86, vt-d: Fail PCI device assignment if device already assigned.Keir Fraser2007-10-183-2/+22
| * x86: Fix writable-pagetable cmpxchg path to properly adjust PTE (i.e.,Keir Fraser2007-10-181-1/+1
| * x86: add option to display last exception records during register dumpsKeir Fraser2007-10-177-7/+78
| * vmx: last branch recording MSR emulationKeir Fraser2007-10-174-47/+310
| * x86: Tighten handling of page-type attributes and makeKeir Fraser2007-10-177-31/+125
| * hvm: Fix one-shot timers. Do not disable until the interrupt has beenKeir Fraser2007-10-171-11/+12
| * x86: Reduce logging about get_page_type() failures.Keir Fraser2007-10-171-7/+14
| * x86: Remove invlpg_works_ok and invlpg only single-page regions.Keir Fraser2007-10-177-21/+9
| * Fix xenstore unwatch with node name starting with "@"Keir Fraser2007-10-171-1/+1
| * hvm: TCGBIOS fixesKeir Fraser2007-10-174-32/+62
| * xend: xenapi: Suspended domain causes fault if vif.get_all_records() is calledKeir Fraser2007-10-161-1/+1
| * x86: Initialise INVLPG support to PTEs only for all CPUs, not just BP.Keir Fraser2007-10-161-0/+1
| * Clean up a little bit after the TLB/cache-flush changes.Keir Fraser2007-10-162-6/+6
| * x86: consolidate/enhance TLB flushing interfaceKeir Fraser2007-10-1622-118/+182
| * xend: Clean up hvm_build Python wrapper. Python code can get/set hvmKeir Fraser2007-10-162-23/+55
| * ioemu: Allow xvd* to co-exist with hd*.Keir Fraser2007-10-161-2/+23
| * minios: Fix get_current() inline asm.Keir Fraser2007-10-161-2/+2