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: X86CPU model subclasses
Eduardo Habkost
2014-03-13
2
-73
/
+125
*
target-i386: Prepare CPUClass::class_by_name for X86CPU
Andreas Färber
2014-03-13
1
-3
/
+21
*
target-i386: Enable x2apic by default on KVM
Eduardo Habkost
2014-03-13
1
-0
/
+1
*
target-i386: Introduce x86_cpu_compat_disable_kvm_features()
Eduardo Habkost
2014-03-13
2
-4
/
+4
*
target-i386: Make kvm_default_features an array
Eduardo Habkost
2014-03-13
1
-4
/
+13
*
target-i386: Don't declare variables in the middle of blocks
Eduardo Habkost
2014-03-13
1
-3
/
+4
*
target-i386: Rename x86_def_t to X86CPUDefinition
Eduardo Habkost
2014-03-13
1
-13
/
+13
*
target-i386: Call x86_cpu_load_def() earlier
Eduardo Habkost
2014-03-13
1
-5
/
+5
*
target-i386: Rename cpu_x86_register() to x86_cpu_load_def()
Eduardo Habkost
2014-03-13
1
-2
/
+4
*
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
2014-03-13
2
-14
/
+15
*
target-i386: Clean up ENV_GET_CPU() usage
Andreas Färber
2014-03-13
4
-10
/
+12
*
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-03-12
1
-1
/
+1
|
\
|
*
qapi script: do not add "_" for every capitalized char in enum
Wenchao Xia
2014-03-11
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
2014-03-11
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
target-i386: bugfix of Intel MPX
Liu, Jinsong
2014-03-11
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-03-04
1
-0
/
+2
|
\
\
|
*
|
Define the architecture for compressed dump format
qiaonuohan
2014-02-28
1
-0
/
+2
|
|
/
*
|
target-i386: Fix ucomis and comis memory access
Richard Henderson
2014-02-28
1
-10
/
+36
*
|
target-i386: Fix SSE status flag corruption
Richard Henderson
2014-02-28
3
-8
/
+12
*
|
target-i386: Fix CC_OP_CLR vs PF
Richard Henderson
2014-02-28
2
-2
/
+2
|
/
*
target-i386: Fix I/O bitmap checks for in/out
Kevin Wolf
2014-02-19
1
-0
/
+2
*
exec: Make stb_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-1
/
+1
*
exec: Make stw_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
2
-8
/
+8
*
exec: Make stl_phys_notdirty input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-8
/
+8
*
exec: Make stl_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
3
-64
/
+72
*
exec: Make stq_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
3
-57
/
+82
*
exec: Make lduw_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
2
-13
/
+14
*
exec: Make ldq/ldub_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
4
-76
/
+103
*
exec: Make ldl_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
5
-85
/
+97
*
target-i386: Move KVM default-vendor hack to instance_init
Eduardo Habkost
2014-02-03
1
-13
/
+19
*
target-i386: Don't change x86_def_t struct on cpu_x86_register()
Eduardo Habkost
2014-02-03
1
-5
/
+6
*
target-i386: Eliminate CONFIG_KVM #ifdefs
Eduardo Habkost
2014-02-03
1
-12
/
+3
*
kvm: add support for hyper-v timers
Vadim Rozenfeld
2014-02-03
5
-1
/
+44
*
kvm: make hyperv vapic assist page migratable
Vadim Rozenfeld
2014-02-03
3
-1
/
+32
*
kvm: make hyperv hypercall and guest os id MSRs migratable.
Vadim Rozenfeld
2014-02-03
3
-2
/
+39
*
kvm: make availability of Hyper-V enlightenments dependent on KVM_CAP_HYPERV
Paolo Bonzini
2014-02-03
1
-5
/
+11
*
KVM: fix coexistence of KVM and Hyper-V leaves
Paolo Bonzini
2014-02-03
1
-22
/
+25
*
target-i386: kvm_check_features_against_host(): Kill feature word array
Eduardo Habkost
2014-02-03
1
-36
/
+12
*
target-i386: kvm_cpu_fill_host(): Fill feature words in a loop
Eduardo Habkost
2014-02-03
1
-16
/
+7
*
target-i386: kvm_cpu_fill_host(): Set all feature words at end of function
Eduardo Habkost
2014-02-03
1
-14
/
+9
*
target-i386: kvm_cpu_fill_host(): No need to check xlevel2
Eduardo Habkost
2014-02-03
1
-7
/
+4
*
target-i386: kvm_cpu_fill_host(): No need to check CPU vendor
Eduardo Habkost
2014-02-03
1
-8
/
+6
*
target-i386: kvm_cpu_fill_host(): No need to check level
Eduardo Habkost
2014-02-03
1
-6
/
+2
*
target-i386: kvm_cpu_fill_host(): Kill unused code
Eduardo Habkost
2014-02-03
1
-2
/
+0
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2014-01-24
4
-18
/
+134
|
\
|
*
kvm: always update the MPX model specific register
Paolo Bonzini
2014-01-20
1
-3
/
+3
|
*
kvm: x86: Separately write feature control MSR on reset
Jan Kiszka
2013-12-18
1
-4
/
+29
|
*
target-i386: clear guest TSC on reset
Fernando Luis Vázquez Cao
2013-12-12
2
-3
/
+4
|
*
target-i386: do not special case TSC writeback
Fernando Luis Vázquez Cao
2013-12-12
1
-9
/
+1
|
*
target-i386: Intel MPX
Liu Jinsong
2013-12-12
4
-3
/
+101
[prev]
[next]