summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Recognize PCID featureMao, Junjie2012-07-211-1/+1
* | Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-07-183-2/+14
|\ \
| * | apic: Defer interrupt updates to VCPU threadJan Kiszka2012-07-102-1/+7
| * | kvm: expose tsc deadline timer feature to guestLiu, Jinsong2012-07-032-0/+6
| * | kvm_pv_eoi: add flag supportMichael S. Tsirkin2012-07-031-1/+1
* | | target-i386: make it clearer that op table accesses don't overrunPeter Maydell2012-07-071-6/+6
* | | target-i386: Remove confusing X86_64_DEF macroPeter Maydell2012-07-071-15/+24
* | | target-i386: Remove unused macrosPeter Maydell2012-07-071-6/+0
* | | target-i386: Fix compilation with --enable-debugStefan Weil2012-07-051-25/+34
|/ /
* | x86: rename op_helper.c to seg_helper.cBlue Swirl2012-06-282-3/+3
* | x86: split off memory access helpersBlue Swirl2012-06-283-137/+165
* | x86: split off misc helpersBlue Swirl2012-06-283-579/+605
* | x86: split off SMM helpersBlue Swirl2012-06-283-285/+309
* | x86: split off SVM helpersBlue Swirl2012-06-284-710/+734
* | x86: split off integer helpersBlue Swirl2012-06-283-479/+502
* | x86: split off condition code helpersBlue Swirl2012-06-284-407/+432
* | x86: prepare eflags helpers for general useBlue Swirl2012-06-281-31/+37
* | x86: split condition code and shift templatesBlue Swirl2012-06-283-81/+133
* | x86: fix coding style in helper_template.hBlue Swirl2012-06-281-3/+22
* | x86: improve SSE table type safetyBlue Swirl2012-06-281-45/+89
* | x86: split off FPU helpersBlue Swirl2012-06-283-1278/+1306
* | x86: fix coding style in ops_sse.hBlue Swirl2012-06-281-471/+578
* | x86: avoid an extern declarationBlue Swirl2012-06-281-4/+1
* | x86: split off exception handlersBlue Swirl2012-06-284-116/+140
* | x86: avoid AREG0 for exceptionsBlue Swirl2012-06-285-215/+225
* | x86: prepare op_helper.c for splittingBlue Swirl2012-06-281-796/+1279
OpenPOWER on IntegriCloud