aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/intercept.c
Commit message (Expand)AuthorAgeFilesLines
...
* [HVM] Use correct types for guest physical addressesTim Deegan2006-10-311-16/+16
* [HVM] Add support for 'add r8,m8' instruction to memory-mapped I/O.kfraser@localhost.localdomain2006-10-311-0/+9
* [HVM] Fix SMP timer issues:kaf24@localhost.localdomain2006-10-271-0/+1
* [HVM] Replace hvm_prod_vcpu() with calls to generic (and correct) vcpu_kick().kaf24@localhost.localdomain2006-10-221-3/+2
* [HVM] Move RTC emulation into the hypervisor.kfraser@localhost.localdomain2006-10-181-8/+6
* [HVM] MMIO/PIO fixes and cleanups.kfraser@localhost.localdomain2006-10-181-51/+41
* [HVM] Clean up hvm_copy interface to be more like copy_to/from_user.kfraser@localhost.localdomain2006-09-291-8/+8
* [XEN] Indentation cleanups (remove hard tabs).kfraser@localhost.localdomain2006-08-171-1/+1
* [hvm/qemu] Add HVM buffered IO writes framework to accelerate stdvga speed.chris@kneesaa.uk.xensource.com2006-08-091-1/+65
* [hvm/qemu] Flip the device model over to using the new Xen event channelssos22@douglas.cl.cam.ac.uk2006-08-081-1/+1
* [HVM] Fix "Many lost ticks" warning in ia32e guestkfraser@localhost.localdomain2006-07-101-1/+3
* [HVM][PIT] Fix missed_ticks() logic.kaf24@firebug.cl.cam.ac.uk2006-06-071-4/+8
* [HVM] Support multiple HVM time device models coming soon.kaf24@firebug.cl.cam.ac.uk2006-05-251-0/+82
* Sync PIT device model with latest qemu and move it to hypervisor.kaf24@firebug.cl.cam.ac.uk2006-04-191-236/+0
* This is to align PIT counter with TSC more accurately.kaf24@firebug.cl.cam.ac.uk2006-04-131-1/+2
* Add support for XCHG instruction accessing LAPIC device model.kaf24@firebug.cl.cam.ac.uk2006-04-051-1/+11
* This patch fix HVM/VMX time resolution issue that cause IA32E complainkaf24@firebug.cl.cam.ac.uk2006-03-191-9/+3
* Per-vcpu IO evtchn patch for HVM domain.kaf24@firebug.cl.cam.ac.uk2006-02-231-2/+2
* Big merge the HVM full-virtualisation abstractions.kaf24@firebug.cl.cam.ac.uk2006-01-311-0/+457