summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* target-i386: Update X86CPU to QOM realizefnAndreas Färber2013-02-163-8/+18
* target-i386: Inline bitops_flslRichard Henderson2013-02-161-4/+2
* qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell2013-02-161-1/+1
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2013-02-111-5/+5
* cpu: do not use object_deletePaolo Bonzini2013-02-011-2/+2
* target-i386: Pass X86CPU to cpu_x86_set_a20()Andreas Färber2013-02-012-2/+4
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2013-01-291-1/+25
|\
| * target-i386: kvm: prevent buffer overflow if -cpu foo, [x]level is too bigIgor Mammedov2013-01-291-1/+24
* | target-i386: Remove setting tsc-frequency from x86_def_tIgor Mammedov2013-01-271-3/+0
* | target-i386: Set custom features/properties without intermediate x86_def_tIgor Mammedov2013-01-271-67/+51
* | target-i386: Remove vendor_override field from CPUX86StateIgor Mammedov2013-01-272-16/+12
* | target-i386: Replace uint32_t vendor fields by vendor string in x86_def_tIgor Mammedov2013-01-272-106/+47
* | target-i386: Print deprecation warning if xlevel < 0x80000000Igor Mammedov2013-01-271-0/+2
* | target-i386: Drop redundant list of CPU definitionsAndreas Färber2013-01-271-12/+10
* | target-i386: Simplify cpu_x86_find_by_name()Andreas Färber2013-01-271-10/+12
* | pc: Generate APIC IDs according to CPU topologyEduardo Habkost2013-01-272-4/+25
* | target-i386: Topology & APIC ID utility functionsEduardo Habkost2013-01-271-0/+136
* | target-i386: Introduce x86_cpu_apic_id_from_index() functionEduardo Habkost2013-01-272-1/+18
* | target-i386: kvm: Set vcpu_id to APIC ID instead of CPU indexEduardo Habkost2013-01-271-2/+3
* | kvm: Create kvm_arch_vcpu_id() functionEduardo Habkost2013-01-271-0/+5
* | pc: Reverse pc_init_pci() compatibility logicEduardo Habkost2013-01-272-3/+4
* | target-i386: Don't set any KVM flag by default if KVM is disabledEduardo Habkost2013-01-271-8/+4
|/
* sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber2013-01-211-1/+1
* target-i386: Use switch in check_hw_breakpoints()liguang2013-01-153-14/+34
* target-i386: Avoid goto in hw_breakpoint_insert()liguang2013-01-151-6/+10
* target-i386: Introduce hw_{local,global}_breakpoint_enabled()liguang2013-01-153-6/+21
* target-i386: Define DR7 bit field constantsliguang2013-01-155-16/+23
* target-i386: Move kvm_check_features_against_host() check to realize timeIgor Mammedov2013-01-151-13/+15
* target-i386: cpu_x86_register() consolidate freeing resourcesIgor Mammedov2013-01-151-9/+10
* target-i386: Move setting defaults out of cpu_x86_parse_featurestr()Igor Mammedov2013-01-151-5/+4
* target-i386: check/enforce: Check all feature wordsEduardo Habkost2013-01-151-2/+11
* target-i386/cpu.c: Add feature name array for ext4_featuresEduardo Habkost2013-01-151-0/+17
* target-i386: kvm_check_features_against_host(): Use feature_word_infoEduardo Habkost2013-01-151-24/+49
* target-i386/cpu: Introduce FeatureWord typedefsEduardo Habkost2013-01-152-49/+63
* target-i386: Disable kvm_mmu by defaultEduardo Habkost2013-01-151-1/+0
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-153-11/+16
* cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber2013-01-151-9/+9
* target-i386: fix bits 39:32 of the final physical address when using 4M pageWen Congyang2013-01-091-3/+8
* target-i386: Explicitly set vendor for each built-in cpudefIgor Mammedov2013-01-081-9/+31
* target-i386: Sanitize AMD's ext2_features at realize timeIgor Mammedov2013-01-081-10/+11
* target-i386: Filter out unsupported features at realize timeIgor Mammedov2013-01-081-15/+16
* target-i386: check/enforce: Eliminate check_feat fieldEduardo Habkost2013-01-081-8/+6
* target-i386: check/enforce: Check SVM flag support as wellEduardo Habkost2013-01-081-1/+1
* target-i386: check/enforce: Check all CPUID.80000001H.EDX bitsEduardo Habkost2013-01-081-1/+1
* target-i386: check/enforce: Do not ignore "hypervisor" flagEduardo Habkost2013-01-081-1/+1
* target-i386: check/enforce: Fix CPUID leaf numbers on error messagesEduardo Habkost2013-01-082-9/+36
* target-i386: kvm: Enable all supported KVM features for -cpu hostEduardo Habkost2013-01-081-0/+2
* target-i386: kvm: -cpu host: Use GET_SUPPORTED_CPUID for SVM featuresEduardo Habkost2013-01-081-7/+4
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2013-01-023-0/+37
|\
| * target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMsWill Auld2012-12-143-0/+37
OpenPOWER on IntegriCloud