summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2011-06-03HVM-286 Move code into kvm_cache_regs.[ch]Robert Mustacchi1-5/+7
2011-06-03HVM-276 Common irq code should be in irq_comm.cRobert Mustacchi1-6/+8
2011-06-03HVM-275 coalesced mmio code should be in separate fileRobert Mustacchi1-5/+7
2011-06-03HVM-273 pic code should reside in kvm_i8259.cRobert Mustacchi1-3/+5
2011-06-02HVM-264 vmx code should live in its own fileRobert Mustacchi1-5/+7
2011-06-01HVM-260 Separate out ioapic code into separate fileRobert Mustacchi1-3/+5
2011-06-01HVM-258 kicking a VCPU needs to cross-call when on remote physical CPUBryan Cantrill1-1/+1
2011-05-04HVM-158 Missing CONFIG_x86Robert Mustacchi1-1/+1
2011-05-03HVM-153 iodev.h should be a header fileRobert Mustacchi1-5/+7
2011-04-28HVM-143 kvm C files should all have the kvm_ prefix on themRobert Mustacchi1-13/+13
2011-04-28HVM-137 Need to be able to unload kvm driver and load a new one and use KVM f...Robert Mustacchi1-5/+7
2011-04-25HVM-118 kvm.c should be cstyle-clean (phase 3)Bryan Cantrill1-1/+1
2011-04-22HVM-113 gnuc considered harmful, need -Wpointer-arithRobert Mustacchi1-1/+1
2011-04-20HVM-99 Need to clear the timer bitsRobert Mustacchi1-5/+11
2011-04-20HVM-97 kvm_x86.c should be cstyle-clean (phase 1)Bryan Cantrill1-1/+1
2011-04-19HVM-86 Remove gcc arguments that ignore warningsRobert Mustacchi1-1/+1
2011-04-18HVM-81 emulate.c should be cstyle-cleanBryan Cantrill1-1/+1
2011-04-14HVM-65 disable inlinesRobert Mustacchi1-1/+1
2011-04-12HVM-54 makefile clean target doesn't workRobert Mustacchi1-2/+2
2011-04-09HVM-43 add ::kvm_gpa2qva to translate guest physical to QEMU virtualBryan Cantrill1-3/+13
2011-04-05HVM-21 kvm.c needs to be xxxcheck-cleanBryan Cantrill1-1/+1
2011-04-03#else clauses of XXX's should have DTrace SDT probesBryan Cantrill1-0/+3
2011-04-01Merge branch 'joshw'Josh Wilsdon1-7/+5
2011-03-31[HVM-2] Work to make this buildable in the general case.Josh Wilsdon1-4/+5
2011-03-31backup. most debug prints are ifdef'd outmax1-2/+3
2011-03-12Various minor changes. Backing up...max1-3/+3
2011-02-10lots of fixes to match user qemu 0.13max1-2/+3
2011-01-19We have lift-off. Past vmlaunch and guest has problem. Here, enable_ept is 0.max1-1/+1
2011-01-16ioctl fixes. this version has correct host state and control state,max1-1/+1
2010-12-29Add -mno-red-zone to gcc flags. Minor changes. no panics/segv. doesn't wor...max1-1/+1
2010-12-22Now compiles clean with kernel gcc flagsmax1-1/+1
2010-12-21bug fixes. fixup_rmode_irq unresolved.max1-1/+1
2010-12-03Lots of new code, and lots of code turned on. Doesn't compile...max1-5/+8
2010-11-05Creates and initializes VM and vcpumax1-5/+13
2010-10-12Pre-alpha version. Driver loads and attaches.max1-3/+7
2010-08-30Inital version based on the 'dummy' driver in the 'Device Driver Tutorial' fr...Josh Wilsdon1-0/+32