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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-13
cpu: Move jmp_env field from CPU_COMMON to CPUState
Andreas Färber
4
-6
/
+9
2014-03-13
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
Andreas Färber
6
-16
/
+16
2014-03-13
cpu: Move icount_decr field from CPU_COMMON to CPUState
Andreas Färber
7
-38
/
+40
2014-03-13
cpu: Move icount_extra field from CPU_COMMON to CPUState
Andreas Färber
5
-13
/
+15
2014-03-13
cpu: Move can_do_io field from CPU_COMMON to CPUState
Andreas Färber
8
-16
/
+24
2014-03-13
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
Andreas Färber
8
-25
/
+31
2014-03-13
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
61
-151
/
+238
2014-03-13
target-m68k: Remove custom qemu_assert() function
Peter Maydell
1
-19
/
+9
2014-03-13
cpu: Factor out cpu_generic_init()
Andreas Färber
10
-103
/
+62
2014-03-13
cpu: Implement CPUClass::parse_features() for the rest of CPUs
Andreas Färber
1
-1
/
+30
2014-03-13
target-sparc: Defer SPARCCPU feature inference to QOM realize
Andreas Färber
1
-5
/
+8
2014-03-13
target-sparc: Implement CPUClass::parse_features() for SPARCCPU
Andreas Färber
1
-33
/
+49
2014-03-13
target-sparc: Use error_report() for CPU error reporting
Andreas Färber
1
-8
/
+9
2014-03-13
cpu: Introduce CPUClass::parse_features() hook
Andreas Färber
2
-15
/
+23
2014-03-13
target-i386: X86CPU model subclasses
Eduardo Habkost
2
-73
/
+125
2014-03-13
target-i386: Prepare CPUClass::class_by_name for X86CPU
Andreas Färber
1
-3
/
+21
2014-03-13
target-i386: Enable x2apic by default on KVM
Eduardo Habkost
3
-0
/
+3
2014-03-13
target-i386: Introduce x86_cpu_compat_disable_kvm_features()
Eduardo Habkost
3
-7
/
+7
2014-03-13
target-i386: Make kvm_default_features an array
Eduardo Habkost
1
-4
/
+13
2014-03-13
target-i386: Don't declare variables in the middle of blocks
Eduardo Habkost
1
-3
/
+4
2014-03-13
target-i386: Rename x86_def_t to X86CPUDefinition
Eduardo Habkost
1
-13
/
+13
2014-03-13
target-i386: Call x86_cpu_load_def() earlier
Eduardo Habkost
1
-5
/
+5
2014-03-13
target-i386: Rename cpu_x86_register() to x86_cpu_load_def()
Eduardo Habkost
1
-2
/
+4
2014-03-13
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
36
-145
/
+172
2014-03-13
target-xtensa: Clean up ENV_GET_CPU() usage
Andreas Färber
2
-2
/
+4
2014-03-13
target-unicore32: Clean up ENV_GET_CPU() usage
Andreas Färber
1
-1
/
+1
2014-03-13
target-sparc: Clean up ENV_GET_CPU() usage
Andreas Färber
2
-12
/
+9
2014-03-13
target-s390x: Clean up ENV_GET_CPU() usage
Andreas Färber
2
-6
/
+7
2014-03-13
target-ppc: Clean up ENV_GET_CPU() usage
Andreas Färber
5
-11
/
+17
2014-03-13
target-i386: Clean up ENV_GET_CPU() usage
Andreas Färber
4
-10
/
+12
2014-03-13
target-arm: Clean up ENV_GET_CPU() usage
Andreas Färber
1
-5
/
+7
2014-03-13
target-alpha: Clean up ENV_GET_CPU() usage
Andreas Färber
2
-9
/
+9
2014-03-13
cpu: Don't clear cpu->exit_request on reset
Edgar E. Iglesias
1
-1
/
+0
2014-03-13
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
35
-133
/
+938
2014-03-13
oslib-posix: Fix build on FreeBSD
Andreas Färber
2
-4
/
+4
2014-03-13
block/raw-win32: bdrv_parse_filename() for hdev
Max Reitz
1
-0
/
+10
2014-03-13
block/raw-posix: Strip protocol prefix on creation
Max Reitz
1
-0
/
+12
2014-03-13
block/raw-posix: bdrv_parse_filename() for cdrom
Max Reitz
1
-0
/
+15
2014-03-13
block/raw-posix: bdrv_parse_filename() for floppy
Max Reitz
1
-0
/
+10
2014-03-13
block/raw-posix: bdrv_parse_filename() for hdev
Max Reitz
1
-0
/
+10
2014-03-13
qemu-io: Fix warnings from static code analysis
Stefan Weil
3
-5
/
+6
2014-03-13
block: Unlink temporary file
Max Reitz
1
-1
/
+1
2014-03-13
qcow2: Don't write with BDRV_O_INCOMING
Kevin Wolf
1
-5
/
+7
2014-03-13
qcow2: Keep option in qcow2_invalidate_cache()
Kevin Wolf
1
-4
/
+1
2014-03-13
qmp: add query-iothreads command
Stefan Hajnoczi
3
-0
/
+104
2014-03-13
iothread: stash thread ID away
Stefan Hajnoczi
1
-0
/
+22
2014-03-13
dataplane: replace internal thread with IOThread
Stefan Hajnoczi
2
-44
/
+60
2014-03-13
iothread: add "iothread" qdev property type
Stefan Hajnoczi
2
-0
/
+54
2014-03-13
qdev: make get_pointer() handle temporary strings
Igor Mammedov
1
-8
/
+11
2014-03-13
iothread: add I/O thread object
Stefan Hajnoczi
3
-0
/
+151
[next]