index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-23
kvm: Stop on all fatal exit reasons
Jan Kiszka
1
-0
/
+4
2011-01-23
kvm: x86: Swallow KVM_EXIT_SET_TPR
Jan Kiszka
1
-0
/
+3
2011-01-21
kvm: x86: Fix a few coding style violations
Jan Kiszka
1
-153
/
+182
2011-01-21
kvm: x86: Prevent sign extension of DR7 in guest debugging mode
Jan Kiszka
1
-1
/
+1
2011-01-21
kvm: x86: Remove obsolete SS.RPL/DPL aligment
Jan Kiszka
1
-7
/
+0
2011-01-21
kvm: x86: Fix DPL write back of segment registers
Jan Kiszka
1
-1
/
+1
2011-01-21
kvm: introduce kvm_inject_x86_mce_on
Jin Dongming
1
-21
/
+36
2011-01-21
kvm: kvm_mce_inj_* subroutines for templated error injections
Jin Dongming
1
-40
/
+71
2011-01-21
kvm: introduce kvm_mce_in_progress
Jin Dongming
1
-10
/
+5
2011-01-21
Add function for checking mca broadcast of CPU
Jin Dongming
3
-5
/
+35
2011-01-21
Add "broadcast" option for mce command
Jin Dongming
3
-7
/
+34
2011-01-21
Clean up cpu_inject_x86_mce()
Jin Dongming
1
-10
/
+17
2011-01-21
kvm: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension()
Lai Jiangshan
1
-2
/
+2
2011-01-21
kvm: Enable user space NMI injection for kvm guest
Lai Jiangshan
1
-0
/
+7
2011-01-20
target-i386: Use deposit operation.
Richard Henderson
1
-28
/
+6
2010-12-27
x86: Filter out garbage from segment flags dump
Jan Kiszka
1
-2
/
+2
2010-12-20
target-i386: Fix accidental use of SoftFloat uint64 type
Andreas Färber
1
-4
/
+4
2010-11-16
Add support for async page fault to qemu
Gleb Natapov
4
-1
/
+42
2010-10-30
target-xxx: Use fprintf_function (format checking)
Stefan Weil
3
-11
/
+10
2010-10-21
kvm: save/restore x86-64 MSRs on x86-64 kernels
Marcelo Tosatti
1
-10
/
+20
2010-10-21
kvm: writeback SMP TSCs on migration only
Marcelo Tosatti
1
-1
/
+9
2010-10-21
kvm: factor out kvm_has_msr_star
Marcelo Tosatti
1
-11
/
+30
2010-10-21
kvm: add save/restore of MSR_VM_HSAVE_PA
Marcelo Tosatti
1
-0
/
+5
2010-10-21
Fix build on !KVM_CAP_MCE
Hidetoshi Seto
1
-2
/
+3
2010-10-21
x86, mce: broadcast mce depending on the cpu version
Hidetoshi Seto
1
-5
/
+24
2010-10-21
x86, mce: ignore SRAO only when MCG_SER_P is available
Hidetoshi Seto
1
-6
/
+10
2010-10-20
Fix memory leak in register save load due to xsave support
Marcelo Tosatti
1
-3
/
+8
2010-10-20
Add savevm/loadvm support for MCE
Marcelo Tosatti
1
-1
/
+38
2010-10-20
MCE: Relay UCR MCE to guest
Marcelo Tosatti
4
-6
/
+197
2010-10-20
kvm: x86: add mce support
Marcelo Tosatti
3
-0
/
+111
2010-10-20
Add svm cpuid features
Joerg Roedel
3
-17
/
+75
2010-10-20
Set cpuid definition to 0 before initializing it
Joerg Roedel
1
-0
/
+2
2010-10-13
i386: avoid a write only variable
Blue Swirl
1
-0
/
+4
2010-08-22
QemuOpts: make most qemu_*_opts static
Gerd Hoffmann
1
-1
/
+1
2010-08-22
target-i386: svm: Fix MSRPM check
Adam Lackorzynski
1
-1
/
+1
2010-08-20
Use ARRAY_SIZE macro
Blue Swirl
1
-1
/
+1
2010-07-25
target-i386: use gen_update_cc_op()
Jun Koi
1
-32
/
+8
2010-07-24
use symbol for DisasContext->is_jmp
Jun Koi
1
-10
/
+10
2010-07-03
remove exec-all.h inclusion from cpu.h
Paolo Bonzini
1
-2
/
+0
2010-07-03
move cpu_pc_from_tb to target-*/exec.h
Paolo Bonzini
2
-5
/
+6
2010-07-03
remove unused stuff from */exec.h
Paolo Bonzini
1
-1
/
+1
2010-07-02
Don't declare XSAVE as supported
Andi Kleen
1
-2
/
+2
2010-07-02
Add more boundary checking to sse3/4 parsing
Andi Kleen
1
-0
/
+9
2010-07-01
target-i386: fix xchg rax,r8
Richard Henderson
1
-2
/
+7
2010-06-30
x86: svm: Always clear event_inj on vmexit
Jan Kiszka
1
-0
/
+1
2010-06-28
kvm: Fix cpu_is_bsp() compilation warning
Sheng Yang
1
-0
/
+1
2010-06-28
kvm: init mp_state
Marcelo Tosatti
1
-0
/
+6
2010-06-28
kvm: Enable XSAVE live migration support
Sheng Yang
3
-3
/
+163
2010-06-28
Enable XSAVE related CPUID
Sheng Yang
1
-0
/
+21
2010-06-28
kvm: Extend kvm_arch_get_supported_cpuid() to support index
Sheng Yang
1
-8
/
+11
[next]