summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* target-i386: fix over 80 chars warningsliguang2013-06-153-22/+39
* target-i386/helper: remove redundant env->eip assignmentliguang2013-06-151-1/+1
* target-i386/helper: remove DF macroliguang2013-06-152-5/+3
* target-i386/helper: remove EIP macroliguang2013-06-155-25/+23
* target-i386/helper: remove EDI macroliguang2013-06-153-9/+7
* target-i386/helper: remove ESI macroliguang2013-06-153-9/+7
* target-i386/helper: remove ESP macroliguang2013-06-154-54/+54
* target-i386/helper: remove EBP macroliguang2013-06-153-11/+9
* target-i386/helper: remove EDX macroliguang2013-06-156-30/+28
* target-i386/helper: remove ECX macroliguang2013-06-156-44/+42
* target-i386/helper: remove EBX macroliguang2013-06-155-12/+10
* target-i386/helper: remove EAX macroliguang2013-06-157-62/+60
* cpu: Turn cpu_get_memory_mapping() into a CPUState hookAndreas Färber2013-06-113-5/+11
* cpu: Turn cpu_paging_enabled() into a CPUState hookAndreas Färber2013-06-112-7/+10
* target-i386: cpu: Fix potential buffer overrun in get_register_name_32()Igor Mammedov2013-06-101-1/+1
* target-i386: Set level=4 on Conroe/Penryn/NehalemEduardo Habkost2013-06-101-3/+3
* target-i386: Update model values on Conroe/Penryn/Nehalem CPU modelsEduardo Habkost2013-06-101-3/+3
* target-i386: Fix aflag logic for CODE64 and the 0x67 prefixRichard Henderson2013-05-311-15/+15
* target-i386: Fix mask of pte index in memory mappingQiao Nuohan2013-05-311-1/+1
* target-i386: fix abort on bad PML4E/PDPTE/PDE/PTE addressesLuiz Capitulino2013-05-311-4/+6
* target-i386: ROR r8/r16 imm instruction fixAurelien Jarno2013-05-101-0/+1
* target-i386: n270 can MOVBEBorislav Petkov2013-05-061-1/+2
* target-i386: Introduce generic CPUID feature compat functionEduardo Habkost2013-05-062-0/+30
* target-i386: Change CPUID model of 486 to 8Andreas Färber2013-05-061-1/+1
* target-i386: Emulate X86CPU subclasses for global propertiesAndreas Färber2013-05-061-0/+9
* target-i386: Add "filtered-features" property to X86CPUEduardo Habkost2013-05-061-4/+7
* target-i386: Introduce X86CPU::filtered_features fieldEduardo Habkost2013-05-062-3/+9
* target-i386: Add "feature-words" property to X86CPUEduardo Habkost2013-05-061-12/+58
* target-i386: Use FeatureWord loop on filter_features_for_kvm()Eduardo Habkost2013-05-061-17/+7
* target-i386: Add ECX information to FeatureWordInfoEduardo Habkost2013-05-061-3/+7
* target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2013-05-026-193/+179
* target-i386: Break CPUID feature definition linesEduardo Habkost2013-05-021-90/+180
* target-i386/kvm.c: Code formatting changesEduardo Habkost2013-05-011-1/+2
* target-i386: Group together level, xlevel, xlevel2 fieldsEduardo Habkost2013-05-012-4/+4
* target-i386: Move APIC to ICC busIgor Mammedov2013-05-011-13/+3
* target-i386: Attach ICC bus to CPU on its creationIgor Mammedov2013-05-012-3/+15
* cpu: Move cpu_write_elfXX_note() functions to CPUStateJens Freimann2013-05-013-16/+37
* target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov2013-05-011-0/+1
* target-i386: Do not allow to set apic-id once CPU is realizedIgor Mammedov2013-05-011-0/+7
* target-i386: Introduce apic-id CPU propertyIgor Mammedov2013-05-011-0/+40
* target-i386: Introduce feat2prop() for CPU propertiesIgor Mammedov2013-05-011-4/+15
* cpu: Introduce get_arch_id() method and override it for X86CPUIgor Mammedov2013-05-011-0/+10
* i386 ROR r8/r16 instruction fixPavel Dovgaluk2013-04-201-0/+1
* target-i386: kvm: save/restore steal time MSRMarcelo Tosatti2013-04-173-0/+35
* target-i386: Split out CPU creation and features parsingIgor Mammedov2013-04-162-3/+16
* target-i386/cpu.c: Coding style fixesEduardo Habkost2013-04-161-3/+4
* target-i386: Split APIC creation from initialization in x86_cpu_realizefn()Igor Mammedov2013-04-161-3/+21
* target-i386: Consolidate error propagation in x86_cpu_realizefn()Igor Mammedov2013-04-161-7/+10
* target-i386: Improve -cpu ? features outputJan Kiszka2013-04-161-8/+6
* target-i386: Fix including "host" in -cpu ? outputJan Kiszka2013-04-161-3/+6
OpenPOWER on IntegriCloud