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 decoding of negative 4-byte displacements
Paolo Bonzini
2010-06-04
1
-1
/
+1
*
resent: x86/cpuid: Add kvm32 CPU model
Andre Przywara
2010-06-01
1
-0
/
+14
*
kvm: fix 80000001.EDX supported bit filtering
Gleb Natapov
2010-05-11
1
-1
/
+1
*
Do not stop VM if emulation failed in userspace.
Gleb Natapov
2010-05-11
1
-0
/
+7
*
kvm: enable smp > 1
Marcelo Tosatti
2010-05-11
1
-0
/
+16
*
kvm: validate context for kvm cpu get/put operations
Jan Kiszka
2010-05-11
1
-0
/
+4
*
target-i386: Remove duplicate CPU log.
Richard Henderson
2010-05-05
1
-1
/
+0
*
kvm: allow qemu to set EPT identity mapping address
Sheng Yang
2010-04-26
1
-1
/
+25
*
target-i386: print EFER in cpu_dump_state
Marcelo Tosatti
2010-04-26
1
-0
/
+1
*
KVM: x86: Add debug register saving and restoring
Jan Kiszka
2010-04-26
1
-0
/
+55
*
x86: remove dead assignments, spotted by clang analyzer
Blue Swirl
2010-04-25
1
-3
/
+1
*
kvm: avoid collision with dprintf macro in stdio.h, spotted by clang
Blue Swirl
2010-04-18
1
-5
/
+5
*
target-i386: Fix variable in (disabled) debugging code
Adam Lackorzynski
2010-04-08
1
-1
/
+1
*
target-i386: Fix compiler warning
Stefan Weil
2010-04-08
1
-3
/
+4
*
remove TARGET_* defines from translate-all.c
Paolo Bonzini
2010-04-08
1
-0
/
+2
*
Large page TLB flush
Paul Brook
2010-03-17
1
-4
/
+3
*
x86/cpuid: fix indentation
Aurelien Jarno
2010-03-13
1
-7
/
+7
*
x86/cpuid: Enable all features of real CPU
Aurelien Jarno
2010-03-13
1
-30
/
+26
*
x86/cpuid: fix CPUID levels
Andre Przywara
2010-03-13
1
-2
/
+2
*
x86/cpuid: Always expose 32 and 64-bit CPUs
Andre Przywara
2010-03-13
1
-2
/
+0
*
x86/cpuid: add TCG feature bit trimming
Andre Przywara
2010-03-13
1
-0
/
+24
*
x86/cpuid: remove unnecessary kvm_trim function
Andre Przywara
2010-03-13
1
-21
/
+6
*
x86/cpuid: add "host" to the list of supported CPU models
Andre Przywara
2010-03-13
1
-0
/
+3
*
x86/cpuid: add missing CPUID feature flag names
Andre Przywara
2010-03-13
1
-8
/
+8
*
x86/cpuid: moved host_cpuid function and remove prototype
Andre Przywara
2010-03-13
1
-37
/
+34
*
x86/cpuid: fix missing feature set bits
Andre Przywara
2010-03-13
1
-0
/
+1
*
x86/cpuid: replace magic number with named constant
Andre Przywara
2010-03-13
1
-5
/
+6
*
x86/cpuid: move CPUID functions into separate file
Andre Przywara
2010-03-13
3
-1115
/
+1143
*
target-i386: fix commit c22549204a6edc431e8e4358e61bd56386ff6957
TeLeMan
2010-03-13
1
-0
/
+5
*
Remove cpu_get_phys_page_debug from userspace emulation
Paul Brook
2010-03-12
1
-5
/
+0
*
Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
Richard Henderson
2010-03-12
1
-0
/
+11
*
target-i386: fix SIB decoding with index = 4
Aurelien Jarno
2010-03-10
1
-2
/
+2
*
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
[next]