summaryrefslogtreecommitdiff
path: root/kvm.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-09HVM-585 Make sure copyright notices are up to date on all files in kvm repoRobert Mustacchi1-0/+22
2011-06-22HVM-389 Need support for KVM_NMI ioctlRobert Mustacchi1-3/+4
2011-06-14HVM-373 Remove unused kvm_tpr_acl_ioc_tRobert Mustacchi1-10/+1
2011-06-14HVM-370 Cleanup SET_TSS ioctlRobert Mustacchi1-5/+0
2011-06-14HVM-368 Clean up KVM_SET_IDENTITY_MAP_ADDR ioctlRobert Mustacchi1-16/+1
2011-06-14HVM-366 Don't lie about requiring GNU C (fix typo)Robert Mustacchi1-1/+1
2011-06-14HVM-366 Don't lie about requiring GNU CRobert Mustacchi1-0/+12
2011-06-10HVM-361 revert KVM_SET_BOOT_CPU_ID ioctl to upstream interfaceRobert Mustacchi1-4/+0
2011-06-09HVM-356 Get rid of kvm_coalesced_mmio_zone_ioc_tRobert Mustacchi1-8/+2
2011-06-08HVM-345 Always include code ifdef'd with __KVM_HAVE_IOAPICRobert Mustacchi1-2/+0
2011-06-07HVM-322 kvm.h should be cstyle-cleanBryan Cantrill1-195/+174
2011-06-04HVM-288 kvm.h and kvm_host.h should be similar to upstream in contentRobert Mustacchi1-1808/+286
2011-06-03HVM-284 kvm_i8254.h should contain all definitions for the i8254.Robert Mustacchi1-46/+0
2011-06-03HVM-281 kvm_lapic_t should be defined in kvm_lapic.hRobert Mustacchi1-12/+0
2011-06-03HVM-280 timer should be defined in kvm_timer.hRobert Mustacchi1-23/+2
2011-06-02HVM-270 mmu code should be in kvm_mmu.[ch]Robert Mustacchi1-116/+0
2011-06-02HVM-264 vmx code should live in its own fileRobert Mustacchi1-109/+0
2011-05-25HVM-236 cleanup kvm-irq-line based ioctlsRobert Mustacchi1-6/+2
2011-05-25HVM-234 need to bump q_hiwat on vnic streamRobert Mustacchi1-0/+1
2011-05-22HVM-222 rephrase KVM's trace facility using SDT probesBryan Cantrill1-0/+24
2011-05-22HVM-221 move local APIC functionality to kvm_lapic.cBryan Cantrill1-1/+136
2011-05-18HVM-217 hat_pfnum call results in mutex_enter: adaptive at high PIL panicMax Bruning1-0/+2
2011-05-17HVM-211 need per-VCPU kstatsBryan Cantrill1-1/+33
2011-05-16HVM-209 need kstats for kvm instancesBryan Cantrill1-2/+24
2011-05-15HVM-202 add support for HPETBryan Cantrill1-3/+3
2011-05-13HVM-201 all PIT functionality should be in kvm_i8254.cBryan Cantrill1-0/+1
2011-05-12HVM-167 kvm should run on multiple processorsMax Bruning1-0/+3
2011-05-09HVM-173 convert KVM ioctls to reflect HVM-170 (final phase)Bryan Cantrill1-30/+5
2011-05-09HVM-173 convert KVM ioctls to reflect HVM-170 (phase 3)Bryan Cantrill1-27/+6
2011-05-09HVM-173 convert KVM ioctls to reflect HVM-170 (phase 2)Bryan Cantrill1-28/+8
2011-05-09HVM-174 Remove use of p_privateRobert Mustacchi1-1/+3
2011-05-09HVM-172 KVM_SET_SIGNAL_MASK results in spurious EFAULT for KVM_RUNBryan Cantrill1-8/+4
2011-05-08HVM-170 each VCPU should have its own open of /dev/kvmBryan Cantrill1-0/+3
2011-05-06HVM-169 page_address should use hat_kpm_mapin_pfnRobert Mustacchi1-1/+0
2011-05-05HVM-163 timer pending count should be a signed integerRobert Mustacchi1-1/+1
2011-04-29HVM-145 clean up more of the ioctl interfacesRobert Mustacchi1-42/+9
2011-04-28HVM-144 Remove kvmid from ioctl interfaceRobert Mustacchi1-33/+0
2011-04-28HVM-137 Need to be able to unload kvm driver and load a new one and use KVM f...Robert Mustacchi1-0/+2
2011-04-27HVM-140 HLT does not cause KVM to blockBryan Cantrill1-3/+4
2011-04-27HVM-138 cleanup kvm_destroy_vm and pitRobert Mustacchi1-3/+4
2011-04-26HVM-131 Time (via date command) changes very rapidly on smartos virtual machineMax Bruning1-7/+3
2011-04-24HVM-119 eliminate checks of return value for KM_SLEEP allocationsBryan Cantrill1-219/+221
2011-04-20HVM-105 double panic due to missing msr restoreRobert Mustacchi1-4/+6
2011-04-20HVM-103 Guest panic in microfind: cpu too fastRobert Mustacchi1-0/+2
2011-04-19HVM-88 Removing a cyclic before adding itRobert Mustacchi1-2/+3
2011-04-19Initial support for HVM-85Max Bruning1-37/+47
2011-04-15HVM-72 want second xxx probe for synchronization issuesRobert Mustacchi1-0/+2
2011-04-13HVM-52 can't use /dev/mem for mmapRobert Mustacchi1-0/+3
2011-04-11HVM-45 native KVM spinning in real-mode due to failing programmed I/OBryan Cantrill1-0/+10
2011-04-09HVM-43 add ::kvm_gpa2qva to translate guest physical to QEMU virtualBryan Cantrill1-52/+5