summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2012-08-15win32: provide separate macros for weak decls and definitionsAnthony Liguori1-2/+2
2012-08-14x86: switch to AREG0 free modeBlue Swirl9-199/+128
2012-08-14x86: avoid AREG0 in segmentation helpersBlue Swirl4-160/+150
2012-08-14x86: avoid AREG0 for misc helpersBlue Swirl4-83/+84
2012-08-14x86: use wrappers for memory access helpersBlue Swirl3-103/+126
2012-08-14x86: avoid AREG0 for SMM helpersBlue Swirl4-13/+6
2012-08-14x86: avoid AREG0 for SVM helpersBlue Swirl4-115/+110
2012-08-14x86: avoid AREG0 for integer helpersBlue Swirl5-71/+88
2012-08-14x86: avoid AREG0 for condition code helpersBlue Swirl10-169/+179
2012-08-14x86: avoid AREG0 for FPU helpersBlue Swirl8-876/+968
2012-08-13Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-0/+22
2012-08-13target-i386: add implementation of query-cpu-definitions (v2)Anthony Liguori1-0/+22
2012-08-13Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori4-0/+48
2012-08-09Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemuBlue Swirl3-15/+12
2012-08-09kvm: Decouple 'GSI routing' from 'kernel irqchip'Peter Maydell1-1/+2
2012-08-09kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip'Peter Maydell1-1/+3
2012-08-09kvm: Decouple 'irqfds usable' from 'kernel irqchip'Peter Maydell1-0/+4
2012-08-09kvm: Move kvm_allows_irq0_override() to target-i386, fix return typePeter Maydell4-0/+41
2012-08-01target-i386: move cpu_reset and reset callback to cpu.cIgor Mammedov1-0/+14
2012-08-01target-i386: move cpu halted decision into x86_cpu_resetIgor Mammedov3-2/+19
2012-07-29x86: Fixed incorrect segment base address addition in 64-bits modeVitaly Chipounov1-18/+25
2012-07-21Recognize PCID featureMao, Junjie1-1/+1
2012-07-18Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori3-2/+14
2012-07-10apic: Defer interrupt updates to VCPU threadJan Kiszka2-1/+7
2012-07-07target-i386: make it clearer that op table accesses don't overrunPeter Maydell1-6/+6
2012-07-07target-i386: Remove confusing X86_64_DEF macroPeter Maydell1-15/+24
2012-07-07target-i386: Remove unused macrosPeter Maydell1-6/+0
2012-07-05target-i386: Fix compilation with --enable-debugStefan Weil1-25/+34
2012-07-03kvm: expose tsc deadline timer feature to guestLiu, Jinsong2-0/+6
2012-07-03kvm_pv_eoi: add flag supportMichael S. Tsirkin1-1/+1
2012-06-28x86: rename op_helper.c to seg_helper.cBlue Swirl2-3/+3
2012-06-28x86: split off memory access helpersBlue Swirl3-137/+165
2012-06-28x86: split off misc helpersBlue Swirl3-579/+605
2012-06-28x86: split off SMM helpersBlue Swirl3-285/+309
2012-06-28x86: split off SVM helpersBlue Swirl4-710/+734
2012-06-28x86: split off integer helpersBlue Swirl3-479/+502
2012-06-28x86: split off condition code helpersBlue Swirl4-407/+432
2012-06-28x86: prepare eflags helpers for general useBlue Swirl1-31/+37
2012-06-28x86: split condition code and shift templatesBlue Swirl3-81/+133
2012-06-28x86: fix coding style in helper_template.hBlue Swirl1-3/+22
2012-06-28x86: improve SSE table type safetyBlue Swirl1-45/+89
2012-06-28x86: split off FPU helpersBlue Swirl3-1278/+1306
2012-06-28x86: fix coding style in ops_sse.hBlue Swirl1-471/+578
2012-06-28x86: avoid an extern declarationBlue Swirl1-4/+1
2012-06-28x86: split off exception handlersBlue Swirl4-116/+140
2012-06-28x86: avoid AREG0 for exceptionsBlue Swirl5-215/+225
2012-06-28x86: prepare op_helper.c for splittingBlue Swirl1-796/+1279
2012-06-25target-i386: move tcg initialization into x86_cpu_initfn()Igor Mammedov3-10/+12
2012-06-25target-i386: drop usage of prev_debug_excp_handlerIgor Mammedov1-6/+1
2012-06-22target-i386: Use QEMU instead of QemuStefan Weil1-1/+1