index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
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/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2016-06-20
1
-0
/
+1
|
\
|
*
exec: [tcg] Track which vCPU is performing translation and execution
Lluís Vilanova
2016-06-20
1
-0
/
+1
*
|
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-20
2
-11
/
+4
*
|
error: Remove unnecessary local_err variables
Eduardo Habkost
2016-06-20
1
-3
/
+1
|
/
*
target-i386: kvm: cache KVM_GET_SUPPORTED_CPUID data
Chao Peng
2016-06-16
1
-2
/
+7
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-1
/
+0
*
target-i386: Consolidate calls of object_property_parse() in x86_cpu_parse_fe...
Eduardo Habkost
2016-06-14
1
-29
/
+45
*
target-i386: Use cpu_generic_init() in cpu_x86_init()
Igor Mammedov
2016-06-14
1
-19
/
+1
*
target-i386: Move xcc->kvm_required check to realize time
Igor Mammedov
2016-06-14
1
-8
/
+16
*
target-i386: Remove assert(kvm_enabled()) from host_x86_cpu_initfn()
Eduardo Habkost
2016-06-14
1
-5
/
+6
*
target-i386: Move features logic that requires CPUState to realize time
Igor Mammedov
2016-06-14
1
-18
/
+26
*
target-i386: Remove xlevel & hv-spinlocks option fixups
Eduardo Habkost
2016-06-14
1
-35
/
+1
*
target-i386: Implement CPUID[0xB] (Extended Topology Enumeration)
Radim Krčmář
2016-06-14
2
-0
/
+40
*
target-i386: add Skylake-Client cpu model
Eduardo Habkost
2016-06-14
1
-0
/
+45
*
target-i386: Move user-mode exception actions out of user-exec.c
Peter Maydell
2016-06-09
1
-0
/
+2
*
target-i386: Add comment about do_interrupt_user() next_eip argument
Peter Maydell
2016-06-09
1
-1
/
+5
*
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()
Peter Maydell
2016-06-09
1
-1
/
+1
*
target-*: dfilter support for in_asm
Richard Henderson
2016-06-05
1
-1
/
+2
*
memory: split memory_region_from_host from qemu_ram_addr_from_host
Paolo Bonzini
2016-05-29
1
-2
/
+4
*
target-i386: kvm: Eliminate kvm_msr_entry_set()
Eduardo Habkost
2016-05-24
1
-9
/
+3
*
target-i386: kvm: Simplify MSR setting functions
Eduardo Habkost
2016-05-24
1
-21
/
+6
*
target-i386: kvm: Simplify MSR array construction
Eduardo Habkost
2016-05-24
1
-151
/
+140
*
target-i386: kvm: Increase MSR_BUF_SIZE
Eduardo Habkost
2016-05-24
1
-2
/
+3
*
target-i386: kvm: Allocate kvm_msrs struct once per VCPU
Eduardo Habkost
2016-05-24
2
-18
/
+23
*
target-i386: Call cpu_exec_init() on realize
Eduardo Habkost
2016-05-24
1
-1
/
+2
*
target-i386: Move TCG initialization to realize time
Eduardo Habkost
2016-05-24
1
-5
/
+4
*
target-i386: Move TCG initialization check to tcg_x86_init()
Eduardo Habkost
2016-05-24
2
-3
/
+7
*
cpu: Eliminate cpudef_init(), cpudef_setup()
Eduardo Habkost
2016-05-24
2
-6
/
+0
*
target-i386: Set constant model_id for qemu64/qemu32/athlon
Eduardo Habkost
2016-05-24
1
-20
/
+3
*
target-i386: kvm: Use X86XSaveArea struct for xsave save/load
Eduardo Habkost
2016-05-23
1
-40
/
+38
*
target-i386: Use xsave structs for ext_save_area
Eduardo Habkost
2016-05-23
1
-7
/
+14
*
target-i386: Define structs for layout of xsave area
Eduardo Habkost
2016-05-23
2
-0
/
+118
*
target-i386: key sfence availability on CPUID_SSE, not CPUID_SSE2
Paolo Bonzini
2016-05-23
1
-0
/
+5
*
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
14
-2
/
+15
*
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-19
4
-1
/
+5
*
hw: cannot include hw/hw.h from user emulation
Paolo Bonzini
2016-05-19
1
-1
/
+1
*
hw: move CPU state serialization to migration/cpu.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
apic: move target-dependent definitions to cpu.h
Paolo Bonzini
2016-05-19
1
-0
/
+7
*
target-i386: make cpu-qom.h not target specific
Paolo Bonzini
2016-05-19
2
-97
/
+98
*
cpu: make cpu-qom.h only include-able from cpu.h
Paolo Bonzini
2016-05-19
1
-1
/
+0
*
Fix some typos found by codespell
Stefan Weil
2016-05-18
2
-2
/
+2
*
tcg: Allow goto_tb to any target PC in user mode
Sergey Fedorov
2016-05-13
1
-9
/
+14
*
tcg: Clean up direct block chaining safety checks
Sergey Fedorov
2016-05-13
1
-1
/
+1
*
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
2016-05-13
2
-2
/
+2
*
event-notifier: Add "is_external" parameter
Fam Zheng
2016-04-22
1
-3
/
+3
*
target-i386: Set AMD alias bits after filtering CPUID data
Eduardo Habkost
2016-04-18
1
-8
/
+8
*
target-i386: check for PKU even for non-writable pages
Paolo Bonzini
2016-04-08
1
-8
/
+10
*
target-i386: assert that KVM_GET/SET_MSRS can set all requested MSRs
Paolo Bonzini
2016-04-05
1
-4
/
+30
*
target-i386: do not pass MSR_TSC_AUX to KVM ioctls if CPUID bit is not set
Paolo Bonzini
2016-04-05
1
-0
/
+3
*
target-i386/kvm: Hyper-V VMBus hypercalls blank handlers
Andrey Smetanin
2016-04-05
1
-0
/
+12
[next]