summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2013-07-23Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori1-0/+36
2013-07-23Fix real mode guest segments dpl value in savevmOrit Wasserman1-0/+18
2013-07-23Fix real mode guest migrationOrit Wasserman1-0/+18
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber2-11/+11
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber3-2/+7
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2-4/+7
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber2-5/+8
2013-07-23cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber1-0/+8
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori10-50/+50
2013-07-09cpu: Move reset logging to CPUStateAndreas Färber1-5/+1
2013-07-09target-i386: Change LOG_PCALL_STATE() argument to CPUStateAndreas Färber1-5/+5
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber3-5/+6
2013-07-09target-i386: Change do_smm_enter() argument to X86CPUAndreas Färber2-3/+4
2013-07-09target-i386: Change do_interrupt_all() argument to X86CPUAndreas Färber1-3/+5
2013-07-09target-i386: Change gen_intermediate_code_internal() argument to X86CPUAndreas Färber1-4/+5
2013-07-09target-i386: Don't overuse CPUArchStateAndreas Färber1-5/+5
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber4-12/+20
2013-07-09cpu: Drop unnecessary dynamic casts in *_env_get_cpu()Andreas Färber1-1/+1
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell1-9/+0
2013-07-09Fix -machine options accel, kernel_irqchip, kvm_shadow_memMarkus Armbruster1-10/+7
2013-07-04memory: return MemoryRegion from qemu_ram_addr_from_hostPaolo Bonzini1-2/+2
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber1-1/+0
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber3-3/+8
2013-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber2-3/+3
2013-06-28kvm: Change kvm_cpu_synchronize_state() argument to CPUStateAndreas Färber1-5/+5
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