summaryrefslogtreecommitdiff
path: root/kvm_vmx.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-08HVM-340 Remove CONFIG_x86_64 from C filesRobert Mustacchi1-74/+8
2011-06-08HVM-328 replace container_of with offsetof calculationsRobert Mustacchi1-7/+2
2011-06-08HVM-334 XXX Triage in kvm_vmx.c Part I (cont.)Robert Mustacchi1-1/+1
2011-06-08HVM-334 XXX Triage in kvm_vmx.c Part IRobert Mustacchi1-31/+2
2011-06-08HVM-325 vmx_io_bitmap stuff should all be in kvm_vmx.cRobert Mustacchi1-13/+17
2011-06-07HVM-321 kvm.c and kvm_x86.c are confusedRobert Mustacchi1-2/+30
2011-06-07HVM-316 kvm_vcpu_cache should live in kvm_vmx.cRobert Mustacchi1-3/+22
2011-06-07HVM-313 vpid related pieces should all be in kvm_vmx.cRobert Mustacchi1-7/+25
2011-06-06HVM-310 Cleanup includes and extern function definitions in kvm_vmx.cRobert Mustacchi1-98/+11
2011-06-06HVM-300 Remove externs from kvm_irq_comm.cRobert Mustacchi1-1/+0
2011-06-06HVM-299 Add kvm_ prefix to apicdef.h and vmx.hRobert Mustacchi1-2/+2
2011-06-06HVM-296 bitops.h shouldn't have code in itRobert Mustacchi1-1/+1
2011-06-06HVM-291 irq.h should be kvm_irq.hRobert Mustacchi1-1/+1
2011-06-04HVM-288 kvm.h and kvm_host.h should be similar to upstream in content (lint)Robert Mustacchi1-2/+3
2011-06-04HVM-288 kvm.h and kvm_host.h should be similar to upstream in contentRobert Mustacchi1-10/+23
2011-06-03HVM-281 kvm_lapic_t should be defined in kvm_lapic.hRobert Mustacchi1-0/+1
2011-06-03HVM-263 vmclear_local_vcpus needs to call __vcpu_clear for each cpuMax Bruning1-3/+3
2011-06-02HVM-270 mmu code should be in kvm_mmu.[ch]Robert Mustacchi1-1/+1
2011-06-02HVM-268 iodev.h should be named kvm_iodev.hRobert Mustacchi1-1/+1
2011-06-02HVM-264 vmx code should live in its own fileRobert Mustacchi1-0/+4741