aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2012-08-30w32: Fix broken buildStefan Weil1-0/+2
2012-08-29kvm: get/set PV EOI MSRMichael S. Tsirkin3-0/+35
2012-08-29target-i386: disable pv eoi to fix migration across QEMU versionsAnthony Liguori1-1/+12
2012-08-24target-i386/translate.c: mov to/from crN/drN: ignore mod bitsMatthew Ogilvie1-4/+10
2012-08-15win32: provide separate macros for weak decls and definitionsAnthony Liguori1-2/+2
2012-08-14x86: switch to AREG0 free modeBlue Swirl9-199/+128
2012-08-14x86: avoid AREG0 in segmentation helpersBlue Swirl4-160/+150
2012-08-14x86: avoid AREG0 for misc helpersBlue Swirl4-83/+84
2012-08-14x86: use wrappers for memory access helpersBlue Swirl3-103/+126
2012-08-14x86: avoid AREG0 for SMM helpersBlue Swirl4-13/+6
2012-08-14x86: avoid AREG0 for SVM helpersBlue Swirl4-115/+110
2012-08-14x86: avoid AREG0 for integer helpersBlue Swirl5-71/+88
2012-08-14x86: avoid AREG0 for condition code helpersBlue Swirl10-169/+179
2012-08-14x86: avoid AREG0 for FPU helpersBlue Swirl8-876/+968
2012-08-13Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-0/+22
2012-08-13target-i386: add implementation of query-cpu-definitions (v2)Anthony Liguori1-0/+22
2012-08-13Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori4-0/+48
2012-08-09Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemuBlue Swirl3-15/+12
2012-08-09kvm: Decouple 'GSI routing' from 'kernel irqchip'Peter Maydell1-1/+2
2012-08-09kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip'Peter Maydell1-1/+3
2012-08-09kvm: Decouple 'irqfds usable' from 'kernel irqchip'Peter Maydell1-0/+4
2012-08-09kvm: Move kvm_allows_irq0_override() to target-i386, fix return typePeter Maydell4-0/+41
2012-08-01target-i386: move cpu_reset and reset callback to cpu.cIgor Mammedov1-0/+14
2012-08-01target-i386: move cpu halted decision into x86_cpu_resetIgor Mammedov3-2/+19
2012-07-29x86: Fixed incorrect segment base address addition in 64-bits modeVitaly Chipounov1-18/+25
2012-07-21Recognize PCID featureMao, Junjie1-1/+1
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-25target-i386: move tcg initialization into x86_cpu_initfn()Igor Mammedov3-10/+12
2012-06-25target-i386: drop usage of prev_debug_excp_handlerIgor Mammedov1-6/+1
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
2012-04-25target-i386: Introduce "level" property for X86CPUAndreas Färber1-1/+37
2012-04-25target-i386: Add property getter for CPU model-idAndreas Färber1-1/+16
2012-04-25target-i386: Add property getter for CPU steppingAndreas Färber1-1/+13
2012-04-25target-i386: Add property getter for CPU modelAndreas Färber1-1/+13
2012-04-25target-i386: Add property getter for CPU familyAndreas Färber1-1/+15
2012-04-25target-i386: Add "model-id" property to X86CPUAndreas Färber1-2/+8
2012-04-25target-i386: Add "stepping" property to X86CPUAndreas Färber1-3/+24
2012-04-25target-i386: Add "model" property to X86CPUAndreas Färber1-3/+23
2012-04-25target-i386: Add "family" property to X86CPUAndreas Färber1-5/+34
2012-04-25target-i386: Add range check for -cpu ,family=xAndreas Färber1-1/+1
2012-04-25target-i386: Pass X86CPU to cpu_x86_register()Andreas Färber3-3/+4
2012-04-25target-i386: Fix x86_cpuid_set_model_id()Andreas Färber1-0/+1
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-5/+3
2012-04-10target-i386: QOM'ify CPU resetAndreas Färber2-71/+72
2012-04-10target-i386: QOM'ify CPU initAndreas Färber2-18/+27
2012-04-10target-i386: QOM'ify CPUAndreas Färber4-8/+118
2012-04-10target-i386: Rename cpuid.cAndreas Färber1-0/+0
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2012-03-14target-i386: Don't overuse CPUStateAndreas Färber6-222/+222
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-2/+2
2012-03-12add "tsc-deadline" flag name to feature_ecx tableEduardo Habkost1-1/+1
2012-03-11target-i386: Mask NX bit from cpu_get_phys_page_debug resultJan Kiszka2-6/+8
2012-03-07kvm: fill in padding to help valgrindMichael S. Tsirkin1-0/+6
2012-03-03Merge branch 'upstream' of git://qemu.weilnetz.de/qemuBlue Swirl2-7/+0
2012-03-01Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori3-2/+50
2012-02-28target-i386: Clean includesStefan Weil2-7/+0
2012-02-24target-i386: Introduce x86_cpuid_set_model_id()Andreas Färber1-14/+19
2012-02-24target-i386: Introduce x86_cpuid_version_set_stepping()Andreas Färber1-1/+7
2012-02-24target-i386: Introduce x86_cpuid_version_set_model()Andreas Färber1-1/+7
2012-02-24target-i386: Introduce x86_cpuid_version_set_family()Andreas Färber1-4/+11
2012-02-22cpu defs: use Intel flag names for Intel models (v2)Eduardo Habkost1-2/+2
2012-02-22cpu flags: aliases: pclmuldq|pclmulqdq and ffxsr|fxsr_optEduardo Habkost1-2/+2
2012-02-18target-i386: Add infrastructure for reporting TPR MMIO accessesJan Kiszka3-2/+49
2012-02-16kvm: Synchronize cpu state in kvm_arch_stop_on_emulation_error()Gleb Natapov1-0/+1
2012-02-08kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka1-2/+2
2012-02-08kvm: Allow to set shadow MMU sizeJan Kiszka1-0/+13
2012-01-23hyperv: fix build on non-KVM hostsBlue Swirl1-1/+3
2012-01-19kvm: x86: Add user space part for in-kernel APICJan Kiszka1-0/+38
2012-01-19kvm: Introduce core services for in-kernel irqchip supportJan Kiszka1-0/+11
2012-01-19hyper-v: initialize Hyper-V CPUID leaves.Vadim Rozenfeld1-2/+63
2012-01-19hyper-v: introduce Hyper-V support infrastructure.Vadim Rozenfeld3-0/+121
2012-01-13target-i386: fix compilation with --enable-debug-tcgAurelien Jarno1-1/+2
2012-01-11target-i386: fix SSE rounding and flush to zeroAurelien Jarno3-11/+56
2012-01-11target-i386: fix dpps and dppd SSE2 instructionsAurelien Jarno1-14/+14
2012-01-11target-i386: fix round{pd,ps,sd,ss} SSE2 instructionsAurelien Jarno1-8/+8
2012-01-11target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructionsAurelien Jarno2-3/+7
2012-01-03Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into stagingAnthony Liguori1-4/+3
2011-12-22enable architectural PMU cpuid leaf for kvmGleb Natapov1-4/+13
2011-12-22kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregsJan Kiszka1-3/+2
2011-12-22kvm: x86: Avoid runtime allocation of xsave bufferJan Kiszka2-9/+9
2011-12-22kvm: x86: Use symbols for all xsave fieldJan Kiszka1-6/+8
2011-12-20kvm: switch kvm slots to use host virtual address instead of ram_addr_tAvi Kivity1-4/+3
2011-12-12target-i386: fix cmpxchg instruction emulationAndreas Gustafsson1-4/+7
2011-11-28x86/cpuid: Tighten parsing of tsc_freq=FREQMarkus Armbruster1-1/+1
2011-11-28Revert "i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID"Anthony Liguori1-4/+23
2011-11-21Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori1-4/+8
2011-11-19x86: fix pcmpestrm and pcmpistrmBlue Swirl1-4/+8
2011-11-17Fix typo: runnning -> runningVagrant Cascadian1-1/+1
2011-11-10x86/cpuid: Fix crash on -cpu ""Markus Armbruster1-2/+2
2011-11-10x86/cpuid: Plug memory leak in cpudef_setfield()Markus Armbruster1-0/+1
2011-11-10x86/cpuid: Convert remaining strdup() to g_strdup()Markus Armbruster1-4/+4
2011-11-09i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUIDAvi Kivity1-23/+4
2011-11-02Fix X86 CPU topology in KVM modeBharata B Rao1-0/+1
2011-10-24i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity5-0/+48
2011-10-24kvm: support TSC deadline MSR with subsectionLiu, Jinsong3-0/+37
2011-10-24Revert "kvm: support TSC deadline MSR"Marcelo Tosatti3-18/+1
2011-10-03kvm: support TSC deadline MSRLiu, Jinsong3-1/+18
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-10-01target-i386: Remove redundant word mask in port out instructionsJan Kiszka1-2/+0
2011-09-21target-i386: Remove data type CCTableStefan Weil2-10/+0
2011-09-20Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-2/+2
2011-09-17target-i386: Fix several SSE3 instructions.Max Reitz1-18/+18
2011-09-15Drop the vm_running global variableLuiz Capitulino1-1/+1
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-1/+1
2011-09-10kvm: remove unnecessary assignmentsBlue Swirl1-1/+1
2011-09-08Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori1-29/+43
2011-09-08target-i386: Compute all flag data inside %cl != 0 test.Richard Henderson1-29/+43
2011-09-08Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-3/+3
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil2-5/+5
2011-09-02x86: fix daa opcode for al register values higher than 0xf9Boris Figovsky1-3/+3
2011-08-25Fix up some style nits of last uq/master mergeJan Kiszka1-2/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori3-13/+13
2011-08-08Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori3-1/+29
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl3-4/+4
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka1-2/+2
2011-08-05Remove #ifdef KVM_CAP_TSC_CONTROLMarcelo Tosatti1-2/+0
2011-08-05qemu-x86: Set tsc_khz in kvm when supportedJoerg Roedel1-1/+17
2011-08-05qemu-x86: Add tsc_freq option to -cpuJoerg Roedel2-0/+14
2011-07-30exec.h cleanupBlue Swirl4-148/+164
2011-06-26Remove exec-all.h include directivesBlue Swirl5-5/+1
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2-46/+47
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-1/+1
2011-06-26x86: use caller supplied CPUState for interrupt related stuffBlue Swirl3-18/+91
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-8/+8
2011-06-21kvm: fix FPU state subsectionMarcelo Tosatti1-3/+3
2011-06-20KVM: Fix XSAVE feature bit enumerationAndre Przywara1-1/+4
2011-06-20kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuidJan Kiszka2-23/+27
2011-06-20kvm: x86: Drop KVM_CAP build dependenciesJan Kiszka1-64/+3
2011-06-20kvm: Drop CONFIG_KVM_PARAJan Kiszka1-25/+1
2011-06-19kvm: x86: Save/restore FPU OP, IP and DPJan Kiszka3-5/+42
2011-06-14kvm: Enable CPU SMEP featureYang, Wei Y1-0/+13
2011-06-14kvm: Add CPUID support for VIA CPUbrillywu@viatech.com.cn3-3/+74
2011-06-08target-i386: Make x86 mfence and lfence illegal without SSE2Martin Simmons1-1/+1
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-06-03target-i386: use floatx80 constants in helper_fld*_ST0()Aurelien Jarno1-19/+8
2011-06-03target-i386: remove old code handling float64Aurelien Jarno5-411/+115
2011-05-08irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson1-0/+1
2011-05-08target-i386: Privatize some i386-specific interrupt names.Richard Henderson1-0/+8
2011-05-02kvm: use qemu_free consistentlyPaolo Bonzini1-1/+1
2011-05-02kvm: add kvmclock to its second bitGlauber Costa1-1/+1
2011-05-02x86: Allow multiple cpu feature matches of lookup_featureJan Kiszka1-6/+8
2011-05-02kvm: use kernel-provided para_features instead of statically coming up with n...Glauber Costa1-29/+49
2011-04-25target-i386: fix constants wrt softfloatAurelien Jarno2-7/+25
2011-04-25target-i386: fix helper_fprem() and helper_fprem1() wrt softfloatAurelien Jarno1-20/+28
2011-04-25target-i386: fix logarithmic and trigonometric helpers wrt softfloatAurelien Jarno1-26/+26
2011-04-25target-i386: add CPU86_LDouble <-> double conversion functionsAurelien Jarno1-0/+22
2011-04-25target-i386: replace approx_rsqrt and approx_rcp by softfloat opsAurelien Jarno2-22/+24
2011-04-25target-i386: fix helper_fsqrt() wrt softfloatAurelien Jarno2-5/+6
2011-04-25target-i386: fix helper_fdiv() wrt softfloatAurelien Jarno2-2/+7
2011-04-25target-i386: fix helper_fxtract() wrt softfloatAurelien Jarno1-7/+16
2011-04-25target-i386: fix helper_fbld_ST0() wrt softfloatAurelien Jarno1-3/+4
2011-04-25target-i386: fix helper_fscale() wrt softfloatAurelien Jarno2-1/+10