summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-5/+5
2013-02-01cpu: do not use object_deletePaolo Bonzini1-2/+2
2013-02-01target-i386: Pass X86CPU to cpu_x86_set_a20()Andreas Färber2-2/+4
2013-01-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-1/+25
2013-01-29target-i386: kvm: prevent buffer overflow if -cpu foo, [x]level is too bigIgor Mammedov1-1/+24
2013-01-27target-i386: Remove setting tsc-frequency from x86_def_tIgor Mammedov1-3/+0
2013-01-27target-i386: Set custom features/properties without intermediate x86_def_tIgor Mammedov1-67/+51
2013-01-27target-i386: Remove vendor_override field from CPUX86StateIgor Mammedov2-16/+12
2013-01-27target-i386: Replace uint32_t vendor fields by vendor string in x86_def_tIgor Mammedov2-106/+47
2013-01-27target-i386: Print deprecation warning if xlevel < 0x80000000Igor Mammedov1-0/+2
2013-01-27target-i386: Drop redundant list of CPU definitionsAndreas Färber1-12/+10
2013-01-27target-i386: Simplify cpu_x86_find_by_name()Andreas Färber1-10/+12
2013-01-27pc: Generate APIC IDs according to CPU topologyEduardo Habkost2-4/+25
2013-01-27target-i386: Topology & APIC ID utility functionsEduardo Habkost1-0/+136
2013-01-27target-i386: Introduce x86_cpu_apic_id_from_index() functionEduardo Habkost2-1/+18
2013-01-27target-i386: kvm: Set vcpu_id to APIC ID instead of CPU indexEduardo Habkost1-2/+3
2013-01-27kvm: Create kvm_arch_vcpu_id() functionEduardo Habkost1-0/+5
2013-01-27pc: Reverse pc_init_pci() compatibility logicEduardo Habkost2-3/+4
2013-01-27target-i386: Don't set any KVM flag by default if KVM is disabledEduardo Habkost1-8/+4
2013-01-21sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber1-1/+1
2013-01-15target-i386: Use switch in check_hw_breakpoints()liguang3-14/+34
2013-01-15target-i386: Avoid goto in hw_breakpoint_insert()liguang1-6/+10
2013-01-15target-i386: Introduce hw_{local,global}_breakpoint_enabled()liguang3-6/+21
2013-01-15target-i386: Define DR7 bit field constantsliguang5-16/+23
2013-01-15target-i386: Move kvm_check_features_against_host() check to realize timeIgor Mammedov1-13/+15
2013-01-15target-i386: cpu_x86_register() consolidate freeing resourcesIgor Mammedov1-9/+10
2013-01-15target-i386: Move setting defaults out of cpu_x86_parse_featurestr()Igor Mammedov1-5/+4
2013-01-15target-i386: check/enforce: Check all feature wordsEduardo Habkost1-2/+11
2013-01-15target-i386/cpu.c: Add feature name array for ext4_featuresEduardo Habkost1-0/+17
2013-01-15target-i386: kvm_check_features_against_host(): Use feature_word_infoEduardo Habkost1-24/+49
2013-01-15target-i386/cpu: Introduce FeatureWord typedefsEduardo Habkost2-49/+63
2013-01-15target-i386: Disable kvm_mmu by defaultEduardo Habkost1-1/+0
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber3-11/+16
2013-01-15cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber1-9/+9
2013-01-09target-i386: fix bits 39:32 of the final physical address when using 4M pageWen Congyang1-3/+8
2013-01-08target-i386: Explicitly set vendor for each built-in cpudefIgor Mammedov1-9/+31
2013-01-08target-i386: Sanitize AMD's ext2_features at realize timeIgor Mammedov1-10/+11
2013-01-08target-i386: Filter out unsupported features at realize timeIgor Mammedov1-15/+16
2013-01-08target-i386: check/enforce: Eliminate check_feat fieldEduardo Habkost1-8/+6
2013-01-08target-i386: check/enforce: Check SVM flag support as wellEduardo Habkost1-1/+1
2013-01-08target-i386: check/enforce: Check all CPUID.80000001H.EDX bitsEduardo Habkost1-1/+1
2013-01-08target-i386: check/enforce: Do not ignore "hypervisor" flagEduardo Habkost1-1/+1
2013-01-08target-i386: check/enforce: Fix CPUID leaf numbers on error messagesEduardo Habkost2-9/+36
2013-01-08target-i386: kvm: Enable all supported KVM features for -cpu hostEduardo Habkost1-0/+2
2013-01-08target-i386: kvm: -cpu host: Use GET_SUPPORTED_CPUID for SVM featuresEduardo Habkost1-7/+4
2013-01-02Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori3-0/+37
2012-12-28Merge branch 'qom-cpu' of git://repo.or.cz/qemu/afaerberBlue Swirl2-103/+144
2012-12-23target-i386: CPUID: return highest basic leaf if eax > cpuid_xlevelEduardo Habkost1-1/+5
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber19-48/+50
2012-12-20exec: change RAM list to a TAILQPaolo Bonzini1-1/+1