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
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2013-01-02
3
-0
/
+37
|
\
|
*
target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMs
Will Auld
2012-12-14
3
-0
/
+37
*
|
Merge branch 'qom-cpu' of git://repo.or.cz/qemu/afaerber
Blue Swirl
2012-12-28
2
-103
/
+144
|
\
\
|
*
\
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
Andreas Färber
2012-12-23
19
-48
/
+50
|
|
\
\
|
*
|
|
cpu: Move kvm_run into CPUState
Andreas Färber
2012-12-19
1
-4
/
+5
|
*
|
|
cpu: Move kvm_state field into CPUState
Andreas Färber
2012-12-19
2
-13
/
+16
|
*
|
|
kvm: Pass CPUState to kvm_vcpu_ioctl()
Andreas Färber
2012-12-19
1
-70
/
+88
|
*
|
|
kvm: Pass CPUState to kvm_arch_*
Andreas Färber
2012-12-19
1
-20
/
+39
*
|
|
|
target-i386: CPUID: return highest basic leaf if eax > cpuid_xlevel
Eduardo Habkost
2012-12-23
1
-1
/
+5
|
|
/
/
|
/
|
|
*
|
|
exec: change RAM list to a TAILQ
Paolo Bonzini
2012-12-20
1
-1
/
+1
*
|
|
fpu: move public header file to include/fpu
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
|
|
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
8
-12
/
+12
*
|
|
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
5
-7
/
+7
*
|
|
qom: move include files to include/qom/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
|
|
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
|
|
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
12
-22
/
+22
*
|
|
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
2
-3
/
+3
*
|
|
qapi: remove qapi/qapi-types-core.h
Paolo Bonzini
2012-12-19
1
-0
/
+1
*
|
|
janitor: do not rely on indirect inclusions of or from qemu-char.h
Paolo Bonzini
2012-12-19
1
-0
/
+1
*
|
|
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
|
|
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
Paolo Bonzini
2012-12-17
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
pci: update all users to look in pci/
Michael S. Tsirkin
2012-12-17
1
-1
/
+1
|
|
/
*
|
exec: refactor cpu_restore_state
Blue Swirl
2012-12-16
2
-11
/
+2
|
/
*
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2012-12-10
2
-39
/
+68
|
\
|
*
target-i386: Postpone cpuid_level update to realize time
Igor Mammedov
2012-12-07
1
-3
/
+5
|
*
target-i386: Use define for cpuid vendor string size
Igor Mammedov
2012-12-06
2
-3
/
+5
|
*
target-i386: Separate feature string parsing from CPU model lookup
Eduardo Habkost
2012-12-06
1
-23
/
+46
|
*
target-i386/cpu.c: Coding style fixes
Eduardo Habkost
2012-12-06
1
-14
/
+16
*
|
TCG: Use gen_opc_instr_start from context instead of global variable.
Evgeny Voevodin
2012-12-08
1
-4
/
+4
*
|
TCG: Use gen_opc_icount from context instead of global variable.
Evgeny Voevodin
2012-12-08
1
-1
/
+1
*
|
TCG: Use gen_opc_pc from context instead of global variable.
Evgeny Voevodin
2012-12-08
1
-4
/
+5
|
/
*
target-i386: Enable SSSE3 TCG support
Aurelien Jarno
2012-11-26
1
-1
/
+1
*
target-i386/cpu: Add missing flags to Haswell CPU model
Eduardo Habkost
2012-11-26
1
-2
/
+3
*
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2012-11-19
2
-6
/
+89
|
\
|
*
target-i386: Add Haswell CPU model
Eduardo Habkost
2012-11-15
1
-0
/
+29
|
*
target-i386/cpu: Add new Opteron CPU model
Andre Przywara
2012-11-15
1
-0
/
+32
|
*
target-i386/cpu: Name new CPUID bits
Andre Przywara
2012-11-15
2
-6
/
+28
*
|
TCG: Use gen_opc_buf from context instead of global variable.
Evgeny Voevodin
2012-11-17
1
-3
/
+3
*
|
TCG: Use gen_opc_ptr from context instead of global variable.
Evgeny Voevodin
2012-11-17
1
-4
/
+4
|
/
*
target-i386: avoid using cpu_single_env
Blue Swirl
2012-11-10
1
-218
/
+222
*
kvm: avoid using cpu_single_env
Blue Swirl
2012-11-10
1
-10
/
+11
*
disas: avoid using cpu_single_env
Blue Swirl
2012-11-10
1
-1
/
+1
*
target-i386: cpu: fix --disable-kvm compilation
Eduardo Habkost
2012-11-02
1
-0
/
+4
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2012-11-01
2
-87
/
+164
|
\
|
*
target-i386: kvm_cpu_fill_host: use GET_SUPPORTED_CPUID
Eduardo Habkost
2012-10-30
1
-10
/
+15
|
*
target-i386: cpu: make -cpu host/check/enforce code KVM-specific
Eduardo Habkost
2012-10-30
1
-7
/
+18
|
*
target-i386: make cpu_x86_fill_host() void
Eduardo Habkost
2012-10-30
1
-3
/
+1
|
*
target-i386: Add missing kvm cpuid feature name
Don Slutz
2012-10-30
1
-4
/
+8
|
*
i386: cpu: add missing CPUID[EAX=7,ECX=0] flag names
Eduardo Habkost
2012-10-30
1
-2
/
+2
|
*
i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, too
Eduardo Habkost
2012-10-30
1
-0
/
+2
[next]