summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2011-07-01HVM-454 kvm_paging_tmpl.h should be cstyle cleanRobert Mustacchi1-0/+1
2011-06-29HVM-448 kvm_msidef.h should be cstyle cleanRobert Mustacchi1-0/+1
2011-06-29HVM-447 kvm_mmu.h should be cstyle cleanRobert Mustacchi1-0/+1
2011-06-29HVM-445 kvm_lapic.h should be cstyle cleanRobert Mustacchi1-0/+1
2011-06-29HVM-442 kvm_irq.h should be cstyle cleanRobert Mustacchi1-0/+1
2011-06-28HVM-439 kvm_iodev.h should be cstyle cleanRobert Mustacchi1-0/+1
2011-06-28HVM-435 kvm_ioapic.h should be cstyle cleanRobert Mustacchi1-0/+1
2011-06-28HVM-433 kvm_i8254.h should be c-style cleanRobert Mustacchi1-1/+2
2011-06-28HVM-433 kvm_i8254.h should be c-style cleanRobert Mustacchi1-0/+1
2011-06-27HVM-428 kvm_host.h should be cstyle cleanRobert Mustacchi1-0/+1
2011-06-27HVM-427 kvm_emulate.h should be cstyle-cleanRobert Mustacchi1-6/+7
2011-06-27HVM-425 kvm_cpuid.h should be cstyle cleanRobert Mustacchi1-5/+6
2011-06-27HVM-424 kvm_coalesced_mmio.h should be cstyle cleanRobert Mustacchi1-0/+1
2011-06-27HVM-422 kvm_cache_regs.h should be cstyle cleanRobert Mustacchi1-0/+1
2011-06-27HVM-421 kvm_x86.h should be cstyle cleanRobert Mustacchi1-1/+2
2011-06-21HVM-397 ctfconvert should be run out of the proto areaRobert Mustacchi1-2/+3
2011-06-14HVM-366 Don't lie about requiring GNU CRobert Mustacchi1-1/+1
2011-06-08HVM-347 Always run code ifdef'd with CONFIG_KVM_APIC_ARCHITECTURERobert Mustacchi1-1/+1
2011-06-08HVM-346 Clean up KVM_CONFIG_MMIORobert Mustacchi1-1/+1
2011-06-08HVM-335 kvm_subr.c has reached the end of the lineRobert Mustacchi1-6/+4
2011-06-07HVM-322 kvm.h should be cstyle-cleanBryan Cantrill1-1/+5
2011-06-06HVM-296 bitops.h shouldn't have code in itRobert Mustacchi1-5/+7
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 contentRobert Mustacchi1-1/+1
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