aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PV-on-HVM: Fix __xen_suspend() for changed XenLinux interface.Keir Fraser2008-02-291-1/+2
* Shadow audit: paging-disabled shadows no longer need special treatmentKeir Fraser2008-02-281-22/+9
* x86 shadow: shadow_check_gwalk() must sh_unmap_domain_page() each pageKeir Fraser2008-02-281-14/+12
* Fix x86 build.Keir Fraser2008-02-282-4/+4
* stubdom: Fix compilation after abs_z to rel_z changeKeir Fraser2008-02-282-9/+7
* NUMA node migrationKeir Fraser2008-02-284-7/+45
* x86 shadow: Audit tables and guest walk when we know they are consistent.Keir Fraser2008-02-281-2/+3
* Add ACPI tables support for AMD IOMMUKeir Fraser2008-02-2812-54/+1314
* blktap: Fix unused warnings in block-qcow2.c with -D_FORTIFY_SOURCE=2.Keir Fraser2008-02-281-161/+0
* x86 shadow: Remove lock on first guest table walk.Keir Fraser2008-02-284-43/+140
* stubdom: fix mini-os messages log and SDL terminationKeir Fraser2008-02-281-18/+9
* Rename struct xenkbd_position member abs_z to rel_z. Z-axis motion isKeir Fraser2008-02-282-4/+6
* kexec: extend hypercall for efi memory map, boot parameter and xenheap regionsKeir Fraser2008-02-282-7/+50
* kexec: Add machine_kexec_get()Keir Fraser2008-02-289-14/+103
* kexec: limit scope of the use of compat_kexec_range_tKeir Fraser2008-02-282-22/+62
* xend: Remove duplicate setResume() method.Keir Fraser2008-02-281-3/+0
* Fix error message of xm suspend and xm resume for Domain-0.Keir Fraser2008-02-281-2/+2
* ioemu: Send logs to stderr and have xend redirect stderr to theKeir Fraser2008-02-284-7/+32
* stubdom: use PVFB so as to e.g. permit SDL displayKeir Fraser2008-02-287-29/+311
* Fix non-portability in xentraceKeir Fraser2008-02-281-4/+4
* ioemu: Expandable storage backends should defeat block-device range checks.Keir Fraser2008-02-277-7/+24
* Fix xm save command's #params check.Keir Fraser2008-02-271-5/+2
* xend: Set default vcpu affinity for better performance in NUMA systems.Keir Fraser2008-02-271-0/+33
* ioemu: Fix e1000 mmio range size.Keir Fraser2008-02-271-1/+1
* minios: have xenbus_printf return the error returned by xenbus_writeKeir Fraser2008-02-271-3/+1
* Fix libxenstat on SolarisKeir Fraser2008-02-271-33/+7
* stubdom: log and documentation fixesKeir Fraser2008-02-262-9/+13
* stubdom: fix x86_32 compilation by __moddi3 from FreeBSDKeir Fraser2008-02-261-0/+23
* Fix xm mem-max command to restore previous setting if xc.domain_setmaxmem fails.Keir Fraser2008-02-261-0/+2
* xend: Add free memory size of every node in physinfo to help user toKeir Fraser2008-02-262-2/+29
* ioemu: VNC updates should be sent only when requested.Keir Fraser2008-02-261-22/+174
* minios: add PVFB supportKeir Fraser2008-02-265-0/+683
* ioemu: Do not sue xce_handle directly as a file descriptor.Keir Fraser2008-02-262-2/+2
* x86_emulate: Fix FNSTCW/FNSTSW modrm range check.Keir Fraser2008-02-261-2/+2
* x86 hvm: Fix bugzilla bug 1172.Keir Fraser2008-02-261-1/+1
* xentrace: Add a time parameterKeir Fraser2008-02-261-1/+12
* xentrace: Disable tracing by default on exitKeir Fraser2008-02-261-1/+38
* xentrace: Add option to reserve disk spaceKeir Fraser2008-02-261-2/+38
* xentrace: Fix --discard-buffers optionKeir Fraser2008-02-261-0/+7
* ioemu: e1000 emulationKeir Fraser2008-02-265-1/+1868
* Fix restore of saved image containing rtc_timeoffsetKeir Fraser2008-02-261-1/+1
* vtpm: script function for identifying vTPM by its UUIDKeir Fraser2008-02-262-6/+32
* stubdom: Disable PCI passthrough functionality for now.Keir Fraser2008-02-251-1/+1
* x86: Foreign mappings of HVM-guest pages should not affect type count,Keir Fraser2008-02-254-27/+30
* hvmloader/acpi: Simplify Processor Object definitions.Keir Fraser2008-02-253-594/+563
* xenoprof: Fix x86 32-on-64 xenoprof_arch_counter() implementation.Keir Fraser2008-02-253-0/+27
* blktap: Remove some code duplicationKeir Fraser2008-02-255-568/+324
* ioemu: Fix Solaris build.Keir Fraser2008-02-251-1/+1
* svm: Fix stupid typo in svm_set_interrupt_shadow().Keir Fraser2008-02-251-3/+4
* hvm: More emulation changes: push some of the realmode or HVM-emulateKeir Fraser2008-02-2213-281/+238