summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2013-02-18target-i386: no need to flush out cc_op before gen_eobRichard Henderson
2013-02-18target-i386: do not compute eflags multiple times consecutivelyRichard Henderson
2013-02-18target-i386: add helper functions to get other flagsPaolo Bonzini
2013-02-18target-i386: Use gen_update_cc_op everywhereRichard Henderson
2013-02-18target-i386: Don't clobber s->cc_op in gen_update_cc_opRichard Henderson
2013-02-18target-i386: Introduce set_cc_opRichard Henderson
2013-02-18target-i386: Name the cc_op enumerationRichard Henderson
2013-02-18target-i386: factor gen_op_set_cc_op/tcg_gen_discard_tl around computing flagsPaolo Bonzini
2013-02-18target-i386: use gen_jcc1 to compile loopzPaolo Bonzini
2013-02-18target-i386: clean up sahfPaolo Bonzini
2013-02-18target-i386: compute eflags outside rcl/rcr helperPaolo Bonzini
2013-02-18target-i386: move eflags computation closer to gen_op_set_cc_opPaolo Bonzini
2013-02-18target-i386: move carry computation for inc/dec closer to gen_op_set_cc_opPaolo Bonzini
2013-02-18target-i386: drop cc_op argument of gen_jcc1Paolo Bonzini
2013-02-18target-i386: factor setting of s->cc_op handling for string functionsPaolo Bonzini
2013-02-18target-i386: introduce gen_ext_tlPaolo Bonzini
2013-02-18target-i386: use OT_* consistentlyPaolo Bonzini
2013-02-16target-i386: Split command line parsing out of cpu_x86_register()Andreas Färber
2013-02-16target-i386: Move cpu_x86_init()Andreas Färber
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber
2013-02-16target-i386: Update X86CPU to QOM realizefnAndreas Färber
2013-02-16target-i386: Inline bitops_flslRichard Henderson
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2013-02-01cpu: do not use object_deletePaolo Bonzini
2013-02-01target-i386: Pass X86CPU to cpu_x86_set_a20()Andreas Färber
2013-01-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2013-01-29target-i386: kvm: prevent buffer overflow if -cpu foo, [x]level is too bigIgor Mammedov
2013-01-27target-i386: Remove setting tsc-frequency from x86_def_tIgor Mammedov
2013-01-27target-i386: Set custom features/properties without intermediate x86_def_tIgor Mammedov
2013-01-27target-i386: Remove vendor_override field from CPUX86StateIgor Mammedov
2013-01-27target-i386: Replace uint32_t vendor fields by vendor string in x86_def_tIgor Mammedov
2013-01-27target-i386: Print deprecation warning if xlevel < 0x80000000Igor Mammedov
2013-01-27target-i386: Drop redundant list of CPU definitionsAndreas Färber
2013-01-27target-i386: Simplify cpu_x86_find_by_name()Andreas Färber
2013-01-27pc: Generate APIC IDs according to CPU topologyEduardo Habkost
2013-01-27target-i386: Topology & APIC ID utility functionsEduardo Habkost
2013-01-27target-i386: Introduce x86_cpu_apic_id_from_index() functionEduardo Habkost
2013-01-27target-i386: kvm: Set vcpu_id to APIC ID instead of CPU indexEduardo Habkost
2013-01-27kvm: Create kvm_arch_vcpu_id() functionEduardo Habkost
2013-01-27pc: Reverse pc_init_pci() compatibility logicEduardo Habkost
2013-01-27target-i386: Don't set any KVM flag by default if KVM is disabledEduardo Habkost
2013-01-21sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber
2013-01-15target-i386: Use switch in check_hw_breakpoints()liguang
2013-01-15target-i386: Avoid goto in hw_breakpoint_insert()liguang
2013-01-15target-i386: Introduce hw_{local,global}_breakpoint_enabled()liguang
2013-01-15target-i386: Define DR7 bit field constantsliguang
2013-01-15target-i386: Move kvm_check_features_against_host() check to realize timeIgor Mammedov
2013-01-15target-i386: cpu_x86_register() consolidate freeing resourcesIgor Mammedov