summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
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-22target-i386: Use QEMU instead of QemuStefan Weil1-1/+1
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl1-0/+1
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana1-5/+13
2012-06-11Fix some more license versions (GPL2+ instead of GPL2)Stefan Weil2-4/+4
2012-06-08target-i386: Use uint32 visitor for [x]level propertiesAndreas Färber1-38/+4
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini1-2/+3
2012-06-07dump: remove dumping stuff from cpu-all.hPaolo Bonzini1-0/+1
2012-06-07dump: change cpu_get_note_size to return ssize_tPaolo Bonzini1-1/+1
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini1-0/+3
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2-0/+63
2012-06-06Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2-0/+720
2012-06-04Kill off cpu_state_reset()Andreas Färber1-6/+0
2012-06-04target-i386: Let cpu_x86_init() return X86CPUAndreas Färber2-4/+12
2012-06-04target-i386: Pass X86CPU to do_cpu_{init,sipi}()Andreas Färber3-9/+14
2012-06-04target-i386: Add API to get note's sizeWen Congyang1-0/+33
2012-06-04target-i386: add API to get dump infoWen Congyang1-0/+34
2012-06-04target-i386: Add API to write cpu status to core fileWen Congyang1-0/+149
2012-06-04target-i386: Add API to write elf notes to core fileWen Congyang1-0/+233
2012-06-04Add API to check whether paging mode is enabledWen Congyang1-1/+6
2012-06-04implement cpu_get_memory_mapping()Wen Congyang1-0/+266
2012-05-30Expose CPUID leaf 7 only for -cpu hostEduardo Habkost2-7/+17
2012-05-12target-i386: Defer MCE initAndreas Färber3-2/+13
2012-04-25target-i386: Introduce "tsc-frequency" property for X86CPUAndreas Färber1-1/+36
2012-04-25target-i386: Prepare "vendor" property for X86CPUAndreas Färber1-0/+44
2012-04-25target-i386: Introduce "xlevel" property for X86CPUAndreas Färber1-1/+37