* [Qemu-devel] qemu/target-i386 translate.c
@ 2003-10-30 0:39 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2003-10-30 0:39 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <fabrice.bellard@free.fr> 03/10/29 19:39:38
Modified files:
target-i386 : translate.c
Log message:
soft MMU performance fix (oops)
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-i386/translate.c.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2003-11-13 1:43 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2003-11-13 1:43 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <fabrice.bellard@free.fr> 03/11/12 20:43:28
Modified files:
target-i386 : translate.c
Log message:
iret and int fix for vm86 - added undefined instructions for real and vm86 modes - added verr, verrw, arpl - added port io map
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-i386/translate.c.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2003-11-13 2:48 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2003-11-13 2:48 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <fabrice.bellard@free.fr> 03/11/12 21:48:18
Modified files:
target-i386 : translate.c
Log message:
fixed lmsw instruction
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-i386/translate.c.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2003-11-13 23:09 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2003-11-13 23:09 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <fabrice.bellard@free.fr> 03/11/13 18:09:08
Modified files:
target-i386 : translate.c
Log message:
fixed pop %sp bug
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-i386/translate.c.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2003-11-19 22:08 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2003-11-19 22:08 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <fabrice.bellard@free.fr> 03/11/19 17:08:15
Modified files:
target-i386 : translate.c
Log message:
added fcmovxx support (fixes segfaults in some recent linux tools) - fixed irq inhibit logic : the irqs are inhibited only for one instruction after, even if the next one also inhibit irqs - stop translation after irq inhibition stops to give a chance to irqs (fixes install NT kernel startup)
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-i386/translate.c.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2004-11-24 19:34 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2004-11-24 19:34 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <fabrice@bellard.org> 04/11/24 19:28:52
Modified files:
target-i386 : translate.c
Log message:
added undocumented FPU ops support
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-i386/translate.c.diff?tr1=1.32&tr2=1.33&r1=text&r2=text
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2004-12-19 23:14 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2004-12-19 23:14 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <fabrice@bellard.org> 04/12/19 23:03:29
Modified files:
target-i386 : translate.c
Log message:
fixed ins in case of page fault
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-i386/translate.c.diff?tr1=1.33&tr2=1.34&r1=text&r2=text
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2005-01-10 23:32 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2005-01-10 23:32 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <bellard@savannah.gnu.org> 05/01/10 23:20:21
Modified files:
target-i386 : translate.c
Log message:
removed debug code
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-i386/translate.c.diff?tr1=1.39&tr2=1.40&r1=text&r2=text
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2005-01-23 20:46 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2005-01-23 20:46 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <bellard@savannah.gnu.org> 05/01/23 20:46:56
Modified files:
target-i386 : translate.c
Log message:
CR8 support
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-i386/translate.c.diff?tr1=1.41&tr2=1.42&r1=text&r2=text
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2005-02-01 20:25 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2005-02-01 20:25 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <bellard@savannah.gnu.org> 05/02/01 20:25:03
Modified files:
target-i386 : translate.c
Log message:
pusha, popa and enter fix
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-i386/translate.c.diff?tr1=1.44&tr2=1.45&r1=text&r2=text
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2005-04-17 19:49 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2005-04-17 19:49 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <bellard@savannah.gnu.org> 05/04/17 19:49:03
Modified files:
target-i386 : translate.c
Log message:
verr and verw eflags opt fix
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-i386/translate.c.diff?tr1=1.47&tr2=1.48&r1=text&r2=text
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2005-04-23 17:53 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2005-04-23 17:53 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <bellard@savannah.gnu.org> 05/04/23 17:53:12
Modified files:
target-i386 : translate.c
Log message:
lcall and ljmp fixes in 64 bit mode - sysret fix
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-i386/translate.c.diff?tr1=1.48&tr2=1.49&r1=text&r2=text
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2006-02-04 17:40 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2006-02-04 17:40 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <bellard@savannah.gnu.org> 06/02/04 17:40:20
Modified files:
target-i386 : translate.c
Log message:
fxsave/fxrstor fix
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/target-i386/translate.c.diff?tr1=1.52&tr2=1.53&r1=text&r2=text
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2006-04-02 19:13 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2006-04-02 19:13 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <bellard@savannah.gnu.org> 06/04/02 19:13:41
Modified files:
target-i386 : translate.c
Log message:
btx decode fix on x86_64
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/target-i386/translate.c.diff?tr1=1.53&tr2=1.54&r1=text&r2=text
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2006-04-24 20:14 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2006-04-24 20:14 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <bellard@savannah.gnu.org> 06/04/24 20:14:56
Modified files:
target-i386 : translate.c
Log message:
movddup fix
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/target-i386/translate.c.diff?tr1=1.55&tr2=1.56&r1=text&r2=text
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2006-06-14 14:29 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2006-06-14 14:29 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Fabrice Bellard <bellard> 06/06/14 14:29:34
Modified files:
target-i386 : translate.c
Log message:
x86_64 mmx/sse fix
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/translate.c?cvsroot=qemu&r1=1.56&r2=1.57
Patches:
Index: translate.c
===================================================================
RCS file: /sources/qemu/qemu/target-i386/translate.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -b -r1.56 -r1.57
--- translate.c 24 Apr 2006 20:14:56 -0000 1.56
+++ translate.c 14 Jun 2006 14:29:34 -0000 1.57
@@ -2905,6 +2905,7 @@
break;
case 0xc4: /* pinsrw */
case 0x1c4:
+ s->rip_offset = 1;
gen_ldst_modrm(s, modrm, OT_WORD, OR_TMP0, 0);
val = ldub_code(s->pc++);
if (b1) {
@@ -2975,7 +2976,8 @@
}
} else {
/* generic MMX or SSE operation */
- if (b == 0xf7) {
+ switch(b) {
+ case 0xf7:
/* maskmov : we must prepare A0 */
if (mod != 3)
goto illegal_op;
@@ -2990,6 +2992,14 @@
gen_op_andl_A0_ffff();
}
gen_add_A0_ds_seg(s);
+ break;
+ case 0x70: /* pshufx insn */
+ case 0xc6: /* pshufx insn */
+ case 0xc2: /* compare insns */
+ s->rip_offset = 1;
+ break;
+ default:
+ break;
}
if (is_xmm) {
op1_offset = offsetof(CPUX86State,xmm_regs[reg]);
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2006-06-24 14:03 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2006-06-24 14:03 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Fabrice Bellard <bellard> 06/06/24 14:03:10
Modified files:
target-i386 : translate.c
Log message:
fix for movq2dq, movdq2q and cvttps2dq (thanx to Julian Seward and malc)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/translate.c?cvsroot=qemu&r1=1.57&r2=1.58
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2006-09-03 17:09 Fabrice Bellard
0 siblings, 0 replies; 22+ messages in thread
From: Fabrice Bellard @ 2006-09-03 17:09 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Fabrice Bellard <bellard> 06/09/03 17:09:02
Modified files:
target-i386 : translate.c
Log message:
multi byte nop support
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/translate.c?cvsroot=qemu&r1=1.59&r2=1.60
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2007-04-27 0:01 Thiemo Seufer
0 siblings, 0 replies; 22+ messages in thread
From: Thiemo Seufer @ 2007-04-27 0:01 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Thiemo Seufer <ths> 07/04/27 00:01:20
Modified files:
target-i386 : translate.c
Log message:
Workaround qemu guest SIGSEGVs with cmpxchg8b insn, by Juergen Keil.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/translate.c?cvsroot=qemu&r1=1.62&r2=1.63
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2007-06-23 18:21 Thiemo Seufer
0 siblings, 0 replies; 22+ messages in thread
From: Thiemo Seufer @ 2007-06-23 18:21 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Thiemo Seufer <ths> 07/06/23 18:21:26
Modified files:
target-i386 : translate.c
Log message:
Fix division by zero handling, by Joris van Rantwijk.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/translate.c?cvsroot=qemu&r1=1.65&r2=1.66
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2007-10-31 2:01 Andrzej Zaborowski
0 siblings, 0 replies; 22+ messages in thread
From: Andrzej Zaborowski @ 2007-10-31 2:01 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Andrzej Zaborowski <balrog> 07/10/31 02:01:33
Modified files:
target-i386 : translate.c
Log message:
Correct the WBINVD intercept in SVM (Alexander Graf).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/translate.c?cvsroot=qemu&r1=1.72&r2=1.73
^ permalink raw reply [flat|nested] 22+ messages in thread
* [Qemu-devel] qemu/target-i386 translate.c
@ 2007-12-24 13:29 Andrzej Zaborowski
0 siblings, 0 replies; 22+ messages in thread
From: Andrzej Zaborowski @ 2007-12-24 13:29 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Andrzej Zaborowski <balrog> 07/12/24 13:29:55
Modified files:
target-i386 : translate.c
Log message:
Fix cmpxchg8b translation (Bernhard Kauer).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/translate.c?cvsroot=qemu&r1=1.75&r2=1.76
^ permalink raw reply [flat|nested] 22+ messages in thread
end of thread, other threads:[~2007-12-24 13:29 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-23 18:21 [Qemu-devel] qemu/target-i386 translate.c Thiemo Seufer
-- strict thread matches above, loose matches on Subject: below --
2007-12-24 13:29 Andrzej Zaborowski
2007-10-31 2:01 Andrzej Zaborowski
2007-04-27 0:01 Thiemo Seufer
2006-09-03 17:09 Fabrice Bellard
2006-06-24 14:03 Fabrice Bellard
2006-06-14 14:29 Fabrice Bellard
2006-04-24 20:14 Fabrice Bellard
2006-04-02 19:13 Fabrice Bellard
2006-02-04 17:40 Fabrice Bellard
2005-04-23 17:53 Fabrice Bellard
2005-04-17 19:49 Fabrice Bellard
2005-02-01 20:25 Fabrice Bellard
2005-01-23 20:46 Fabrice Bellard
2005-01-10 23:32 Fabrice Bellard
2004-12-19 23:14 Fabrice Bellard
2004-11-24 19:34 Fabrice Bellard
2003-11-19 22:08 Fabrice Bellard
2003-11-13 23:09 Fabrice Bellard
2003-11-13 2:48 Fabrice Bellard
2003-11-13 1:43 Fabrice Bellard
2003-10-30 0:39 Fabrice Bellard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).