aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-18kvm: avoid collision with dprintf macro in stdio.h, spotted by clangBlue Swirl1-5/+5
2010-03-13x86/cpuid: remove unnecessary kvm_trim functionAndre Przywara1-21/+6
2010-03-04KVM: x86: Restrict writeback of VCPU stateJan Kiszka1-12/+20
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka1-1/+1
2010-03-04KVM: Rework of guest debug state writingJan Kiszka1-4/+43
2010-03-01Move ioport.h out of cpu-all.hPaul Brook1-0/+1
2010-02-22Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-3/+0
2010-02-21kvm: Kill CR3_CACHE feature referencesJes Sorensen1-3/+0
2010-02-19QEMU e820 reservation patchJes Sorensen1-0/+8
2010-02-03KVM: x86: Fix up misreported CPU featuresJan Kiszka1-1/+7
2010-02-03KVM: Request setting of nmi_pending and sipi_vectorJan Kiszka1-0/+3
2010-01-13Add KVM paravirt cpuid leafGleb Natapov1-2/+60
2010-01-11remove pending exception on vcpu reset.Gleb Natapov1-0/+1
2009-12-18kvm: x86: Use separate exception_injected CPUState fieldJan Kiszka1-3/+3
2009-12-12v2: properly save kvm system time msr registersGlauber Costa1-0/+15
2009-12-07kvm: x86: Fix initial kvm_has_msr_starJan Kiszka1-2/+2
2009-12-03kvm: x86: Add support for VCPU event statesJan Kiszka1-0/+77
2009-12-03kvm: x86: Fix merge artifact of f8d926e9 about mp_stateJan Kiszka1-4/+4
2009-11-17kvm: x86: Refactor use of interrupt_bitmapJan Kiszka1-7/+18
2009-11-17kvm: Add arch reset handlerJan Kiszka1-0/+4
2009-11-12kvm: Move KVM mp_state accessors to i386-specific codeHollis Blanchard1-0/+20
2009-09-25gcc wants 1st static and then constJuan Quintela1-1/+1
2009-07-10kvm: Work around borken MSR_GET_INDEX_LISTJan Kiszka1-2/+5
2009-06-29preserve the hypervisor bit while KVM trims the CPUID bitsAndre Przywara1-0/+4
2009-06-29fix KVMs GET_SUPPORTED_CPUID feature usageAndre Przywara1-0/+22
2009-05-22kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka1-0/+10
2009-05-20kvm: work around supported cpuid ioctl() brokennessMark McLoughlin1-0/+3
2009-05-08kvm: Add support for querying supported cpu featuresAvi Kivity1-0/+80
2009-04-17kvm: Fix cpuid initialization (Jan Kiszka)aliguori1-40/+20
2009-03-28kvm: Drop kvm_patch_opcode_byte (Jan Kiszka)aliguori1-23/+4
2009-03-12Guest debugging support for KVM (Jan Kiszka)aliguori1-0/+191
2009-02-11KVM: cpuid function 2: store all values (Amit Shah)aliguori1-0/+1
2009-02-09KVM: Get all cpuid values from function 2 (Amit Shah)aliguori1-0/+26
2009-02-09KVM: Fetch sub-leaf cpuid values for functions 4, 0xb, 0xd. (Amit Shah)aliguori1-14/+39
2009-02-09KVM: CPUID takes ecx as input value for some functions (Amit Shah)aliguori1-4/+4
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-26kvm-x86: Remove eflags conversion into emulator format (Jan Kiszka)aliguori1-4/+0
2008-12-13Initialize msr list size properly in KVMaliguori1-0/+1
2008-12-13Correctly initialize msr list in KVMaliguori1-1/+1
2008-12-11Fix crash in kvm.c (Stefan Weil)aliguori1-1/+1
2008-11-13Define kvm_ioctl in the same way as ioctlaliguori1-2/+2
2008-11-05Add missing files to KVM commit.aliguori1-0/+638