summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber2013-01-211-1/+1
* target-i386: Use switch in check_hw_breakpoints()liguang2013-01-153-14/+34
* target-i386: Avoid goto in hw_breakpoint_insert()liguang2013-01-151-6/+10
* target-i386: Introduce hw_{local,global}_breakpoint_enabled()liguang2013-01-153-6/+21
* target-i386: Define DR7 bit field constantsliguang2013-01-155-16/+23
* target-i386: Move kvm_check_features_against_host() check to realize timeIgor Mammedov2013-01-151-13/+15
* target-i386: cpu_x86_register() consolidate freeing resourcesIgor Mammedov2013-01-151-9/+10
* target-i386: Move setting defaults out of cpu_x86_parse_featurestr()Igor Mammedov2013-01-151-5/+4
* target-i386: check/enforce: Check all feature wordsEduardo Habkost2013-01-151-2/+11
* target-i386/cpu.c: Add feature name array for ext4_featuresEduardo Habkost2013-01-151-0/+17
* target-i386: kvm_check_features_against_host(): Use feature_word_infoEduardo Habkost2013-01-151-24/+49
* target-i386/cpu: Introduce FeatureWord typedefsEduardo Habkost2013-01-152-49/+63
* target-i386: Disable kvm_mmu by defaultEduardo Habkost2013-01-151-1/+0
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-153-11/+16
* cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber2013-01-151-9/+9
* 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
|\
OpenPOWER on IntegriCloud