]> git.proxmox.com Git - mirror_qemu.git/history - target-i386
Bump ACPI/SMBus PIIX4 controller revision to 3 (Marcelo Tosatti).
[mirror_qemu.git] / target-i386 /
2007-12-24 balrogCorrect the max cpuid level for each x86 cpu model...
2007-12-24 balrogSVM enabled processor should provide cpuid Fn8000_000A...
2007-12-24 balrogFix cmpxchg8b translation (Bernhard Kauer).
2007-12-09 balrogMake SVM IOIO intercept check all needed bits, by Bernh...
2007-12-09 balrogAdd rdpmc SVM intercept, by Bernhard Kauer.
2007-12-09 thsFix spelling typo, by Dan Kenigsberg.
2007-12-09 thsHandle cpu_model in copy_cpu(), by Kirill A. Shutemov.
2007-11-21 bellardtypo fix
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-14 bellardx86_64 linux user emulation
2007-11-11 bellardconsistent types for cpu_x86_fsave and cpu_x86_frstor
2007-11-11 bellardremoved warning
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-08 bellardremoved obsolete x86 code copy support
2007-11-08 bellardremoved
2007-11-08 bellardadded -cpu option for x86 (initial patch by Dan Kenigsberg)
2007-11-04 j_mayerFor consistency, move muls64 / mulu64 prototypes to...
2007-11-02 thsFix compiler warnings, by Stefan Weil.
2007-10-31 balrogCorrect the WBINVD intercept in SVM (Alexander Graf).
2007-10-29 thsAdjust s390 addresses (the MSB is defined as "to be...
2007-10-26 thsThe other half of the mul64 rework. Sorry for the break...
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-27 thsSVM VINTR fix, by Alexander Graf.
2007-09-23 thsAdd missing svm.h header, and add a Changelog entry.
2007-09-23 thsSVM Support, by Alexander Graf.
2007-09-20 j_mayerExtend TB flags to 64 bits (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-09-13 thsIntel cache info, by Filip Navara.
2007-09-10 thsFix the reported xlevel for Intel CPU, by Filip Navara.
2007-07-31 thsInitialize old_exception, by Bernhard Kauer.
2007-07-11 thsSpelling fixes, by Stefan Weil.
2007-06-26 thsDR6 single step exception status bit, by Juergen Keil.
2007-06-23 thsFix division by zero handling, by Joris van Rantwijk.
2007-06-03 thsFix typo.
2007-06-03 thsMove target-specific defines to the target directories.
2007-06-03 thsClean up of some target specifics in exec.c/cpu-exec.c.
2007-06-03 thsSpelling fixes, by Stefan Weil.
2007-05-27 blueswir1Spelling fix (Mark Glines)
2007-05-16 thsMore generic 64 bit multiplication support, by Aurelien...
2007-04-27 thsWorkaround qemu guest SIGSEGVs with cmpxchg8b insn...
2007-04-18 thsRevert, this is already fixed in a better way.
2007-04-17 thsFix helper.c with isinf on Solaris 9/Sparc, by Ben...
2007-04-17 thsPtable calculation broken for 32bit code under x86_64...
2007-04-07 j_mayercpu_get_phys_page_debug should return target_phys_addr_t
2007-04-03 thsi386 return APIC ID with cpuid, by Bernhard Kauer.
2007-04-02 thsFix guest x86/amd64 helper_fprem/helper_fprem1, by...
2007-04-02 thsltr for x86_64 should check the upper descriptor type...
2007-03-31 thsGenerate double and triple faults, by Bernhard Kauer.
2007-02-05 bellarddarwin fix
2007-02-01 bellard64 bit syscall fixes - more logical mwait/monitor ECX...
2007-02-01 bellardcwde and cdq fix in 64 bit mode
2007-01-31 thssiginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.
2007-01-16 bellardfixed movd mmx/sse insn
2006-12-23 thsCheck ELF binaries for machine type and endianness.
2006-09-29 bellard32 bit RSP update fix (aka Open Solaris x86_64 bug)
2006-09-27 bellardfixed user mode emulation
2006-09-27 bellardSMM fix for x86_64
2006-09-27 bellardenabled PSE36 for x86_64 (fix for OpenSolaris as guest)
2006-09-24 bellardadded SMM support
2006-09-03 bellardmulti byte nop support
2006-07-10 bellardmonitor/mwait support
2006-06-25 bellardC99 64 bit printf
2006-06-24 bellardfix for movq2dq, movdq2q and cvttps2dq (thanx to Julian...
2006-06-19 bellardfxam fix (Julian Seward)
2006-06-19 bellardswitch_tss eflags restore fix (malc)
2006-06-14 bellardx86_64 mmx/sse fix
2006-06-14 bellarduse glibc syscall (David Woodhouse)
2006-05-03 bellardbswapq fix
2006-04-25 bellardenable APIC by default
2006-04-24 bellardrol/ror cc fix
2006-04-24 bellardmovddup fix
2006-04-23 bellardSSE3 support (Joachim Henke)
2006-04-02 bellardbtx decode fix on x86_64
2006-03-11 pbrookAdd missing FORCE_RET()
2006-03-03 bellardx86_64 stack alignment fixes - x86_64 32 bit syscall fix
2006-02-09 bellardalways compile 'int' traces
2006-02-08 bellardadded last_io_time field
2006-02-04 bellardfxsave/fxrstor fix
2005-12-17 bellardfixed null segment validation (aka x86_64 regression...
2005-12-17 bellardswitch_tss fix (aka spoon OS bug)
2005-12-04 bellardsegment validation fix in lret/iret
2005-12-04 bellardgenerate GPF if non canonical addresses
2005-11-28 bellardNX support
2005-11-28 bellardnx defines
2005-11-28 bellardx86_64 ldl fix
2005-11-28 bellardx86_64 lcall fix
2005-11-23 bellardadded HF_HALTED bit
2005-11-21 bellardcpu_exec_init() change
2005-11-20 bellardadded CPU_COMMON and CPUState.tb_jmp_cache[]
2005-11-20 bellarduse direct jump only for jumps in the same page
2005-10-30 bellardmoved common softmmu code to common header (Paul Brook)
2005-09-08 bellarddiv64 fix (aka ssh bug)
2005-08-21 bellardTSS error code push fix (malc)
2005-08-21 bellardCR4.TSD flag support (Matt Schulkind)
2005-08-21 bellardRSP update fix for x86_64 in iret
2005-08-15 bellard16/32 stack operations fix on x86_64 (aka win2000 start...
2005-08-15 bellardCLFLUSH cpuid fix (aka Linux 2.6 hang on x86_64)
next