aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/support.h
Commit message (Expand)AuthorAgeFilesLines
...
* [XEN] Get rid of many uses of domain_crash_synchronous().kfraser@localhost.localdomain2006-11-131-7/+0
* Enhance HVM xentrace:kfraser@localhost.localdomain2006-11-071-0/+3
* [HVM] Move VMX VMCS initialisation to vcpu-initialisation time.kfraser@localhost.localdomain2006-11-061-7/+0
* [XEN] Replace hvm_setup_platform() with hvm_domain_initialise()kaf24@localhost.localdomain2006-11-051-1/+0
* [XEN] Remove VGCF_hvm_guest, replace with XEN_DOMINF_hvm_guest.kfraser@localhost.localdomain2006-11-031-3/+0
* [HVM] HVM is now a flag parameter to domain-creation hypercall.kfraser@localhost.localdomain2006-11-011-1/+2
* [HVM] Use correct types for guest physical addressesTim Deegan2006-10-311-2/+2
* [HVM] Replace hvm_prod_vcpu() with calls to generic (and correct) vcpu_kick().kaf24@localhost.localdomain2006-10-221-2/+0
* [HVM] MMIO/PIO fixes and cleanups.kfraser@localhost.localdomain2006-10-181-4/+0
* [HVM] Clean up hvm_copy interface to be more like copy_to/from_user.kfraser@localhost.localdomain2006-09-291-11/+12
* [HVM][VMX] Fix data copying in transition to/from vmxassist.kfraser@localhost.localdomain2006-09-291-0/+1
* [HVM] Avoid mis-optimisation of the SVM/VMX exit handlerskfraser@localhost.localdomain2006-09-281-1/+1
* [XEN] Indentation cleanups (remove hard tabs).kfraser@localhost.localdomain2006-08-171-1/+1
* Replace shadow pagetable code with shadow2.tdeegan@york.uk.xensource.com2006-08-161-4/+7
* [HVM] Provide common support function for HLT emulation: hvm_hlt().kfraser@localhost.localdomain2006-08-161-0/+2
* [hvm/qemu] Add HVM buffered IO writes framework to accelerate stdvga speed.chris@kneesaa.uk.xensource.com2006-08-091-0/+1
* [hvm/qemu] Flip the device model over to using the new Xen event channelssos22@douglas.cl.cam.ac.uk2006-08-081-5/+2
* [HVM] Place all APIC registers into one page in native format.kfraser@localhost.localdomain2006-08-021-1/+1
* [XEN] Add hypercall support for HVM guests. This iskfraser@localhost.localdomain2006-08-011-0/+2
* [XEN] Rename show_registers() to show_execution_state().kfraser@dhcp93.uk.xensource.com2006-06-191-1/+1
* The current Xen code for VMX is setting the gp fault vmexiting inkaf24@firebug.cl.cam.ac.uk2006-05-081-2/+1
* Enable the setting and trapping of breakpoints for hvm guest.kaf24@firebug.cl.cam.ac.uk2006-03-311-0/+1
* Currently if one tries to execute VMX instruction from inside thekaf24@firebug.cl.cam.ac.uk2006-03-111-1/+1
* Lower-casify some macros, and rename kernel_mode() to guest_kernel_mode().kaf24@firebug.cl.cam.ac.uk2006-03-081-1/+1
* Clean up vlapic code.kaf24@firebug.cl.cam.ac.uk2006-03-071-3/+3
* Fix DBG_LEVEL_VLAPIC_INTERRUPT definition.kaf24@firebug.cl.cam.ac.uk2006-03-061-1/+1
* Don't compile HVM_DBG_LOG into xen by default.kaf24@firebug.cl.cam.ac.uk2006-03-021-0/+4
* Per-vcpu IO evtchn patch for HVM domain.kaf24@firebug.cl.cam.ac.uk2006-02-231-2/+2
* Fix HVM MSR save/restore.kaf24@firebug.cl.cam.ac.uk2006-02-171-1/+0
* Rework hvm_wait_io() -- now tries to be a polite user ofkaf24@firebug.cl.cam.ac.uk2006-02-111-1/+0
* Big merge the HVM full-virtualisation abstractions.kaf24@firebug.cl.cam.ac.uk2006-01-311-0/+149