aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2013-06-15target-i386: fix over 80 chars warningsliguang
2013-06-15target-i386/helper: remove redundant env->eip assignmentliguang
2013-06-15target-i386/helper: remove DF macroliguang
2013-06-15target-i386/helper: remove EIP macroliguang
2013-06-15target-i386/helper: remove EDI macroliguang
2013-06-15target-i386/helper: remove ESI macroliguang
2013-06-15target-i386/helper: remove ESP macroliguang
2013-06-15target-i386/helper: remove EBP macroliguang
2013-06-15target-i386/helper: remove EDX macroliguang
2013-06-15target-i386/helper: remove ECX macroliguang
2013-06-15target-i386/helper: remove EBX macroliguang
2013-06-15target-i386/helper: remove EAX macroliguang
2013-06-11cpu: Turn cpu_get_memory_mapping() into a CPUState hookAndreas Färber
2013-06-11cpu: Turn cpu_paging_enabled() into a CPUState hookAndreas Färber
2013-06-10target-i386: cpu: Fix potential buffer overrun in get_register_name_32()Igor Mammedov
2013-06-10target-i386: Set level=4 on Conroe/Penryn/NehalemEduardo Habkost
2013-06-10target-i386: Update model values on Conroe/Penryn/Nehalem CPU modelsEduardo Habkost
2013-05-31target-i386: Fix aflag logic for CODE64 and the 0x67 prefixRichard Henderson
2013-05-31target-i386: Fix mask of pte index in memory mappingQiao Nuohan
2013-05-31target-i386: fix abort on bad PML4E/PDPTE/PDE/PTE addressesLuiz Capitulino
2013-05-10target-i386: ROR r8/r16 imm instruction fixAurelien Jarno
2013-05-06target-i386: n270 can MOVBEBorislav Petkov
2013-05-06target-i386: Introduce generic CPUID feature compat functionEduardo Habkost
2013-05-06target-i386: Change CPUID model of 486 to 8Andreas Färber
2013-05-06target-i386: Emulate X86CPU subclasses for global propertiesAndreas Färber
2013-05-06target-i386: Add "filtered-features" property to X86CPUEduardo Habkost
2013-05-06target-i386: Introduce X86CPU::filtered_features fieldEduardo Habkost
2013-05-06target-i386: Add "feature-words" property to X86CPUEduardo Habkost
2013-05-06target-i386: Use FeatureWord loop on filter_features_for_kvm()Eduardo Habkost
2013-05-06target-i386: Add ECX information to FeatureWordInfoEduardo Habkost
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost
2013-05-02target-i386: Break CPUID feature definition linesEduardo Habkost
2013-05-01target-i386/kvm.c: Code formatting changesEduardo Habkost
2013-05-01target-i386: Group together level, xlevel, xlevel2 fieldsEduardo Habkost
2013-05-01target-i386: Move APIC to ICC busIgor Mammedov
2013-05-01target-i386: Attach ICC bus to CPU on its creationIgor Mammedov
2013-05-01cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov
2013-05-01target-i386: Do not allow to set apic-id once CPU is realizedIgor Mammedov
2013-05-01target-i386: Introduce apic-id CPU propertyIgor Mammedov
2013-05-01target-i386: Introduce feat2prop() for CPU propertiesIgor Mammedov
2013-05-01cpu: Introduce get_arch_id() method and override it for X86CPUIgor Mammedov
2013-04-20i386 ROR r8/r16 instruction fixPavel Dovgaluk
2013-04-17target-i386: kvm: save/restore steal time MSRMarcelo Tosatti
2013-04-16target-i386: Split out CPU creation and features parsingIgor Mammedov
2013-04-16target-i386/cpu.c: Coding style fixesEduardo Habkost
2013-04-16target-i386: Split APIC creation from initialization in x86_cpu_realizefn()Igor Mammedov
2013-04-16target-i386: Consolidate error propagation in x86_cpu_realizefn()Igor Mammedov
2013-04-16target-i386: Improve -cpu ? features outputJan Kiszka
2013-04-16target-i386: Fix including "host" in -cpu ? outputJan Kiszka