summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* | target-i386: Use QEMU instead of QemuStefan Weil2012-06-221-1/+1
|/
* qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl2012-06-211-0/+1
* Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana2012-06-191-5/+13
* Fix some more license versions (GPL2+ instead of GPL2)Stefan Weil2012-06-112-4/+4
* target-i386: Use uint32 visitor for [x]level propertiesAndreas Färber2012-06-081-38/+4
* build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-2/+3
* dump: remove dumping stuff from cpu-all.hPaolo Bonzini2012-06-071-0/+1
* dump: change cpu_get_note_size to return ssize_tPaolo Bonzini2012-06-071-1/+1
* build: move libobj-y variable to nested Makefile.objsPaolo Bonzini2012-06-071-0/+3
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-072-0/+63
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2012-06-062-0/+720
|\
OpenPOWER on IntegriCloud