summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2013-06-15target-i386: fix over 80 chars warningsliguang3-22/+39
2013-06-15target-i386/helper: remove redundant env->eip assignmentliguang1-1/+1
2013-06-15target-i386/helper: remove DF macroliguang2-5/+3
2013-06-15target-i386/helper: remove EIP macroliguang5-25/+23
2013-06-15target-i386/helper: remove EDI macroliguang3-9/+7
2013-06-15target-i386/helper: remove ESI macroliguang3-9/+7
2013-06-15target-i386/helper: remove ESP macroliguang4-54/+54
2013-06-15target-i386/helper: remove EBP macroliguang3-11/+9
2013-06-15target-i386/helper: remove EDX macroliguang6-30/+28
2013-06-15target-i386/helper: remove ECX macroliguang6-44/+42
2013-06-15target-i386/helper: remove EBX macroliguang5-12/+10
2013-06-15target-i386/helper: remove EAX macroliguang7-62/+60
2013-06-11cpu: Turn cpu_get_memory_mapping() into a CPUState hookAndreas Färber3-5/+11
2013-06-11cpu: Turn cpu_paging_enabled() into a CPUState hookAndreas Färber2-7/+10
2013-06-10target-i386: cpu: Fix potential buffer overrun in get_register_name_32()Igor Mammedov1-1/+1
2013-06-10target-i386: Set level=4 on Conroe/Penryn/NehalemEduardo Habkost1-3/+3
2013-06-10target-i386: Update model values on Conroe/Penryn/Nehalem CPU modelsEduardo Habkost1-3/+3
2013-05-31target-i386: Fix aflag logic for CODE64 and the 0x67 prefixRichard Henderson1-15/+15
2013-05-31target-i386: Fix mask of pte index in memory mappingQiao Nuohan1-1/+1
2013-05-31target-i386: fix abort on bad PML4E/PDPTE/PDE/PTE addressesLuiz Capitulino1-4/+6
2013-05-10target-i386: ROR r8/r16 imm instruction fixAurelien Jarno1-0/+1
2013-05-06target-i386: n270 can MOVBEBorislav Petkov1-1/+2
2013-05-06target-i386: Introduce generic CPUID feature compat functionEduardo Habkost2-0/+30
2013-05-06target-i386: Change CPUID model of 486 to 8Andreas Färber1-1/+1
2013-05-06target-i386: Emulate X86CPU subclasses for global propertiesAndreas Färber1-0/+9
2013-05-06target-i386: Add "filtered-features" property to X86CPUEduardo Habkost1-4/+7
2013-05-06target-i386: Introduce X86CPU::filtered_features fieldEduardo Habkost2-3/+9
2013-05-06target-i386: Add "feature-words" property to X86CPUEduardo Habkost1-12/+58
2013-05-06target-i386: Use FeatureWord loop on filter_features_for_kvm()Eduardo Habkost1-17/+7
2013-05-06target-i386: Add ECX information to FeatureWordInfoEduardo Habkost1-3/+7
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost6-193/+179
2013-05-02target-i386: Break CPUID feature definition linesEduardo Habkost1-90/+180
2013-05-01target-i386/kvm.c: Code formatting changesEduardo Habkost1-1/+2
2013-05-01target-i386: Group together level, xlevel, xlevel2 fieldsEduardo Habkost2-4/+4
2013-05-01target-i386: Move APIC to ICC busIgor Mammedov1-13/+3
2013-05-01target-i386: Attach ICC bus to CPU on its creationIgor Mammedov2-3/+15
2013-05-01cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann3-16/+37
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov1-0/+1
2013-05-01target-i386: Do not allow to set apic-id once CPU is realizedIgor Mammedov1-0/+7
2013-05-01target-i386: Introduce apic-id CPU propertyIgor Mammedov1-0/+40
2013-05-01target-i386: Introduce feat2prop() for CPU propertiesIgor Mammedov1-4/+15
2013-05-01cpu: Introduce get_arch_id() method and override it for X86CPUIgor Mammedov1-0/+10
2013-04-20i386 ROR r8/r16 instruction fixPavel Dovgaluk1-0/+1
2013-04-17target-i386: kvm: save/restore steal time MSRMarcelo Tosatti3-0/+35
2013-04-16target-i386: Split out CPU creation and features parsingIgor Mammedov2-3/+16
2013-04-16target-i386/cpu.c: Coding style fixesEduardo Habkost1-3/+4
2013-04-16target-i386: Split APIC creation from initialization in x86_cpu_realizefn()Igor Mammedov1-3/+21
2013-04-16target-i386: Consolidate error propagation in x86_cpu_realizefn()Igor Mammedov1-7/+10
2013-04-16target-i386: Improve -cpu ? features outputJan Kiszka1-8/+6
2013-04-16target-i386: Fix including "host" in -cpu ? outputJan Kiszka1-3/+6