index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-02
kvm: use qemu_free consistently
Paolo Bonzini
1
-1
/
+1
2011-05-02
kvm: add kvmclock to its second bit
Glauber Costa
1
-1
/
+1
2011-05-02
x86: Allow multiple cpu feature matches of lookup_feature
Jan Kiszka
1
-6
/
+8
2011-05-02
kvm: use kernel-provided para_features instead of statically coming up with n...
Glauber Costa
1
-29
/
+49
2011-04-25
target-i386: fix constants wrt softfloat
Aurelien Jarno
2
-7
/
+25
2011-04-25
target-i386: fix helper_fprem() and helper_fprem1() wrt softfloat
Aurelien Jarno
1
-20
/
+28
2011-04-25
target-i386: fix logarithmic and trigonometric helpers wrt softfloat
Aurelien Jarno
1
-26
/
+26
2011-04-25
target-i386: add CPU86_LDouble <-> double conversion functions
Aurelien Jarno
1
-0
/
+22
2011-04-25
target-i386: replace approx_rsqrt and approx_rcp by softfloat ops
Aurelien Jarno
2
-22
/
+24
2011-04-25
target-i386: fix helper_fsqrt() wrt softfloat
Aurelien Jarno
2
-5
/
+6
2011-04-25
target-i386: fix helper_fdiv() wrt softfloat
Aurelien Jarno
2
-2
/
+7
2011-04-25
target-i386: fix helper_fxtract() wrt softfloat
Aurelien Jarno
1
-7
/
+16
2011-04-25
target-i386: fix helper_fbld_ST0() wrt softfloat
Aurelien Jarno
1
-3
/
+4
2011-04-25
target-i386: fix helper_fscale() wrt softfloat
Aurelien Jarno
2
-1
/
+10
2011-04-20
Remove unused function parameter from cpu_restore_state
Stefan Weil
1
-1
/
+1
2011-04-20
Remove unused function parameters from gen_pc_load and rename the function
Stefan Weil
1
-4
/
+3
2011-04-17
softfloat: rename float*_eq() into float*_eq_quiet()
Aurelien Jarno
1
-4
/
+4
2011-04-17
target-i386: fix CMPUNORDPS/D and CMPORDPS/D instructions
Aurelien Jarno
1
-2
/
+2
2011-04-17
target-i386: add floatx_{add,mul,sub} and use them
Aurelien Jarno
2
-10
/
+14
2011-04-17
target-i386: use float unions from cpu-all.h
Aurelien Jarno
1
-25
/
+2
2011-04-17
target-i386: use CPU_LDoubleU instead of a private union
Aurelien Jarno
1
-9
/
+3
2011-04-10
Fix conversions from pointer to tcg_target_long
Stefan Weil
1
-1
/
+1
2011-03-22
Revert "x86: Save/restore PAT MSR"
Anthony Liguori
1
-2
/
+0
2011-03-16
kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exit
Jan Kiszka
1
-9
/
+16
2011-03-16
kvm: x86: Reorder functions in kvm.c
Jan Kiszka
1
-54
/
+54
2011-03-16
kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes
Jan Kiszka
1
-4
/
+4
2011-03-16
kvm: x86: Synchronize PAT MSR with the kernel
Jan Kiszka
1
-0
/
+5
2011-03-16
x86: Save/restore PAT MSR
Jan Kiszka
1
-0
/
+2
2011-03-16
x86: Properly reset PAT MSR
Jan Kiszka
3
-3
/
+7
2011-03-16
kvm: x86: Do not leave halt if interrupts are disabled
Jan Kiszka
1
-1
/
+3
2011-03-15
KVM, MCE, unpoison memory address across reboot
Huang Ying
1
-0
/
+36
2011-03-15
kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization fails
Jan Kiszka
1
-13
/
+17
2011-03-15
kvm: x86: Clean up kvm_setup_mce
Jan Kiszka
1
-7
/
+4
2011-03-15
kvm: x86: Consolidate TCG and KVM MCE injection code
Jan Kiszka
3
-260
/
+37
2011-03-15
x86: Run qemu_inject_x86_mce on target VCPU
Jan Kiszka
1
-29
/
+58
2011-03-15
kvm: x86: Inject pending MCE events on state writeback
Jan Kiszka
1
-0
/
+60
2011-03-15
kvm: Rename kvm_arch_process_irqchip_events to async_events
Jan Kiszka
1
-1
/
+1
2011-03-15
kvm: x86: Move MCE functions together
Jan Kiszka
1
-175
/
+171
2011-03-15
x86: Optionally avoid injecting AO MCEs while others are pending
Jan Kiszka
2
-8
/
+23
2011-03-15
x86: Refine error reporting of MCE injection services
Jan Kiszka
2
-36
/
+49
2011-03-15
x86: Small cleanups of MCE helpers
Jan Kiszka
2
-17
/
+29
2011-03-15
x86: Perform implicit mcg_status reset
Jan Kiszka
2
-3
/
+2
2011-03-15
x86: Account for MCE in cpu_has_work
Jan Kiszka
1
-9
/
+6
2011-03-13
inline cpu_halted into sole caller
Paolo Bonzini
1
-12
/
+0
2011-03-13
Refactor thread retrieval and check
Jan Kiszka
1
-2
/
+2
2011-02-14
kvm: x86: Catch and report failing IRQ and NMI injections
Jan Kiszka
1
-3
/
+13
2011-02-14
kvm: Drop return values from kvm_arch_pre/post_run
Jan Kiszka
1
-6
/
+2
2011-02-14
kvm: x86: Prepare VCPU loop for in-kernel irqchip
Jan Kiszka
1
-31
/
+38
2011-02-14
kvm: Separate TCG from KVM cpu execution
Jan Kiszka
1
-3
/
+3
2011-02-14
kvm: make tsc stable over migration and machine start
Glauber Costa
2
-1
/
+18
[next]