aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* tboot, xen: Update for Trusted Boot v20071128.Keir Fraser2007-12-042-3/+44
* vt-d: Print messages when:Keir Fraser2007-12-042-0/+7
* xsm: Consolidate xsm processing within domain control hypercall.Keir Fraser2007-12-042-191/+13
* x86: Move get_page/put_page out of header file, and only print onKeir Fraser2007-12-042-55/+58
* x86_emulate: Fix POPA. Few other cleanups.Keir Fraser2007-11-291-7/+17
* vmx: Better tracing in vmcs_dump_vcpu() -- grab RIP/RSP/RFLAGS fromKeir Fraser2007-11-283-11/+21
* x86_emulate: Emulate SHLD and SHRD instructions.Keir Fraser2007-11-281-16/+44
* domctl: Fix handling of size parameter in ext_vcpucontext domctl commands.Keir Fraser2007-11-281-7/+6
* xsm: Fix linker script integration for xsm initcall list.Keir Fraser2007-11-282-2/+6
* hvm: Fix 2 type mismatches in vlapic.h and hpet.c for 32-bit build XenKeir Fraser2007-11-282-7/+10
* hvm: Inject #UD for un-emulated instructions rather than crash guestKeir Fraser2007-11-281-4/+9
* Fix string length check for vsnprintf() in debugtrace_printk().Keir Fraser2007-11-281-1/+1
* x86_emulate: Emulate RDTSC instruction.Keir Fraser2007-11-281-2/+24
* x86_emulate: Emulate ENTER and LEAVE instructions.Keir Fraser2007-11-281-1/+58
* vt-d: Some fixes and cleanup of Intel iommuKeir Fraser2007-11-282-3/+22
* x86_emulate: Fix use-before-initialise warning.Keir Fraser2007-11-271-1/+1
* vmx realmode: Slight finessing of an error path.Keir Fraser2007-11-261-2/+1
* vmx realmode: When returning to protected mode we have to massage theKeir Fraser2007-11-261-7/+22
* vmx realmode: Emulate writes to control registers.Keir Fraser2007-11-261-0/+31
* x86_emulate: Emulate LMSW and SMSW.Keir Fraser2007-11-261-3/+28
* x86 emulate: Emulate atomic read-modify-write instructions as aKeir Fraser2007-11-261-1/+2
* vmx realmode: Fix emulation of exception delivery (stack pointer mustKeir Fraser2007-11-262-12/+6
* x86_emulate: Emulate RETF and RETF imm16.Keir Fraser2007-11-261-1/+16
* x86_emulate: Emulate CPUID and HLT.Keir Fraser2007-11-269-77/+201
* x86_emulate: Emulate LDS/LES/LFS/LGS/LSS.Keir Fraser2007-11-261-3/+35
* vmx realmode: Detect and correctly plumb mmio accesses from emulatedKeir Fraser2007-11-253-7/+69
* x86_emulate: Emulate CMPS and SCAS string-compare instructions.Keir Fraser2007-11-251-3/+48
* x86_emulate: Emulate IRET.Keir Fraser2007-11-251-1/+28
* x86_emulate: Decode and emulate PUSHF/POPF.Keir Fraser2007-11-251-12/+42
* x86_emulate: Allow emulated injection of exceptions and interrupts.Keir Fraser2007-11-253-58/+167
* x86_emulate: Emulate far call/jmp. This completes emulation of Grp5.Keir Fraser2007-11-251-1/+53
* vmx realmode: Support privileged EFLAGS updates in emulated realmode.Keir Fraser2007-11-252-18/+40
* vmx realmode: Plumb through I/O port accesses in emulated realmode.Keir Fraser2007-11-257-9/+102
* vt-d: Fix iommu_map_page().Keir Fraser2007-11-251-1/+1
* Remove unused bcopy() implementation.Keir Fraser2007-11-242-25/+0
* Revert 16450:5e8e82e80. Instead remove all arch-specific handling ofKeir Fraser2007-11-242-5/+0
* vmx: Initial framework for real-mode emulation (disabled by default).Keir Fraser2007-11-244-7/+278
* x86_emulate: Support most common segment load/save instructions.Keir Fraser2007-11-244-44/+264
* x86: Fix read/write control-register in x86_emulate().Keir Fraser2007-11-241-2/+2
* vt-d: Some fixes of Intel iommuKeir Fraser2007-11-241-15/+15
* [ACM] Remove aggregate set calculations for Domain-0Keir Fraser2007-11-241-43/+1
* Fix non-optimized compilation of Xen's memcmpKeir Fraser2007-11-242-1/+3
* x86, hvm: Config option to allow vmxassist to be disabled.Keir Fraser2007-11-244-5/+50
* vt-d: Fix ISA IRQ alias issueKeir Fraser2007-11-234-42/+97
* hvm: Clean up VMCS/VMCB construction.Keir Fraser2007-11-223-69/+39
* x86: emulate I/O port access breakpointsKeir Fraser2007-11-227-60/+147
* x86: single step after instruction emulationKeir Fraser2007-11-228-63/+107
* acm: Fix an exit label.Keir Fraser2007-11-221-1/+2
* netfront/back: Specify interface allowing multicast address add/removeKeir Fraser2007-11-221-3/+24
* [SVM] handle MC threshold registers for BarcelonaKeir Fraser2007-11-221-0/+2