summaryrefslogtreecommitdiff
path: root/kvm_x86host.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-02HVM-270 mmu code should be in kvm_mmu.[ch]Robert Mustacchi1-1/+0
2011-06-02HVM-264 vmx code should live in its own fileRobert Mustacchi1-9/+0
2011-05-09HVM-174 Remove use of p_privateRobert Mustacchi1-0/+3
2011-04-28HVM-137 Need to be able to unload kvm driver and load a new one and use KVM f...Robert Mustacchi1-2/+1
2011-04-24HVM-119 eliminate checks of return value for KM_SLEEP allocationsBryan Cantrill1-40/+48
2011-04-20HVM-105 double panic due to missing msr restoreRobert Mustacchi1-1/+2
2011-04-20HVM-99 Need to clear the timer bitsRobert Mustacchi1-0/+5
2011-04-19Initial support for HVM-85Max Bruning1-2/+32
2011-04-13HVM-52 can't use /dev/mem for mmapRobert Mustacchi1-2/+3
2011-04-09HVM-43 add ::kvm_gpa2qva to translate guest physical to QEMU virtualBryan Cantrill1-40/+7
2011-04-06changes to pio buffer allocation. function to dump vmcsMax Bruning1-2/+2
2011-04-05remove inline keywordsmax1-0/+1
2011-04-05removed inlinemax1-16/+16
2011-03-12Various minor changes. Backing up...max1-9/+3
2011-02-14Minor fixes, but not working yet...max1-1/+1
2011-02-10lots of fixes to match user qemu 0.13max1-11/+7
2011-01-16ioctl fixes. this version has correct host state and control state,max1-2/+6
2011-01-09More ioctl handling and bug fixesmax1-2/+0
2010-12-27Added a little more code. bug fixes. panics.max1-4/+4
2010-12-26More code added, qemu userland gets segvmax1-5/+2
2010-12-22Now compiles clean with kernel gcc flagsmax1-15/+19
2010-12-21bug fixes. fixup_rmode_irq unresolved.max1-4/+36
2010-12-20Added most of the interrupt handling. panic.max1-11/+22
2010-12-16panics after kvm_load_gsmax1-5/+5
2010-12-10compiles and loads, user level gets segvmax1-0/+1
2010-12-03Adding several new files, not all are needed...max1-0/+964