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
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-i386: Fix long jumps/calls in long mode with REX.W set
malc
2010-03-06
1
-3
/
+1
*
target-i386: fix lddqu SSE instruction
Aurelien Jarno
2010-03-06
1
-1
/
+1
*
KVM: x86: Restrict writeback of VCPU state
Jan Kiszka
2010-03-04
1
-12
/
+20
*
KVM: Rework VCPU state writeback API
Jan Kiszka
2010-03-04
2
-12
/
+1
*
KVM: Rework of guest debug state writing
Jan Kiszka
2010-03-04
1
-4
/
+43
*
Move ioport.h out of cpu-all.h
Paul Brook
2010-03-01
2
-0
/
+2
*
target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptions
Jason Wessel
2010-02-28
3
-3
/
+9
*
Fix OpenBSD linker warning
Blue Swirl
2010-02-23
1
-2
/
+3
*
Fix i386-bsd-user build
Blue Swirl
2010-02-23
1
-3
/
+3
*
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2010-02-22
1
-3
/
+0
|
\
|
*
kvm: Kill CR3_CACHE feature references
Jes Sorensen
2010-02-21
1
-3
/
+0
*
|
Add cpu model configuration support..
john cooper
2010-02-22
2
-67
/
+402
*
|
QEMU e820 reservation patch
Jes Sorensen
2010-02-19
1
-0
/
+8
|
/
*
Merge remote branch 'qemu-kvm/uq/master' into staging-tmp
Anthony Liguori
2010-02-08
1
-1
/
+10
|
\
|
*
KVM: x86: Fix up misreported CPU features
Jan Kiszka
2010-02-03
1
-1
/
+7
|
*
KVM: Request setting of nmi_pending and sipi_vector
Jan Kiszka
2010-02-03
1
-0
/
+3
*
|
remove two dead assignments in target-i386/translate.c
Paolo Bonzini
2010-02-05
1
-2
/
+0
|
/
*
kill regs_to_env and env_to_regs
Paolo Bonzini
2010-01-19
1
-8
/
+0
*
remove dead code from target-i386/exec.h
Paolo Bonzini
2010-01-19
1
-48
/
+0
*
Add KVM paravirt cpuid leaf
Gleb Natapov
2010-01-13
3
-11
/
+89
*
x86: translate.c: remove dead assignment
Amit Shah
2010-01-13
1
-2
/
+0
*
remove pending exception on vcpu reset.
Gleb Natapov
2010-01-11
1
-0
/
+1
*
MCE: Fix bug of IA32_MCG_STATUS after system reset
Huang Ying
2010-01-11
1
-0
/
+2
*
target-i386: Fix "call im" on x86_64 when executing 32-bit code
Aurelien Jarno
2010-01-03
1
-0
/
+2
*
Intel CPUs starting from pentium have apic
Gleb Natapov
2009-12-24
1
-1
/
+1
*
Revert "kvm: x86: Save/restore exception_index"
Anthony Liguori
2009-12-18
1
-1
/
+0
*
target-i386: Fix evaluation of DR7 register
Jan Kiszka
2009-12-18
1
-2
/
+2
*
kvm: x86: Use separate exception_injected CPUState field
Jan Kiszka
2009-12-18
3
-3
/
+5
*
target-i386: Update CPUID feature set for TCG
Andre Przywara
2009-12-13
1
-13
/
+12
*
v2: properly save kvm system time msr registers
Glauber Costa
2009-12-12
3
-0
/
+20
*
kvm: x86: Save/restore exception_index
Jan Kiszka
2009-12-12
1
-0
/
+1
*
cpuid: Fix multicore setup on Intel
Andre Przywara
2009-12-07
1
-15
/
+31
*
kvm: x86: Fix initial kvm_has_msr_star
Jan Kiszka
2009-12-07
1
-2
/
+2
*
kvm: x86: Add support for VCPU event states
Jan Kiszka
2009-12-03
3
-0
/
+88
*
kvm: x86: Fix merge artifact of f8d926e9 about mp_state
Jan Kiszka
2009-12-03
1
-4
/
+4
*
kvm: x86: Refactor use of interrupt_bitmap
Jan Kiszka
2009-11-17
3
-31
/
+21
*
kvm: Add arch reset handler
Jan Kiszka
2009-11-17
1
-0
/
+4
*
kvm: Move KVM mp_state accessors to i386-specific code
Hollis Blanchard
2009-11-12
1
-0
/
+20
*
user: move CPU reset call to main.c for x86/PPC/Sparc
Blue Swirl
2009-11-07
1
-3
/
+0
*
v3: don't call reset functions on cpu initialization
Glauber Costa
2009-11-07
1
-0
/
+2
*
vmstate: Add version arg to VMSTATE_SINGLE_TEST()
Juan Quintela
2009-10-27
1
-1
/
+1
*
target-i386: implement lzcnt emulation
Andre Przywara
2009-10-23
3
-14
/
+38
*
x86: add 'static' to please Sparse
Blue Swirl
2009-10-18
1
-5
/
+5
*
target-i386: fix ARPL
Laurent Desnogues
2009-10-06
1
-3
/
+7
*
target-i386: move recently added vmstate fields at the end of the structure
Aurelien Jarno
2009-10-05
1
-4
/
+6
*
x86: fix miss merge
Juan Quintela
2009-10-05
1
-1
/
+2
*
gdbstub: x86: Switch 64/32 bit registers dynamically
Jan Kiszka
2009-10-05
1
-2
/
+5
*
x86: port cpu to vmstate
Juan Quintela
2009-10-05
1
-259
/
+240
*
x86: factor out cpu_get/put_fpreg()
Juan Quintela
2009-10-05
1
-72
/
+137
*
x86: factor out cpu_get/put_mttr_var()
Juan Quintela
2009-10-05
1
-4
/
+24
[next]