]> git.proxmox.com Git - qemu.git/history - target-i386/translate.c
monitor: fix build breakage for !CONFIG_VNC
[qemu.git] / target-i386 / translate.c
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-26 Blue SwirlRemove exec-all.h include directives
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-10 Edgar E. IglesiasMerge remote branch 'rth/axp-next' into alpha-merge
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'jvrao/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v37' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-08 Martin Simmonstarget-i386: Make x86 mfence and lfence illegal without...
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-20 Stefan WeilRemove unused function parameters from gen_pc_load...
2011-04-09 Stefan WeilFix conversions from pointer to tcg_target_long
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
2011-01-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-20 Richard Hendersontarget-i386: Use deposit operation.
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-25 Jun Koitarget-i386: use gen_update_cc_op()
2010-07-24 Jun Koiuse symbol for DisasContext->is_jmp
2010-07-06 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-07-01 Andi KleenAdd more boundary checking to sse3/4 parsing
2010-07-01 Richard Hendersontarget-i386: fix xchg rax,r8
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-04 Paolo Bonzinitarget-i386: fix decoding of negative 4-byte displacements
2010-05-05 Richard Hendersontarget-i386: Remove duplicate CPU log.
2010-04-25 Blue Swirlx86: remove dead assignments, spotted by clang analyzer
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-08 Paolo Bonziniremove TARGET_* defines from translate-all.c
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-13 TeLeMantarget-i386: fix commit c22549204a6edc431e8e4358e61bd56...
2010-03-10 Aurelien Jarnotarget-i386: fix SIB decoding with index = 4
2010-03-06 malctarget-i386: Fix long jumps/calls in long mode with...
2010-03-06 Aurelien Jarnotarget-i386: fix lddqu SSE instruction
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-05 Paolo Bonziniremove two dead assignments in target-i386/translate.c
2010-01-13 Amit Shahx86: translate.c: remove dead assignment
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-01-03 Aurelien Jarnotarget-i386: Fix "call im" on x86_64 when executing...
2009-10-23 Andre Przywaratarget-i386: implement lzcnt emulation
2009-10-06 Laurent Desnoguestarget-i386: fix ARPL
2009-10-04 Kevin Wolftarget-i386: Fix exceptions for fxsave/fxrstor
2009-10-04 Andre Przywaratarget-i386: add RDTSCP support
2009-10-04 Andre Przywaratarget-i386: add SSE4a instruction support
2009-10-04 Andre Przywaratarget-i386: add lock mov cr0 = cr8
2009-09-30 Laurent Desnoguesx86: use globals for CPU registers
2009-09-26 Aurelien Jarnotarget-i386: kill a tmp register
2009-09-26 Aurelien Jarnotarget-i386: use subfi instead of sub with a non-freed...
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
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-05-22 Jan Kiszkax86: Add support for resume flag
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-04-02 malcImmediate versions of ro[lr]
2009-03-13 aurel32target-i386: use the new bswap* TCG ops
2009-03-13 aurel32tcg: rename bswap_i32/i64 functions
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-13 malcFix smsw for x86_64 guest and bigendian host case
2008-12-10 aurel32target-i386: Fix jmp im on x86_64 when executing 32...
2008-12-07 aurel32target-i386: fix CVE-2007-1322
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-10-04 balrogFix crc32w decoding, fix a constant width in blendvpd.
2008-10-04 balrogx86 "popcnt" affects flags.
2008-10-04 balrogImplement SSE4.1, SSE4.2 (x86).
2008-10-01 balrogx86 pextrw destination operand can be r64.
2008-09-25 balrogSYSENTER/SYSEXIT IA-32e implementation (Alexander Graf).
2008-09-25 balrogImplement x86 SSSE3 instructions.
2008-07-18 thsSmall cleanup of gen_intermediate_code(_internal),...
2008-07-07 bellardfix cvtsq2s[sd] (Juergen Lock)
2008-07-05 pbrookRe-add static qualifier. Fix annother occurance of...
2008-06-30 pbrookFix rdtsc instruction counting.
2008-06-29 pbrookAdd instruction counter.
2008-06-18 bellardHLT, MWAIT and MONITOR insn fixes (initial patch by...
2008-06-06 bellardundocumented 0x82 opcode is invalid in 64 bit code
2008-06-04 bellardfixed exceptions for cpuid and invlpg
2008-06-04 bellardreworked SVM interrupt handling logic - fixed vmrun...
2008-06-04 bellard32 bit SVM fixes - INVLPG and INVLPGA updates
2008-05-28 bellardSVM rework
2008-05-25 bellardfixed x86_64 regression
2008-05-25 bellardtransformed TN into temporaries - add local temporaries...
2008-05-24 pbrookFix ARM conditional branch bug.
2008-05-22 bellarduse debug_insn_start to have nicer debug traces
2008-05-22 bellardproper helper definition registering (all targets must...
2008-05-22 bellardoptimization of shifts by a constant
next