aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2012-10-29qemu: enable PV EOI for qemu 1.3Michael S. Tsirkin
2012-10-28target-i386: cpu: recover items 28-31 of ext2_feature_nameEduardo Habkost
2012-10-28target-i386: rename helper flagsAurelien Jarno
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-14Fix popcnt in long modemalc
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell
2012-10-01x86: Implement SMEP and SMAPH. Peter Anvin
2012-09-30i386: -cpu help: remove reference to specific CPUID leaves/registersEduardo Habkost
2012-09-30i386: cpu: eliminate duplicate feature namesEduardo Habkost
2012-09-30i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASESEduardo Habkost
2012-09-30i386: kvm: use a #define for the set of alias feature bitsEduardo Habkost
2012-09-30i386: kvm: bit 10 of CPUID[8000_0001].EDX is reservedEduardo Habkost
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson
2012-09-25Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-09-23target-i386: Allow tsc-frequency to be larger then 2.147GDon Slutz
2012-09-21target-i386: Drop unused setscalar() macroAndreas Färber
2012-09-21target-i386: Kill cpudef config section supportEduardo Habkost
2012-09-21target-i386: x86_cpudef_setup() coding style changeEduardo Habkost
2012-09-21target-i386: Move CPU models from cpus-x86_64.conf to CEduardo Habkost
2012-09-21target-i386: Add missing CPUID_* constantsEduardo Habkost
2012-09-21Drop cpu_list_id macroPeter Maydell
2012-09-21target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dumpPeter Maydell
2012-09-10kvm: i386: Add services required for PCI device assignmentJan Kiszka
2012-08-30w32: Fix broken buildStefan Weil
2012-08-29kvm: get/set PV EOI MSRMichael S. Tsirkin
2012-08-29target-i386: disable pv eoi to fix migration across QEMU versionsAnthony Liguori
2012-08-24target-i386/translate.c: mov to/from crN/drN: ignore mod bitsMatthew Ogilvie
2012-08-15win32: provide separate macros for weak decls and definitionsAnthony Liguori
2012-08-14x86: switch to AREG0 free modeBlue Swirl
2012-08-14x86: avoid AREG0 in segmentation helpersBlue Swirl
2012-08-14x86: avoid AREG0 for misc helpersBlue Swirl
2012-08-14x86: use wrappers for memory access helpersBlue Swirl
2012-08-14x86: avoid AREG0 for SMM helpersBlue Swirl
2012-08-14x86: avoid AREG0 for SVM helpersBlue Swirl
2012-08-14x86: avoid AREG0 for integer helpersBlue Swirl
2012-08-14x86: avoid AREG0 for condition code helpersBlue Swirl
2012-08-14x86: avoid AREG0 for FPU helpersBlue Swirl
2012-08-13Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2012-08-13target-i386: add implementation of query-cpu-definitions (v2)Anthony Liguori
2012-08-13Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-08-09Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemuBlue Swirl
2012-08-09kvm: Decouple 'GSI routing' from 'kernel irqchip'Peter Maydell
2012-08-09kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip'Peter Maydell
2012-08-09kvm: Decouple 'irqfds usable' from 'kernel irqchip'Peter Maydell
2012-08-09kvm: Move kvm_allows_irq0_override() to target-i386, fix return typePeter Maydell
2012-08-01target-i386: move cpu_reset and reset callback to cpu.cIgor Mammedov
2012-08-01target-i386: move cpu halted decision into x86_cpu_resetIgor Mammedov
2012-07-29x86: Fixed incorrect segment base address addition in 64-bits modeVitaly Chipounov
2012-07-21Recognize PCID featureMao, Junjie
2012-07-18Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori