summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* target-i386: fix bits 39:32 of the final physical address when using 4M pageWen Congyang2013-01-091-3/+8
* target-i386: Explicitly set vendor for each built-in cpudefIgor Mammedov2013-01-081-9/+31
* target-i386: Sanitize AMD's ext2_features at realize timeIgor Mammedov2013-01-081-10/+11
* target-i386: Filter out unsupported features at realize timeIgor Mammedov2013-01-081-15/+16
* target-i386: check/enforce: Eliminate check_feat fieldEduardo Habkost2013-01-081-8/+6
* target-i386: check/enforce: Check SVM flag support as wellEduardo Habkost2013-01-081-1/+1
* target-i386: check/enforce: Check all CPUID.80000001H.EDX bitsEduardo Habkost2013-01-081-1/+1
* target-i386: check/enforce: Do not ignore "hypervisor" flagEduardo Habkost2013-01-081-1/+1
* target-i386: check/enforce: Fix CPUID leaf numbers on error messagesEduardo Habkost2013-01-082-9/+36
* target-i386: kvm: Enable all supported KVM features for -cpu hostEduardo Habkost2013-01-081-0/+2
* target-i386: kvm: -cpu host: Use GET_SUPPORTED_CPUID for SVM featuresEduardo Habkost2013-01-081-7/+4
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2013-01-023-0/+37
|\
| * target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMsWill Auld2012-12-143-0/+37
* | Merge branch 'qom-cpu' of git://repo.or.cz/qemu/afaerberBlue Swirl2012-12-282-103/+144
|\ \
| * \ Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber2012-12-2319-48/+50
| |\ \
| * | | cpu: Move kvm_run into CPUStateAndreas Färber2012-12-191-4/+5
| * | | cpu: Move kvm_state field into CPUStateAndreas Färber2012-12-192-13/+16
| * | | kvm: Pass CPUState to kvm_vcpu_ioctl()Andreas Färber2012-12-191-70/+88
| * | | kvm: Pass CPUState to kvm_arch_*Andreas Färber2012-12-191-20/+39
* | | | target-i386: CPUID: return highest basic leaf if eax > cpuid_xlevelEduardo Habkost2012-12-231-1/+5
| |/ / |/| |
* | | exec: change RAM list to a TAILQPaolo Bonzini2012-12-201-1/+1
* | | fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-1/+1
* | | softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-198-12/+12
* | | misc: move include files to include/qemu/Paolo Bonzini2012-12-195-7/+7
* | | qom: move include files to include/qom/Paolo Bonzini2012-12-191-1/+1
* | | monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* | | exec: move include files to include/exec/Paolo Bonzini2012-12-1912-22/+22
* | | qapi: move include files to include/qobject/Paolo Bonzini2012-12-192-3/+3
* | | qapi: remove qapi/qapi-types-core.hPaolo Bonzini2012-12-191-0/+1
* | | janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini2012-12-191-0/+1
* | | build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* | | Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini2012-12-171-1/+1
|\ \ \ | |/ / |/| |
| * | pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
| |/
* | exec: refactor cpu_restore_stateBlue Swirl2012-12-162-11/+2
|/
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2012-12-102-39/+68
|\
| * target-i386: Postpone cpuid_level update to realize timeIgor Mammedov2012-12-071-3/+5
| * target-i386: Use define for cpuid vendor string sizeIgor Mammedov2012-12-062-3/+5
| * target-i386: Separate feature string parsing from CPU model lookupEduardo Habkost2012-12-061-23/+46
| * target-i386/cpu.c: Coding style fixesEduardo Habkost2012-12-061-14/+16
* | TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-4/+4
* | TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* | TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-4/+5
|/
* target-i386: Enable SSSE3 TCG supportAurelien Jarno2012-11-261-1/+1
* target-i386/cpu: Add missing flags to Haswell CPU modelEduardo Habkost2012-11-261-2/+3
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2012-11-192-6/+89
|\
| * target-i386: Add Haswell CPU modelEduardo Habkost2012-11-151-0/+29
| * target-i386/cpu: Add new Opteron CPU modelAndre Przywara2012-11-151-0/+32
| * target-i386/cpu: Name new CPUID bitsAndre Przywara2012-11-152-6/+28
* | TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-3/+3
* | TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-4/+4
|/
OpenPOWER on IntegriCloud