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 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-16
7
-3
/
+558
|
\
|
*
monitor: remove target-specific code from monitor.c
Pavel Butsykin
2015-09-16
2
-1
/
+495
|
*
i386/kvm: Hyper-v crash msrs set/get'ers and migration
Andrey Smetanin
2015-09-16
5
-1
/
+62
|
*
target-i386: move asm-x86/hyperv.h to standard-headers
Paolo Bonzini
2015-09-16
1
-1
/
+1
*
|
target-i386: exception handling for other helper functions
Pavel Dovgalyuk
2015-09-15
3
-6
/
+6
*
|
target-i386: exception handling for seg_helper functions
Pavel Dovgalyuk
2015-09-15
3
-327
/
+335
*
|
target-i386: exception handling for memory helpers
Pavel Dovgalyuk
2015-09-15
2
-26
/
+18
*
|
target-i386: exception handling for div instructions
Pavel Dovgalyuk
2015-09-15
2
-24
/
+16
*
|
target-i386: exception handling for FPU instructions
Pavel Dovgalyuk
2015-09-15
2
-93
/
+95
*
|
target-i386: introduce new raise_exception functions
Pavel Dovgalyuk
2015-09-15
2
-13
/
+21
|
/
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
3
-3
/
+27
|
\
|
*
replace spinlock by QemuMutex.
KONRAD Frederic
2015-09-09
3
-3
/
+27
*
|
tlb: Add "ifetch" argument to cpu_mmu_index()
Benjamin Herrenschmidt
2015-09-11
2
-2
/
+2
*
|
maint: remove unused include for signal.h
Daniel P. Berrange
2015-09-11
1
-1
/
+0
|
/
*
target-i386: Remove x86_cpu_compat_set_features()
Eduardo Habkost
2015-08-13
2
-29
/
+0
*
target-i386/FPU: a misprint in helper_fistll_ST0
Dmitry Poletaev
2015-07-24
1
-1
/
+1
*
target-i386: emulate CPUID level of real hardware
Radim Krčmář
2015-07-15
1
-19
/
+18
*
target-i386: Don't strdup() alias property name
Eduardo Habkost
2015-07-15
1
-1
/
+1
*
cpu-exec: Purge all uses of ENV_GET_CPU()
Peter Crosthwaite
2015-07-09
1
-1
/
+1
*
cpu: Change cpu_exec_init() arg to cpu, not env
Peter Crosthwaite
2015-07-09
1
-1
/
+1
*
translate-all: Change tb_flush() env argument to cpu
Peter Crosthwaite
2015-07-09
1
-1
/
+1
*
cpu: Add Error argument to cpu_exec_init()
Bharata B Rao
2015-07-09
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-07-08
2
-2
/
+1
|
\
|
*
crypto: move built-in AES implementation into crypto/
Daniel P. Berrange
2015-07-07
2
-2
/
+1
*
|
target-i386: avoid overflow in the tsc-frequency property
Paolo Bonzini
2015-07-07
1
-1
/
+1
*
|
i386: Introduce ARAT CPU feature
Jan Kiszka
2015-07-07
3
-1
/
+37
|
/
*
pc: add SMM property
Paolo Bonzini
2015-07-06
3
-0
/
+11
*
target-i386: register a separate KVM address space including SMRAM regions
Paolo Bonzini
2015-07-06
1
-1
/
+40
*
target-i386: add support for SMBASE MSR and SMIs
Paolo Bonzini
2015-07-06
2
-12
/
+94
*
kvm: First step to push iothread lock out of inner run loop
Jan Kiszka
2015-07-01
1
-0
/
+24
*
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
1
-1
/
+0
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-22
1
-10
/
+9
*
disas: Remove uses of CPU env
Peter Crosthwaite
2015-06-22
1
-1
/
+1
*
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-06-12
1
-49
/
+32
*
target-i386: use memory API to implement SMRAM
Paolo Bonzini
2015-06-05
5
-6
/
+51
*
target-i386: create a separate AddressSpace for each CPU
Paolo Bonzini
2015-06-05
2
-0
/
+15
*
target-i386: wake up processors that receive an SMI
Paolo Bonzini
2015-06-05
1
-1
/
+3
*
target-i386: set G=1 in SMM big real mode selectors
Paolo Bonzini
2015-06-05
1
-6
/
+6
*
target-i386: mask NMIs on entry to SMM
Paolo Bonzini
2015-06-05
2
-9
/
+20
*
target-i386: Use correct memory attributes for ioport accesses
Paolo Bonzini
2015-06-05
5
-87
/
+58
*
target-i386: Use correct memory attributes for memory accesses
Paolo Bonzini
2015-06-05
5
-290
/
+394
*
target-i386: introduce cpu_get_mem_attrs
Paolo Bonzini
2015-06-05
3
-2
/
+8
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2015-06-04
2
-1
/
+123
|
\
|
*
target-i386: Register QOM properties for feature flags
Eduardo Habkost
2015-06-02
1
-0
/
+122
|
*
target-i386: Fix signedness of MSR_IA32_APICBASE_BASE
Eduardo Habkost
2015-06-02
1
-1
/
+1
*
|
kvm: introduce kvm_arch_msi_data_to_gsi
Eric Auger
2015-06-02
1
-0
/
+5
|
/
*
kvm: add support for memory transaction attributes
Paolo Bonzini
2015-04-30
1
-1
/
+3
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2015-04-28
1
-46
/
+4
|
\
|
*
target-i386: Remove AMD feature flag aliases from CPU model table
Eduardo Habkost
2015-04-27
1
-7
/
+0
[next]