aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson
2015-03-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-03-11machine: query kvm-shadow-mem machine propertyMarcel Apfelbaum
2015-03-11kvm: add machine state to kvm_arch_initMarcel Apfelbaum
2015-03-11Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...Peter Maydell
2015-03-11Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost
2015-03-10target-i386: Clean up misuse of qdev_init() in realize methodMarkus Armbruster
2015-03-10x86: fix SS selector in SYSRETBill Paul
2015-03-09target-i386: Require APIC ID to be explicitly set before CPU realizeEduardo Habkost
2015-03-09target-i386: Move APIC ID compatibility code to pc.cEduardo Habkost
2015-03-09target-i386: Move CPUX86State::cpuid_apic_id to X86CPU::apic_idEduardo Habkost
2015-03-09target-i386: Remove unused APIC ID default codeEduardo Habkost
2015-03-09target-i386: Eliminate unnecessary get_cpuid_vendor() functionEduardo Habkost
2015-03-09target-i386: Simplify listflags() functionEduardo Habkost
2015-03-09target-i386: Move topology.h to include/hw/i386Eduardo Habkost
2015-03-03Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell
2015-03-02Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2015-02-25target-i386: Move APIC ID compatibility code to pc.cEduardo Habkost
2015-02-25target-i386: Require APIC ID to be explicitly set before CPU realizeEduardo Habkost
2015-02-25target-i386: Set APIC ID using cpu_index on CONFIG_USEREduardo Habkost
2015-02-25target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_idEduardo Habkost
2015-02-25target-i386: Simplify error handling on cpu_x86_init_user()Eduardo Habkost
2015-02-25target-i386: Eliminate cpu_init() functionEduardo Habkost
2015-02-25target-i386: Rename cpu_x86_init() to cpu_x86_init_user()Eduardo Habkost
2015-02-25target-i386: Move topology.h to include/hw/i386Eduardo Habkost
2015-02-25target-i386: Eliminate unnecessary get_cpuid_vendor() functionEduardo Habkost
2015-02-25target-i386: Simplify listflags() functionEduardo Habkost
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2015-02-12tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson
2015-01-26target-i386: Disable HLE and RTM on Haswell & BroadwellEduardo Habkost
2015-01-26target-i386: make xmm_regs 512-bit widePaolo Bonzini
2015-01-26target-i386: use vmstate_offset_sub_array for AVX registersPaolo Bonzini
2015-01-20cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessorsPeter Maydell
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell
2015-01-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-01-14target-i386: do not memcpy in and out of xmm_regsPaolo Bonzini
2015-01-14target-i386: fix movntsd on big-endian hostsPaolo Bonzini
2015-01-12kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini
2015-01-03translate: check cflags instead of use_icount globalPaolo Bonzini
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-12-15target-i386: add Ivy Bridge CPU modelPaolo Bonzini
2014-12-15target-i386: add f16c and rdrand to Haswell and BroadwellPaolo Bonzini
2014-12-15target-i386: add VME to all CPUsPaolo Bonzini
2014-12-15i386: do not cross the pages boundaries in replay modePavel Dovgalyuk
2014-12-15x86: Drop some superfluous casts from void *Markus Armbruster
2014-12-15x86: Use g_new() & friends where that makes obvious senseMarkus Armbruster