summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell2015-03-035-56/+240
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2015-03-025-240/+56
|\
| * target-i386: Move APIC ID compatibility code to pc.cEduardo Habkost2015-02-251-34/+0
| * target-i386: Require APIC ID to be explicitly set before CPU realizeEduardo Habkost2015-02-252-2/+7
| * target-i386: Set APIC ID using cpu_index on CONFIG_USEREduardo Habkost2015-02-251-0/+6
| * target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_idEduardo Habkost2015-02-254-11/+10
| * target-i386: Simplify error handling on cpu_x86_init_user()Eduardo Habkost2015-02-251-9/+11
| * target-i386: Eliminate cpu_init() functionEduardo Habkost2015-02-252-12/+6
| * target-i386: Rename cpu_x86_init() to cpu_x86_init_user()Eduardo Habkost2015-02-252-3/+3
| * target-i386: Move topology.h to include/hw/i386Eduardo Habkost2015-02-252-135/+1
| * target-i386: Eliminate unnecessary get_cpuid_vendor() functionEduardo Habkost2015-02-251-14/+6
| * target-i386: Simplify listflags() functionEduardo Habkost2015-02-251-28/+14
* | error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+1
|/
* tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson2015-02-121-6/+3
* tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson2015-02-121-1/+1
* target-i386: Disable HLE and RTM on Haswell & BroadwellEduardo Habkost2015-01-261-5/+4
* target-i386: make xmm_regs 512-bit widePaolo Bonzini2015-01-263-104/+59
* target-i386: use vmstate_offset_sub_array for AVX registersPaolo Bonzini2015-01-261-12/+16
* cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessorsPeter Maydell2015-01-201-1/+15
* exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell2015-01-201-2/+0
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-01-142-11/+30
|\
| * target-i386: do not memcpy in and out of xmm_regsPaolo Bonzini2015-01-142-10/+28
| * target-i386: fix movntsd on big-endian hostsPaolo Bonzini2015-01-141-1/+2
* | kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka2015-01-121-0/+6
|/
* gen-icount: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-1/+1
* translate: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-20/+30
* qemu-log: add log category for MMU infoAntony Pavlov2014-12-161-11/+4
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-12-157-48/+170
|\
| * target-i386: add Ivy Bridge CPU modelPaolo Bonzini2014-12-151-0/+32
| * target-i386: add f16c and rdrand to Haswell and BroadwellPaolo Bonzini2014-12-151-2/+2
| * target-i386: add VME to all CPUsPaolo Bonzini2014-12-151-15/+15
| * i386: do not cross the pages boundaries in replay modePavel Dovgalyuk2014-12-152-0/+17
| * x86: Drop some superfluous casts from void *Markus Armbruster2014-12-152-2/+2
| * x86: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-12-151-1/+1
| * x86: Fuse g_malloc(); memset() into g_malloc0()Markus Armbruster2014-12-151-12/+4
| * target-i386: get/set/migrate XSAVES stateWanpeng Li2014-12-154-1/+38
| * target-i386: add feature flags for CPUID[EAX=0xd,ECX=1]Paolo Bonzini2014-12-152-1/+34
| * valgrind/i386: avoid false positives on KVM_SET_VCPU_EVENTS ioctlChristian Borntraeger2014-12-151-1/+1
| * valgrind/i386: avoid false positives on KVM_GET_MSRS ioctlChristian Borntraeger2014-12-151-1/+4
| * valgrind/i386: avoid false positives on KVM_SET_MSRS ioctlChristian Borntraeger2014-12-151-3/+12
| * valgrind/i386: avoid false positives on KVM_SET_XCRS ioctlChristian Borntraeger2014-12-151-1/+1
| * KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger2014-12-151-1/+0
| * target-i386: simplify AES emulationAurelien Jarno2014-12-151-8/+8
* | target-i386: fix icount processing for repz instructionsPavel Dovgalyuk2014-12-141-2/+14
* | target-i386: fbld instruction doesn't set minus signDmitry Poletaev2014-12-141-1/+1
* | target-i386: Wrong conversion infinity from float80 to int32/int64Dmitry Poletaev2014-12-141-1/+19
|/
* apic: avoid getting out of halted state on masked PIC interruptsPaolo Bonzini2014-11-241-2/+8
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-11-132-14/+5
|\
| * target-i386: fix Coverity complaints about overflowsPaolo Bonzini2014-11-131-1/+1
| * target-i386: eliminate dead code and hoist common code out of "if"Paolo Bonzini2014-11-121-13/+4
OpenPOWER on IntegriCloud