summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-1/+3
* cpus: Pass CPUState to cpu_is_stopped()Andreas Färber2012-10-311-2/+2
* cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber2012-10-311-2/+4
* target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi()Andreas Färber2012-10-301-1/+3
* apic: Store X86CPU in APICCommonStateAndreas Färber2012-10-301-1/+1
* target-i386: Inline APIC cpu_env property settingAndreas Färber2012-10-301-1/+4
* target-i386: Initialize APIC at CPU levelIgor Mammedov2012-10-301-0/+57
* target-i386: If x86_cpu_realize() failed, report error and do cleanupIgor Mammedov2012-10-301-2/+7
* target-i386: cpu_x86_register(): report error from property setterIgor Mammedov2012-10-301-1/+2
* qemu: enable PV EOI for qemu 1.3Michael S. Tsirkin2012-10-292-13/+22
* target-i386: cpu: recover items 28-31 of ext2_feature_nameEduardo Habkost2012-10-281-0/+1
* target-i386: rename helper flagsAurelien Jarno2012-10-281-2/+2
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-234-26/+26
* Fix popcnt in long modemalc2012-10-141-1/+1
* cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell2012-10-055-11/+7
* x86: Implement SMEP and SMAPH. Peter Anvin2012-10-016-49/+207
* i386: -cpu help: remove reference to specific CPUID leaves/registersEduardo Habkost2012-09-301-4/+4
* i386: cpu: eliminate duplicate feature namesEduardo Habkost2012-09-301-8/+23
* i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASESEduardo Habkost2012-09-301-9/+11
* i386: kvm: use a #define for the set of alias feature bitsEduardo Habkost2012-09-302-1/+13
* i386: kvm: bit 10 of CPUID[8000_0001].EDX is reservedEduardo Habkost2012-09-301-1/+1
* Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson2012-09-271-1/+2
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-09-251-1/+1
|\
| * target-i386: Allow tsc-frequency to be larger then 2.147GDon Slutz2012-09-231-1/+1
* | target-i386: Drop unused setscalar() macroAndreas Färber2012-09-211-12/+0
* | target-i386: Kill cpudef config section supportEduardo Habkost2012-09-211-99/+2
* | target-i386: x86_cpudef_setup() coding style changeEduardo Habkost2012-09-211-6/+9
* | target-i386: Move CPU models from cpus-x86_64.conf to CEduardo Habkost2012-09-211-0/+219
* | target-i386: Add missing CPUID_* constantsEduardo Habkost2012-09-211-0/+22
* | Drop cpu_list_id macroPeter Maydell2012-09-212-4/+4
* | target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dumpPeter Maydell2012-09-211-53/+11
|/
* kvm: i386: Add services required for PCI device assignmentJan Kiszka2012-09-102-0/+163
* w32: Fix broken buildStefan Weil2012-08-301-0/+2
* kvm: get/set PV EOI MSRMichael S. Tsirkin2012-08-293-0/+35
* target-i386: disable pv eoi to fix migration across QEMU versionsAnthony Liguori2012-08-291-1/+12
* target-i386/translate.c: mov to/from crN/drN: ignore mod bitsMatthew Ogilvie2012-08-241-4/+10
* win32: provide separate macros for weak decls and definitionsAnthony Liguori2012-08-151-2/+2
* x86: switch to AREG0 free modeBlue Swirl2012-08-149-199/+128
* x86: avoid AREG0 in segmentation helpersBlue Swirl2012-08-144-160/+150
* x86: avoid AREG0 for misc helpersBlue Swirl2012-08-144-83/+84
* x86: use wrappers for memory access helpersBlue Swirl2012-08-143-103/+126
* x86: avoid AREG0 for SMM helpersBlue Swirl2012-08-144-13/+6
* x86: avoid AREG0 for SVM helpersBlue Swirl2012-08-144-115/+110
* x86: avoid AREG0 for integer helpersBlue Swirl2012-08-145-71/+88
* x86: avoid AREG0 for condition code helpersBlue Swirl2012-08-1410-169/+179
* x86: avoid AREG0 for FPU helpersBlue Swirl2012-08-148-876/+968
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2012-08-131-0/+22
|\
| * target-i386: add implementation of query-cpu-definitions (v2)Anthony Liguori2012-08-131-0/+22
* | Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-08-134-0/+48
|\ \ | |/ |/|
| * kvm: Decouple 'GSI routing' from 'kernel irqchip'Peter Maydell2012-08-091-1/+2
OpenPOWER on IntegriCloud