]> git.proxmox.com Git - mirror_qemu.git/history - target-i386/cpu.h
Add cpu model configuration support..
[mirror_qemu.git] / target-i386 / cpu.h
2010-02-22 john cooperAdd cpu model configuration support..
2010-01-13 Gleb NatapovAdd KVM paravirt cpuid leaf
2009-12-18 Jan Kiszkatarget-i386: Fix evaluation of DR7 register
2009-12-18 Jan Kiszkakvm: x86: Use separate exception_injected CPUState...
2009-12-12 Glauber Costav2: properly save kvm system time msr registers
2009-12-03 Jan Kiszkakvm: x86: Add support for VCPU event states
2009-11-17 Jan Kiszkakvm: x86: Refactor use of interrupt_bitmap
2009-10-05 Aurelien Jarnotarget-i386: move recently added vmstate fields at...
2009-10-05 Jan Kiszkagdbstub: x86: Switch 64/32 bit registers dynamically
2009-10-05 Juan Quintelax86: split MTRRVar union
2009-10-05 Juan Quintelax86: split FPReg union
2009-10-05 Juan Quintelax86: mce_banks always have the same size
2009-10-05 Juan Quintelax86: add fpregs_format_vmstate
2009-10-05 Juan Quintelax86: add pending_irq_vmstate to the state
2009-10-05 Juan Quintelax86: add fptag_vmstate to the state
2009-10-05 Juan Quintelax86: fpus is uint16_t not unsigned int
2009-10-05 Juan Quintelax86: fpuc is uint16_t not unsigned int
2009-10-05 Juan Quintelax86: make a20_mask int32_t
2009-10-04 Andre Przywaratarget-i386: add RDTSCP support
2009-08-24 Nathan Froydcleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
2009-08-24 Anthony LiguoriUnbreak large mem support by removing kqemu
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-16 Jan Kiszkagdbstub: x86: Support for setting segment registers
2009-07-10 Anthony LiguoriMake sure to mark MCE defines as ULL
2009-07-09 Huang YingQEMU: MCE: Add MCE simulation to qemu/tcg
2009-06-29 Andre Przywarapreserve the hypervisor bit while KVM trims the CPUID...
2009-06-22 Gleb NatapovHandle init/sipi in a main cpu exec loop. (v2)
2009-06-16 Andre Przywaraallow CPUID vendor override
2009-05-22 Jan Kiszkax86: Add support for resume flag
2009-05-22 Jan Kiszkakvm: x86: Save/restore KVM-specific CPU states
2009-04-19 blueswir1kqemu: merge CONFIG_KQEMU and USE_KQEMU
2009-04-18 aliguorix86: Enhanced dump of segment registers (Jan Kiszka)
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-02-09 aliguoriKVM: CPUID takes ecx as input value for some functions...
2009-01-29 aliguoriMTRR support on x86, part 2 (Carl-Daniel Hailfinger)
2009-01-26 aliguoriMTRR support on x86 (Carl-Daniel Hailfinger)
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-13 blueswir1x86 cleanup
2008-11-18 aliguorix86: Debug register emulation (Jan Kiszka)
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-11-05 aliguoriAdd KVM support to QEMU
2008-11-05 aliguoriSplit CPUID from op_helper
2008-11-05 aliguoriAdd additional CPU flag definitions
2008-09-29 pbrookMy core2duo patch introduced a vague statement of ...
2008-09-26 balrogFix definition of EMX bit in cpuid (Jens Axboe).
2008-09-25 balrogSYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).
2008-09-25 balrogCore 2 Duo specification (Alexander Graf).
2008-09-25 balrogClean up vendor identification (Alexander Graf).
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-06-29 pbrookAdd instruction counter.
2008-06-04 bellardsave more CPU state
2008-06-04 bellardSVM: added tsc_offset
2008-06-04 bellardreworked SVM interrupt handling logic - fixed vmrun...
2008-06-04 bellardEFER loading fixes, including SVME bit
2008-06-03 thsSpelling fixes, by Stefan Weil.
2008-05-30 pbrookFix typo.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-29 bellardPush common interrupt variables to cpu-defs.h (Glauber...
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-28 bellardSVM rework
2008-05-28 bellardvariable dynamic translation buffer size
2008-05-25 bellardtransformed TN into temporaries - add local temporaries...
2008-05-17 bellardconverted condition code supprot to TCG - converted...
2008-05-12 bellardremoved unused code
2008-04-22 aurel32x86/x86-64 MMU PAE fixes
2008-04-13 aurel32x86: Introduce CPU_INTERRUPT_NMI
2008-04-08 aurel323DNow! instruction set emulation
2008-02-03 balrogMake SVM env->cr[8] a valid register (patch from TeLeMan).
2007-11-14 bellardx86_64 linux user emulation
2007-11-11 bellardconsistent types for cpu_x86_fsave and cpu_x86_frstor
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-08 bellardremoved obsolete x86 code copy support
2007-11-08 bellardadded -cpu option for x86 (initial patch by Dan Kenigsberg)
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-09-27 thsMove get_sp_from_cpustate from cpu.h to target_signal.h.
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-23 thsSVM Support, by Alexander Graf.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-11 thsSpelling fixes, by Stefan Weil.
2007-06-03 thsMove target-specific defines to the target directories.
2007-04-03 thsi386 return APIC ID with cpuid, by Bernhard Kauer.
2007-03-31 thsGenerate double and triple faults, by Bernhard Kauer.
2007-02-05 bellarddarwin fix
2007-01-31 thssiginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.
2006-12-23 thsCheck ELF binaries for machine type and endianness.
2006-09-27 bellardSMM fix for x86_64
2006-09-24 bellardadded SMM support
2006-04-23 bellardSSE3 support (Joachim Henke)
2006-02-08 bellardadded last_io_time field
2005-11-28 bellardnx defines
2005-11-23 bellardadded HF_HALTED bit
2005-11-20 bellardadded CPU_COMMON and CPUState.tb_jmp_cache[]
2005-07-23 bellardx86_64 fixes (initial patch by Filip Navara)
2005-04-23 bellardenable EFER usage in i386 emulation - more cpuid bits
2005-04-17 bellardgdb support for user mode (Paul Brook)
next