summaryrefslogtreecommitdiff
path: root/target-i386/kvm.c
AgeCommit message (Expand)AuthorFilesLines
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