summaryrefslogtreecommitdiff
path: root/target-i386/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-2/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini1-5/+0
2010-06-28kvm: Enable XSAVE live migration supportSheng Yang1-1/+6
2010-06-19apic: qdev conversion cleanupBlue Swirl1-1/+1
2010-06-19apic: avoid using CPUState internalsBlue Swirl1-11/+16
2010-06-19apic: avoid passing CPUState from CPU codeBlue Swirl1-6/+7
2010-03-13x86/cpuid: move CPUID functions into separate fileAndre Przywara1-3/+6
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-0/+11
2010-02-22Add cpu model configuration support..john cooper1-3/+6
2010-01-13Add KVM paravirt cpuid leafGleb Natapov1-1/+2
2009-12-18target-i386: Fix evaluation of DR7 registerJan Kiszka1-2/+2
2009-12-18kvm: x86: Use separate exception_injected CPUState fieldJan Kiszka1-0/+1
2009-12-12v2: properly save kvm system time msr registersGlauber Costa1-0/+2
2009-12-03kvm: x86: Add support for VCPU event statesJan Kiszka1-0/+5
2009-11-17kvm: x86: Refactor use of interrupt_bitmapJan Kiszka1-2/+1
2009-10-05target-i386: move recently added vmstate fields at the end of the structureAurelien Jarno1-4/+6
2009-10-05gdbstub: x86: Switch 64/32 bit registers dynamicallyJan Kiszka1-2/+5
2009-10-05x86: split MTRRVar unionJuan Quintela1-4/+6
2009-10-05x86: split FPReg unionJuan Quintela1-8/+10
2009-10-05x86: mce_banks always have the same sizeJuan Quintela1-1/+1
2009-10-05x86: add fpregs_format_vmstateJuan Quintela1-0/+1
2009-10-05x86: add pending_irq_vmstate to the stateJuan Quintela1-0/+1
2009-10-05x86: add fptag_vmstate to the stateJuan Quintela1-0/+1
2009-10-05x86: fpus is uint16_t not unsigned intJuan Quintela1-1/+2
2009-10-05x86: fpuc is uint16_t not unsigned intJuan Quintela1-1/+1
2009-10-05x86: make a20_mask int32_tJuan Quintela1-1/+1
2009-10-04target-i386: add RDTSCP supportAndre Przywara1-1/+4
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd1-0/+1
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori1-14/+0
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-07-16gdbstub: x86: Support for setting segment registersJan Kiszka1-0/+4
2009-07-10Make sure to mark MCE defines as ULLAnthony Liguori1-4/+4
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying1-1/+23
2009-06-29preserve the hypervisor bit while KVM trims the CPUID bitsAndre Przywara1-0/+1
2009-06-22Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov1-0/+4
2009-06-16allow CPUID vendor overrideAndre Przywara1-0/+1
2009-05-22x86: Add support for resume flagJan Kiszka1-3/+6
2009-05-22kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka1-1/+2
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir11-2/+2
2009-04-18x86: Enhanced dump of segment registers (Jan Kiszka)aliguori1-1/+2
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook1-1/+2
2009-02-09KVM: CPUID takes ecx as input value for some functions (Amit Shah)aliguori1-1/+1
2009-01-29MTRR support on x86, part 2 (Carl-Daniel Hailfinger)aliguori1-0/+5
2009-01-26MTRR support on x86 (Carl-Daniel Hailfinger)aliguori1-1/+26
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-13x86 cleanupblueswir11-28/+38
2008-11-18x86: Debug register emulation (Jan Kiszka)aliguori1-1/+35
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-0/+8
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori1-2/+6