index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-i386
/
op_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
2011-08-07
1
-1
/
+1
*
exec.h cleanup
Blue Swirl
2011-07-30
1
-4
/
+161
*
Remove exec-all.h include directives
Blue Swirl
2011-06-26
1
-1
/
+0
*
x86: use caller supplied CPUState for interrupt related stuff
Blue Swirl
2011-06-26
1
-8
/
+81
*
cpu_loop_exit: avoid using AREG0
Blue Swirl
2011-06-26
1
-8
/
+8
*
target-i386: use floatx80 constants in helper_fld*_ST0()
Aurelien Jarno
2011-06-03
1
-19
/
+8
*
target-i386: remove old code handling float64
Aurelien Jarno
2011-06-03
1
-159
/
+107
*
target-i386: fix constants wrt softfloat
Aurelien Jarno
2011-04-25
1
-7
/
+17
*
target-i386: fix helper_fprem() and helper_fprem1() wrt softfloat
Aurelien Jarno
2011-04-25
1
-20
/
+28
*
target-i386: fix logarithmic and trigonometric helpers wrt softfloat
Aurelien Jarno
2011-04-25
1
-26
/
+26
*
target-i386: add CPU86_LDouble <-> double conversion functions
Aurelien Jarno
2011-04-25
1
-0
/
+22
*
target-i386: replace approx_rsqrt and approx_rcp by softfloat ops
Aurelien Jarno
2011-04-25
1
-10
/
+0
*
target-i386: fix helper_fsqrt() wrt softfloat
Aurelien Jarno
2011-04-25
1
-5
/
+2
*
target-i386: fix helper_fdiv() wrt softfloat
Aurelien Jarno
2011-04-25
1
-2
/
+3
*
target-i386: fix helper_fxtract() wrt softfloat
Aurelien Jarno
2011-04-25
1
-7
/
+16
*
target-i386: fix helper_fbld_ST0() wrt softfloat
Aurelien Jarno
2011-04-25
1
-3
/
+4
*
target-i386: fix helper_fscale() wrt softfloat
Aurelien Jarno
2011-04-25
1
-1
/
+6
*
Remove unused function parameter from cpu_restore_state
Stefan Weil
2011-04-20
1
-1
/
+1
*
target-i386: add floatx_{add,mul,sub} and use them
Aurelien Jarno
2011-04-17
1
-10
/
+8
*
i386: avoid a write only variable
Blue Swirl
2010-10-13
1
-0
/
+4
*
target-i386: svm: Fix MSRPM check
Adam Lackorzynski
2010-08-22
1
-1
/
+1
*
remove unused stuff from */exec.h
Paolo Bonzini
2010-07-03
1
-1
/
+1
*
x86: svm: Always clear event_inj on vmexit
Jan Kiszka
2010-06-30
1
-0
/
+1
*
apic: avoid passing CPUState from CPU code
Blue Swirl
2010-06-19
1
-4
/
+4
*
target-i386: Fix variable in (disabled) debugging code
Adam Lackorzynski
2010-04-08
1
-1
/
+1
*
Move ioport.h out of cpu-all.h
Paul Brook
2010-03-01
1
-0
/
+1
*
target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptions
Jason Wessel
2010-02-28
1
-0
/
+5
*
target-i386: implement lzcnt emulation
Andre Przywara
2009-10-23
1
-2
/
+12
*
target-i386: Fix exceptions for fxsave/fxrstor
Kevin Wolf
2009-10-04
1
-0
/
+10
*
target-i386: add RDTSCP support
Andre Przywara
2009-10-04
1
-0
/
+12
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-4
/
+4
*
Get rid of _t suffix
malc
2009-10-01
1
-4
/
+4
*
ioports: remove unused env parameter and compile only once
Blue Swirl
2009-09-20
1
-6
/
+6
*
Unbreak large mem support by removing kqemu
Anthony Liguori
2009-08-24
1
-42
/
+0
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-2
/
+1
*
QEMU: MCE: Add MCE simulation to qemu/tcg
Huang Ying
2009-07-09
1
-0
/
+34
*
x86: Add support for resume flag
Jan Kiszka
2009-05-22
1
-0
/
+5
*
Fix i386-linux-user build (Laurent Desnogues)
aliguori
2009-04-23
1
-0
/
+8
*
put valid data into exit_int_info if needed (Gleb Natapov)
aliguori
2009-04-22
1
-27
/
+52
*
kqemu: merge CONFIG_KQEMU and USE_KQEMU
blueswir1
2009-04-19
1
-6
/
+6
*
x86: Add NULL check to lsl (Jan Kiszka)
aliguori
2009-03-20
1
-0
/
+2
*
x86: use qemu_log_mask on triple faults (Chris Wright)
aliguori
2009-02-27
1
-2
/
+1
*
KVM: CPUID takes ecx as input value for some functions (Amit Shah)
aliguori
2009-02-09
1
-1
/
+1
*
Implement FFXSR (Alexander Graf)
aliguori
2009-02-02
1
-8
/
+20
*
Replace noreturn with QEMU_NORETURN
malc
2009-02-01
1
-2
/
+2
*
Use new logging API in reset handling (Jan Kiszka)
aliguori
2009-01-29
1
-1
/
+1
*
MTRR support on x86, part 2 (Carl-Daniel Hailfinger)
aliguori
2009-01-29
1
-0
/
+7
*
x86: Issue reset on triple faults (Jan Kiszka)
aliguori
2009-01-26
1
-2
/
+15
*
MTRR support on x86 (Carl-Daniel Hailfinger)
aliguori
2009-01-26
1
-0
/
+80
*
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
aliguori
2009-01-15
1
-1
/
+1
[next]