aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* [XEN] Fix MAP target.Ian Campbell2007-01-081-5/+5
* [XEN] Emulate relative near/short jumps, including Jcc.kfraser@localhost.localdomain2007-01-081-52/+167
* Fix signedness issue in private implementation of memmem().kfraser@localhost.localdomain2007-01-081-1/+1
* [XEN] Emulate MOV imm->reg.kaf24@localhost.localdomain2007-01-061-2/+21
* [XEN] Skip over the unit in parse_size_and_unit() when returning the remainderIan Campbell2007-01-051-1/+1
* [XEN] Fix new XCHG emulation.kfraser@localhost.localdomain2007-01-051-2/+2
* Initial support for HVM compat guestsEmmanuel Ackaouy2007-01-055-7/+11
* Support for save and restore of compatibility guestsEmmanuel Ackaouy2007-01-052-2/+5
* Preliminary, likely incomplete and/or wrong, adjustments to shadow code.Emmanuel Ackaouy2007-01-053-12/+65
* Enable compatibility mode operation for kexec.Emmanuel Ackaouy2007-01-055-9/+71
* Enable compatibility mode operation for trace buffer access.Emmanuel Ackaouy2007-01-052-18/+61
* Enable compatibility mode operation for HYPERVISOR_domctl. Also add logicEmmanuel Ackaouy2007-01-0524-118/+638
* Enable compatibility mode operation for HYPERVISOR_sysctl.Emmanuel Ackaouy2007-01-0510-11/+167
* Enable compatibility mode operation for HYPERVISOR_xenoprof_op.Emmanuel Ackaouy2007-01-057-27/+113
* Enable compatibility mode operation for HYPERVISOR_acm_op.Emmanuel Ackaouy2007-01-055-3/+62
* Enable compatibility mode operation for HYPERVISOR_platformop.Emmanuel Ackaouy2007-01-054-4/+47
* Enable compatibility mode operation for HYPERVISOR_grant_table_op.Emmanuel Ackaouy2007-01-055-1/+230
* Enable compatibility mode operation for HYPERVISOR_sched_op andEmmanuel Ackaouy2007-01-055-6/+76
* Enable compatibility mode operation for HYPERVISOR_multicall.Emmanuel Ackaouy2007-01-057-3/+83
* Enable compatibility mode operation for HYPERVISOR_set_trap_table andEmmanuel Ackaouy2007-01-053-2/+78
* Merge vcpuop compat header creationEmmanuel Ackaouy2007-01-052-3/+5
* Enable compatibility mode operation for HYPERVISOR_vcpu_op.Emmanuel Ackaouy2007-01-0511-6/+225
* Enable compatibility mode operation for HYPERVISOR_physdev_op andEmmanuel Ackaouy2007-01-059-12/+152
* Enable compatibility mode operation for HYPERVISOR_mmu_update andEmmanuel Ackaouy2007-01-056-11/+170
* Enable compatibility mode operation for HYPERVISOR_memory_op,Emmanuel Ackaouy2007-01-0516-52/+829
* Adjust emulation code to deal with compatibility mode guests. ThisEmmanuel Ackaouy2007-01-058-53/+296
* Add page table setup and handling, including the creation of an m2p tableEmmanuel Ackaouy2007-01-0515-103/+440
* Handle shared info (having different layout for native and compatibilityEmmanuel Ackaouy2007-01-0529-71/+261
* Handle the creation of startup info for compatibility mode guests. ThisEmmanuel Ackaouy2007-01-057-1/+489
* Add logic to generate headers reflecting the compatibility mode layoutEmmanuel Ackaouy2007-01-0512-47/+341
* Add entry points for handling hypercalls from and returning toEmmanuel Ackaouy2007-01-058-3/+769
* Introduce _DOMF_compat and infrastructure as well as several conditionalsEmmanuel Ackaouy2007-01-0525-104/+388
* [XEN] Remove an out-of-date comment.kfraser@localhost.localdomain2007-01-051-9/+0
* [XEN] Add more instructions to the emulator.kfraser@localhost.localdomain2007-01-051-38/+96
* [XEN] Fix EA calculation for POP <rm> when stack pointer is used askfraser@localhost.localdomain2007-01-051-0/+5
* [XEN] Add LEA to the Xen x86 emulator. Rename x86_emulate_memop() tokfraser@localhost.localdomain2007-01-054-7/+9
* [XEN] Add extra opcodes to emulator. Fix operand-sizekfraser@localhost.localdomain2007-01-051-6/+43
* [XEN] Avoid use of GNU-specific memmem().kfraser@localhost.localdomain2007-01-041-2/+10
* [XEN] Make labels _start,_end,_stext,_etext,_sinittext,_einittext generic.kaf24@localhost.localdomain2007-01-0318-484/+178
* Remove stray tabs.kfraser@localhost.localdomain2007-01-031-4/+4
* [HVM][SVM] Triple faulkts (shutdown state) causes domain reset.kfraser@localhost.localdomain2007-01-032-19/+9
* [HVM] Add triple-fault handler (resets the domain).kfraser@localhost.localdomain2007-01-033-1/+9
* Install hvm and arch-x86 subdirectories of xen/include/publicIan Campbell2007-01-021-0/+6
* [HVM] Don't set the shadow allocation to zero if the dom is still shadowed.Tim Deegan2007-01-021-0/+9
* [HVM] Change VCPU->LAPIC_ID mapping so that VCPU0 has ID0.kaf24@localhost.localdomain2006-12-311-1/+1
* [HVM] Minor HPET fixes/ and cleanups.kaf24@localhost.localdomain2006-12-301-8/+10
* Minor clean ups to shadow logdirty peek / clean.Steven Hand2006-12-291-20/+26
* [HVM] Fix HPET timer to support 8-byte accesses, erroneous updateskaf24@localhost.localdomain2006-12-292-294/+153
* Revert 13107:04c5f7b71ff4175ae387b93845bb4c83ffb5efa9.kaf24@localhost.localdomain2006-12-281-3/+0
* [HVM] Fix assumptions that ISA IRQ 0 connects to GSI 0.kaf24@localhost.localdomain2006-12-284-30/+38