aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2012-06-28x86: split off condition code helpersBlue Swirl
2012-06-28x86: prepare eflags helpers for general useBlue Swirl
2012-06-28x86: split condition code and shift templatesBlue Swirl
2012-06-28x86: fix coding style in helper_template.hBlue Swirl
2012-06-28x86: improve SSE table type safetyBlue Swirl
2012-06-28x86: split off FPU helpersBlue Swirl
2012-06-28x86: fix coding style in ops_sse.hBlue Swirl
2012-06-28x86: avoid an extern declarationBlue Swirl
2012-06-28x86: split off exception handlersBlue Swirl
2012-06-28x86: avoid AREG0 for exceptionsBlue Swirl
2012-06-28x86: prepare op_helper.c for splittingBlue Swirl
2012-06-25target-i386: move tcg initialization into x86_cpu_initfn()Igor Mammedov
2012-06-25target-i386: drop usage of prev_debug_excp_handlerIgor Mammedov
2012-06-22target-i386: Use QEMU instead of QemuStefan Weil
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana
2012-06-11Fix some more license versions (GPL2+ instead of GPL2)Stefan Weil
2012-06-08target-i386: Use uint32 visitor for [x]level propertiesAndreas Färber
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini
2012-06-07dump: remove dumping stuff from cpu-all.hPaolo Bonzini
2012-06-07dump: change cpu_get_note_size to return ssize_tPaolo Bonzini
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini
2012-06-06Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-06-04target-i386: Let cpu_x86_init() return X86CPUAndreas Färber
2012-06-04target-i386: Pass X86CPU to do_cpu_{init,sipi}()Andreas Färber
2012-06-04target-i386: Add API to get note's sizeWen Congyang
2012-06-04target-i386: add API to get dump infoWen Congyang
2012-06-04target-i386: Add API to write cpu status to core fileWen Congyang
2012-06-04target-i386: Add API to write elf notes to core fileWen Congyang
2012-06-04Add API to check whether paging mode is enabledWen Congyang
2012-06-04implement cpu_get_memory_mapping()Wen Congyang
2012-05-30Expose CPUID leaf 7 only for -cpu hostEduardo Habkost
2012-05-12target-i386: Defer MCE initAndreas Färber
2012-04-25target-i386: Introduce "tsc-frequency" property for X86CPUAndreas Färber
2012-04-25target-i386: Prepare "vendor" property for X86CPUAndreas Färber
2012-04-25target-i386: Introduce "xlevel" property for X86CPUAndreas Färber
2012-04-25target-i386: Introduce "level" property for X86CPUAndreas Färber
2012-04-25target-i386: Add property getter for CPU model-idAndreas Färber
2012-04-25target-i386: Add property getter for CPU steppingAndreas Färber
2012-04-25target-i386: Add property getter for CPU modelAndreas Färber
2012-04-25target-i386: Add property getter for CPU familyAndreas Färber
2012-04-25target-i386: Add "model-id" property to X86CPUAndreas Färber
2012-04-25target-i386: Add "stepping" property to X86CPUAndreas Färber
2012-04-25target-i386: Add "model" property to X86CPUAndreas Färber
2012-04-25target-i386: Add "family" property to X86CPUAndreas Färber
2012-04-25target-i386: Add range check for -cpu ,family=xAndreas Färber
2012-04-25target-i386: Pass X86CPU to cpu_x86_register()Andreas Färber
2012-04-25target-i386: Fix x86_cpuid_set_model_id()Andreas Färber