Log of /qemu/target-i386/helper.c
Parent Directory
|
Revision Log
Revision
1.103 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 28 22:30:30 2008 UTC
(15 years, 8 months ago)
by
aurel32
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.102: +1 -0 lines
Diff to
previous 1.102
x86-64: recompute DF after eflags has been modified when emulating SYSCALL
(Jakub Jermar)
Revision
1.101 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 3 03:26:30 2008 UTC
(15 years, 9 months ago)
by
balrog
Branch:
MAIN
Changes since
1.100: +2 -2 lines
Diff to
previous 1.100
NMI and INTR events injection should not be handled as software interrupts (Bernhard Kauer).
Revision
1.93 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 4 02:24:58 2007 UTC
(16 years ago)
by
j_mayer
Branch:
MAIN
Changes since
1.92: +1 -0 lines
Diff to
previous 1.92
For consistency, move muls64 / mulu64 prototypes to host-utils.h
Make x86_64 optimized versions inline.
Revision
1.91 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 26 22:35:02 2007 UTC
(16 years, 1 month ago)
by
ths
Branch:
MAIN
Changes since
1.90: +3 -3 lines
Diff to
previous 1.90
The other half of the mul64 rework. Sorry for the breakage, I committed
an incomplete version of what I tested.
Revision
1.90 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 14 07:07:06 2007 UTC
(16 years, 1 month ago)
by
j_mayer
Branch:
MAIN
Changes since
1.89: +2 -2 lines
Diff to
previous 1.89
Replace is_user variable with mmu_idx in softmmu core,
allowing support of more than 2 mmu access modes.
Add backward compatibility is_user variable in targets code when needed.
Implement per target cpu_mmu_index function, avoiding duplicated code
and #ifdef TARGET_xxx in softmmu core functions.
Implement per target mmu modes definitions. As an example, add PowerPC
hypervisor mode definition and Alpha executive and kernel modes definitions.
Optimize PowerPC case, precomputing mmu_idx when MSR register changes
and using the same definition in code translation code.
Revision
1.87 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 17 08:09:52 2007 UTC
(16 years, 2 months ago)
by
ths
Branch:
MAIN
Changes since
1.86: +56 -56 lines
Diff to
previous 1.86
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
Revision
1.48 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 23 17:48:47 2005 UTC
(18 years, 7 months ago)
by
bellard
Branch:
MAIN
Changes since
1.47: +110 -39 lines
Diff to
previous 1.47
sysret fix - better cpuid support - lcall support for x86_64 - efer access in i386 emulation
Revision
1.28 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat May 29 11:08:52 2004 UTC
(19 years, 6 months ago)
by
bellard
Branch:
MAIN
Changes since
1.27: +44 -0 lines
Diff to
previous 1.27
fnop FPU exception support (aka FreeBSD FPU probe) - sysenter/sysexit support (untested, not enabled in cpuid)
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 24 16:27:56 2004 UTC
(19 years, 10 months ago)
by
bellard
Branch:
MAIN
Changes since
1.11: +47 -24 lines
Diff to
previous 1.11
correct NT flag behavior - zero ldt task switch bug fix - task switch thru call insn bug fix
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 4 15:18:37 2004 UTC
(19 years, 10 months ago)
by
bellard
Branch:
MAIN
CVS Tags:
release_0_5_1
Changes since
1.8: +107 -55 lines
Diff to
previous 1.8
correct zero segment values when coming from VM86 mode - cache infos in CPUID - simpler exception handling in load_seg() - validate segments after lret/iret
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 16 16:06:03 2003 UTC
(20 years ago)
by
bellard
Branch:
MAIN
Changes since
1.6: +191 -203 lines
Diff to
previous 1.6
more precise stack operations in call/int gates (16 bit wrapping is handled in all cases) - makes all call/int gates operations restartable in case of exception
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 12 23:39:19 2003 UTC
(20 years ago)
by
bellard
Branch:
MAIN
Changes since
1.3: +465 -60 lines
Diff to
previous 1.3
full TSS support - IO map check support - conforming segment check fixes - iret in vm86 mode fix
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.