aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/io.c
Commit message (Expand)AuthorAgeFilesLines
...
* hvm: Support PUSH from mmio area (opcode 0xFF/6).Keir Fraser2007-02-181-0/+5
* [XEN] New paging-assistance interface.Tim Deegan2007-02-141-1/+1
* [HVM] Sync per vcpu LAPIC timer with its TSC:kfraser@localhost.localdomain2006-12-201-15/+0
* [HVM] Enable more than one platform timer (PIT/RTC/HPET)kfraser@localhost.localdomain2006-12-201-19/+1
* [XEN] Get rid of many uses of domain_crash_synchronous().kfraser@localhost.localdomain2006-11-131-14/+9
* [HVM] Clarify ioreq interactions between Xen and qemu-dm.kfraser@localhost.localdomain2006-11-101-0/+2
* [HVM] Clean up IOREQ state managemnet and evtchn notifications.kfraser@localhost.localdomain2006-11-091-15/+13
* Enhance HVM xentrace:kfraser@localhost.localdomain2006-11-071-0/+1
* [HVM] Use correct types for guest physical addressesTim Deegan2006-10-311-45/+45
* [HVM] Add support for 'add r8,m8' instruction to memory-mapped I/O.kfraser@localhost.localdomain2006-10-311-0/+15
* [HVM] Fix SMP timer issues:kaf24@localhost.localdomain2006-10-271-1/+2
* [HVM] Move ACPI timer to HV, which is the last platform timer in Qemu.kfraser@localhost.localdomain2006-10-251-1/+1
* [XEN] Remove definition of printf. All users are switched to printk.kfraser@localhost.localdomain2006-10-231-1/+1
* [HVM] Move RTC emulation into the hypervisor.kfraser@localhost.localdomain2006-10-181-2/+3
* [HVM] MMIO/PIO fixes and cleanups.kfraser@localhost.localdomain2006-10-181-15/+18
* [HVM] Add sub instruction support to HVM MMIO decoder.kaf24@firebug.cl.cam.ac.uk2006-09-301-0/+3
* [HVM] Clean up hvm_copy interface to be more like copy_to/from_user.kfraser@localhost.localdomain2006-09-291-2/+2
* [HVM] Add a mmio decode for 0F BA /4 for HVM guest.kaf24@firebug.cl.cam.ac.uk2006-08-311-3/+7
* Various HVM clean-ups.shand@kneesaa.uk.xensource.com2006-08-151-0/+31
* [hvm/qemu] Flip the device model over to using the new Xen event channelssos22@douglas.cl.cam.ac.uk2006-08-081-76/+9
* [HVM] Initialise full regs structure for PIO requests.kfraser@localhost.localdomain2006-08-021-3/+2
* [HVM] Create I/O context for MMIO/PIO processing in ankaf24@firebug.cl.cam.ac.uk2006-07-141-31/+31
* [HVM][MMIO] Emulate more instructions: or/and/xor with byte width,kaf24@firebug.cl.cam.ac.uk2006-06-071-0/+7
* [HVM] Fix a bug in the emulation of the xchg instruction.kaf24@firebug.cl.cam.ac.uk2006-05-301-0/+10
* Sync PIT device model with latest qemu and move it to hypervisor.kaf24@firebug.cl.cam.ac.uk2006-04-191-2/+0
* Fix a regression in hvm_pio_assist() when booting Windowskaf24@firebug.cl.cam.ac.uk2006-04-051-44/+33
* HVM patch to add pio IOREQ_WRITE OVERLAP/REPZ support in hvm io.ckaf24@firebug.cl.cam.ac.uk2006-04-041-21/+34
* Rename sched_op->sched_op_compat and sched_op_new->sched_opkaf24@firebug.cl.cam.ac.uk2006-04-011-2/+2
* Per-vcpu IO evtchn patch for HVM domain.kaf24@firebug.cl.cam.ac.uk2006-02-231-4/+4
* Fix HVM event handling some more.kaf24@firebug.cl.cam.ac.uk2006-02-131-1/+25
* Rework hvm_wait_io() -- now tries to be a polite user ofkaf24@firebug.cl.cam.ac.uk2006-02-111-47/+26
* Big merge the HVM full-virtualisation abstractions.kaf24@firebug.cl.cam.ac.uk2006-01-311-0/+759