summaryrefslogtreecommitdiff
path: root/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-06HVM-700 Panic in module "kvm" due to a NULL pointer dereferenceBryan Cantrill1-0/+7
2011-12-02HVM-706 need static instrumentation in vcpu_load()/vcpu_put()Bryan Cantrill1-0/+2
2011-11-29HVM-701 need static instrumentation in kvm_ctx_save()/kvm_ctx_restore()Bryan Cantrill1-1/+24
2011-10-13HVM-666 VMs will panic/hang with more than 64GBBryan Cantrill1-0/+2
2011-08-09HVM-589 XXX cleanup waveRobert Mustacchi1-3/+0
2011-08-09HVM-585 Make sure copyright notices are up to date on all files in kvm repoRobert Mustacchi1-0/+3
2011-08-08HVM-582 remove more XXXsBryan Cantrill1-2/+2
2011-08-03HVM-551 Add synchronization for buses member of kvm_tMax Bruning1-0/+1
2011-08-02HVM-206 need to eliminate "mm" field from kvm structureBryan Cantrill1-1/+0
2011-08-02HVM-545 Various XXX cleanupRobert Mustacchi1-3/+0
2011-08-01HVM-326 support (or remove) KVM timer migrationBryan Cantrill1-2/+0
2011-07-07HVM-472 panic in gfn_to_memslot_unaliasedMax Bruning1-0/+1
2011-06-27HVM-428 kvm_host.h should be cstyle cleanRobert Mustacchi1-242/+221
2011-06-22HVM-389 Need support for KVM_NMI ioctlRobert Mustacchi1-0/+1
2011-06-14HVM-370 Cleanup SET_TSS ioctlRobert Mustacchi1-1/+1
2011-06-14HVM-367 Clean up KVM_SET_CPUID2Robert Mustacchi1-1/+2
2011-06-13HVM-363 kvm has multiple memory leaksMax Bruning1-0/+3
2011-06-10HVM-362 Clean up additional CONFIG options in kvmRobert Mustacchi1-15/+0
2011-06-10HVM-358 alloc_page leaks memoryMax Bruning1-0/+1
2011-06-08HVM-349 Remove ifdef's around IOMMURobert Mustacchi1-8/+0
2011-06-08HVM-348 Cleanup ifdefs surrounding KVM_COALESCED_MMIO_PAGE_OFFSETRobert Mustacchi1-2/+0
2011-06-08HVM-347 Always run code ifdef'd with CONFIG_KVM_APIC_ARCHITECTURERobert Mustacchi1-4/+0
2011-06-08HVM-344 Always include code in KVM_HAVE_KVM_IRQCHIPRobert Mustacchi1-10/+0
2011-06-07HVM-321 kvm.c and kvm_x86.c are confusedRobert Mustacchi1-35/+52
2011-06-07HVM-316 kvm_vcpu_cache should live in kvm_vmx.cRobert Mustacchi1-2/+1
2011-06-04HVM-288 kvm.h and kvm_host.h should be similar to upstream in contentRobert Mustacchi1-114/+445
2011-06-02HVM-270 mmu code should be in kvm_mmu.[ch]Robert Mustacchi1-1/+0
2011-04-24HVM-119 eliminate checks of return value for KM_SLEEP allocationsBryan Cantrill1-2/+2
2011-04-05removed inlinemax1-12/+12
2011-03-18fix interrupt hang. vm is executing. gets an ept misconfiguration.max1-226/+11
2011-03-12Various minor changes. Backing up...max1-3/+3
2011-02-14Minor fixes, but not working yet...max1-1/+1
2011-02-10lots of fixes to match user qemu 0.13max1-163/+1
2010-12-20Added most of the interrupt handling. panic.max1-0/+2
2010-12-10compiles and loads, user level gets segvmax1-4/+4
2010-12-03Lots of new code, and lots of code turned on. Doesn't compile...max1-740/+461
2010-11-05Creates and initializes VM and vcpumax1-0/+849