summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * target-i386: Add API to get note's sizeWen Congyang2012-06-041-0/+33
| * target-i386: add API to get dump infoWen Congyang2012-06-041-0/+34
| * target-i386: Add API to write cpu status to core fileWen Congyang2012-06-041-0/+149
| * target-i386: Add API to write elf notes to core fileWen Congyang2012-06-041-0/+233
| * Add API to check whether paging mode is enabledWen Congyang2012-06-041-1/+6
| * implement cpu_get_memory_mapping()Wen Congyang2012-06-041-0/+266
* | Kill off cpu_state_reset()Andreas Färber2012-06-041-6/+0
* | target-i386: Let cpu_x86_init() return X86CPUAndreas Färber2012-06-042-4/+12
* | target-i386: Pass X86CPU to do_cpu_{init,sipi}()Andreas Färber2012-06-043-9/+14
|/
* Expose CPUID leaf 7 only for -cpu hostEduardo Habkost2012-05-302-7/+17
* target-i386: Defer MCE initAndreas Färber2012-05-123-2/+13
* target-i386: Introduce "tsc-frequency" property for X86CPUAndreas Färber2012-04-251-1/+36
* target-i386: Prepare "vendor" property for X86CPUAndreas Färber2012-04-251-0/+44
OpenPOWER on IntegriCloud