aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
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
2012-07-10apic: Defer interrupt updates to VCPU threadJan Kiszka
2012-07-07target-i386: make it clearer that op table accesses don't overrunPeter Maydell
2012-07-07target-i386: Remove confusing X86_64_DEF macroPeter Maydell
2012-07-07target-i386: Remove unused macrosPeter Maydell
2012-07-05target-i386: Fix compilation with --enable-debugStefan Weil
2012-07-03kvm: expose tsc deadline timer feature to guestLiu, Jinsong
2012-07-03kvm_pv_eoi: add flag supportMichael S. Tsirkin
2012-06-28x86: rename op_helper.c to seg_helper.cBlue Swirl
2012-06-28x86: split off memory access helpersBlue Swirl
2012-06-28x86: split off misc helpersBlue Swirl
2012-06-28x86: split off SMM helpersBlue Swirl
2012-06-28x86: split off SVM helpersBlue Swirl
2012-06-28x86: split off integer helpersBlue Swirl
2012-06-28x86: split off condition code helpersBlue Swirl
2012-06-28x86: prepare eflags helpers for general useBlue Swirl
2012-06-28x86: split condition code and shift templatesBlue Swirl
2012-06-28x86: fix coding style in helper_template.hBlue Swirl
2012-06-28x86: improve SSE table type safetyBlue Swirl
2012-06-28x86: split off FPU helpersBlue Swirl
2012-06-28x86: fix coding style in ops_sse.hBlue Swirl
2012-06-28x86: avoid an extern declarationBlue Swirl
2012-06-28x86: split off exception handlersBlue Swirl
2012-06-28x86: avoid AREG0 for exceptionsBlue Swirl
2012-06-28x86: prepare op_helper.c for splittingBlue Swirl
2012-06-25target-i386: move tcg initialization into x86_cpu_initfn()Igor Mammedov
2012-06-25target-i386: drop usage of prev_debug_excp_handlerIgor Mammedov