summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* 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
| * kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip'Peter Maydell2012-08-091-1/+3
| * kvm: Decouple 'irqfds usable' from 'kernel irqchip'Peter Maydell2012-08-091-0/+4
| * kvm: Move kvm_allows_irq0_override() to target-i386, fix return typePeter Maydell2012-08-094-0/+41
* | Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemuBlue Swirl2012-08-093-15/+12
|\ \ | |/ |/|
| * target-i386: move tcg initialization into x86_cpu_initfn()Igor Mammedov2012-06-253-10/+12
| * target-i386: drop usage of prev_debug_excp_handlerIgor Mammedov2012-06-251-6/+1
* | target-i386: move cpu_reset and reset callback to cpu.cIgor Mammedov2012-08-011-0/+14
* | target-i386: move cpu halted decision into x86_cpu_resetIgor Mammedov2012-08-013-2/+19
* | x86: Fixed incorrect segment base address addition in 64-bits modeVitaly Chipounov2012-07-291-18/+25
OpenPOWER on IntegriCloud