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
2016-09-27
target-i386: xsave: Helper function to calculate xsave area size
Eduardo Habkost
1
-7
/
+15
2016-09-27
target-i386: xsave: Simplify CPUID[0xD,0].{EAX,EDX} calculation
Eduardo Habkost
1
-6
/
+2
2016-09-27
target-i386: xsave: Calculate enabled components only once
Eduardo Habkost
1
-10
/
+16
2016-09-27
target-i386: Don't try to enable PT State xsave component
Eduardo Habkost
1
-3
/
+3
2016-09-27
target-i386: Move feature name arrays inside FeatureWordInfo
Eduardo Habkost
1
-200
/
+170
2016-09-27
linux-user: remove #define smp_{cores, threads}
Marc-André Lureau
3
-9
/
+7
2016-09-27
target-i386: Enable CPUID[0x8000000A] if SVM is enabled
Eduardo Habkost
2
-5
/
+14
2016-09-27
target-i386: Automatically set level/xlevel/xlevel2 when needed
Eduardo Habkost
4
-13
/
+133
2016-09-27
tests: Test CPUID level handling for old machines
Eduardo Habkost
1
-0
/
+13
2016-09-27
tests: Add test code for CPUID level/xlevel handling
Eduardo Habkost
3
-0
/
+111
2016-09-27
target-i386: Add a marker to end of the region zeroed on reset
Eduardo Habkost
2
-1
/
+2
2016-09-27
target-i386: Remove unused X86CPUDefinition::xlevel2 field
Eduardo Habkost
1
-2
/
+0
2016-09-27
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
24
-53
/
+1812
2016-09-27
replay: allow replay stopping and restarting
Pavel Dovgalyuk
8
-12
/
+29
2016-09-27
replay: vmstate for replay module
Pavel Dovgalyuk
4
-0
/
+71
2016-09-27
replay: move internal data to the structure
Pavel Dovgalyuk
5
-23
/
+24
2016-09-27
cpus-common: lock-free fast path for cpu_exec_start/end
Paolo Bonzini
3
-20
/
+133
2016-09-27
tcg: Make tb_flush() thread safe
Sergey Fedorov
4
-23
/
+31
2016-09-27
cpus-common: Introduce async_safe_run_on_cpu()
Paolo Bonzini
2
-2
/
+45
2016-09-27
cpus-common: simplify locking for start_exclusive/end_exclusive
Paolo Bonzini
3
-8
/
+11
2016-09-27
cpus-common: remove redundant call to exclusive_idle()
Paolo Bonzini
2
-2
/
+0
2016-09-27
cpus-common: always defer async_run_on_cpu work items
Paolo Bonzini
1
-5
/
+0
2016-09-27
docs: include formal model for TCG exclusive sections
Paolo Bonzini
1
-0
/
+177
2016-09-27
cpus-common: move exclusive work infrastructure from linux-user
Paolo Bonzini
5
-105
/
+127
2016-09-27
cpus-common: fix uninitialized variable use in run_on_cpu
Paolo Bonzini
1
-2
/
+2
2016-09-27
cpus-common: move CPU work item management to common code
Sergey Fedorov
5
-91
/
+148
2016-09-27
cpus-common: move CPU list management to common code
Paolo Bonzini
9
-68
/
+109
2016-09-27
linux-user: Add qemu_cpu_is_self() and qemu_cpu_kick()
Sergey Fedorov
1
-0
/
+10
2016-09-27
linux-user: Use QemuMutex and QemuCond
Sergey Fedorov
1
-23
/
+32
2016-09-27
cpus: Rename flush_queued_work()
Sergey Fedorov
1
-2
/
+2
2016-09-27
cpus: Move common code out of {async_, }run_on_cpu()
Sergey Fedorov
1
-24
/
+18
2016-09-27
cpus: pass CPUState to run_on_cpu helpers
Alex Bennée
14
-138
/
+109
2016-09-27
build-sys: put glib_cflags in QEMU_CFLAGS
Marc-André Lureau
1
-1
/
+1
2016-09-27
build-sys: remove unused GLIB_CFLAGS
Marc-André Lureau
1
-1
/
+0
2016-09-27
migration: sync all address spaces
Paolo Bonzini
3
-18
/
+37
2016-09-27
compiler: Swap 'public domain' header for license
Felipe Franciosi
1
-1
/
+5
2016-09-27
checkpatch: downgrade "architecture specific defines should be avoided"
Paolo Bonzini
1
-1
/
+1
2016-09-27
x86: ioapic: boost default version to 0x20
Peter Xu
2
-1
/
+5
2016-09-27
intel_iommu, amd_iommu: allow UNMAP notifiers
Peter Xu
2
-7
/
+15
2016-09-27
imx_fec: fix error in qemu_send_packet argument
Paolo Bonzini
1
-1
/
+1
2016-09-27
mcf_fec: fix error in qemu_send_packet argument
Paolo Bonzini
1
-1
/
+1
2016-09-27
net: mcf: limit buffer descriptor count
Prasad J Pandit
1
-2
/
+3
2016-09-27
e1000e: Fix EIAC register implementation
Dmitry Fleytman
1
-5
/
+9
2016-09-27
e1000e: Fix spurious RX TCP ACK interrupts
Dmitry Fleytman
1
-1
/
+2
2016-09-27
e1000e: Fix OTHER interrupts processing for MSI-X
Dmitry Fleytman
1
-1
/
+1
2016-09-27
e1000e: Fix PBACLR implementation
Dmitry Fleytman
1
-1
/
+1
2016-09-27
e1000e: Fix CTRL_EXT.EIAME behavior
Dmitry Fleytman
2
-3
/
+3
2016-09-27
e1000e: Flush receive queues on link up
Dmitry Fleytman
1
-0
/
+3
2016-09-27
e1000e: Flush all receive queues on receive enable
Dmitry Fleytman
3
-2
/
+5
2016-09-27
net: limit allocation in nc_sendv_compat
Peter Lieven
1
-2
/
+6
[prev]
[next]